[O] [bug, inlinetask] can't toggle display

2015-05-27 Thread Rasmus
Hi, In the following example I can't toggle whether the contents of the inlinetask is displayed via TAB. In both Org 8.2 and 8.3. * Pre #+BEGIN_SRC emacs-lisp (require 'org-inlinetask) (org-indent-mode) #+END_SRC * Issue *** TODO baz [[foo:bar]] *** END Thanks, Rasmus

Re: [O] [bug, inlinetask] can't toggle display

2015-05-27 Thread Nicolas Goaziou
Hello, Rasmus ras...@gmx.us writes: In the following example I can't toggle whether the contents of the inlinetask is displayed via TAB. In both Org 8.2 and 8.3. * Pre #+BEGIN_SRC emacs-lisp (require 'org-inlinetask) (org-indent-mode) #+END_SRC * Issue *** TODO baz

Re: [O] [bug, inlinetask] can't toggle display

2015-05-27 Thread Rasmus
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Rasmus ras...@gmx.us writes: In the following example I can't toggle whether the contents of the inlinetask is displayed via TAB. In both Org 8.2 and 8.3. * Pre #+BEGIN_SRC emacs-lisp (require 'org-inlinetask) (org-indent-mode)