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

2015-05-27 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > Rasmus 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 >> * Is

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

2015-05-27 Thread Nicolas Goaziou
Hello, Rasmus 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 > [[foo:ba

[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