Re: [O] [bug] inline task contents not indented with org-indent-mode

2015-12-02 Thread Eric S Fraga
On Wednesday, 2 Dec 2015 at 18:39, Nicolas Goaziou wrote: [...] > IIRC, this is a feature, as it is consistent with real indentation. Ah, okay. I thought I remembered the indentation following the headline but that could just be my old age... I can live with it the way it is. Thanks, eric --

Re: [O] [bug] inline task contents not indented with org-indent-mode

2015-12-02 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > with a recent org, the contents of an inline task are not indented when > using org-indent-mode. By contents, I mean the text between the two > special headlines: > > #+begin_src org > ,* a heading > This is a test > ,*** TODO something to do >

[O] [bug] inline task contents not indented with org-indent-mode

2015-12-02 Thread Eric S Fraga
Dear all, with a recent org, the contents of an inline task are not indented when using org-indent-mode. By contents, I mean the text between the two special headlines: #+begin_src org ,* a heading This is a test ,*** TODO something to do and this line is not indendent. ,**