From mboxrd@z Thu Jan 1 00:00:00 1970 From: AW Subject: Re: Bug (?): Indentation of lists and customized TODOs Date: Fri, 13 Jul 2012 12:50:45 +0200 Message-ID: <4543411.esoRdD7TnY@linux-nyil.site> References: <2114912.6bB1RXqfqz@linux-nyil.site> <878veot0es.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpdT7-0006TE-Nl for emacs-orgmode@gnu.org; Fri, 13 Jul 2012 06:51:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SpdT2-0007jf-0k for emacs-orgmode@gnu.org; Fri, 13 Jul 2012 06:51:29 -0400 Received: from mailout05.t-online.de ([194.25.134.82]:58791) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpdT1-0007jV-QE for emacs-orgmode@gnu.org; Fri, 13 Jul 2012 06:51:23 -0400 In-Reply-To: <878veot0es.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Am Freitag, 13. Juli 2012, 12:34:19 schrieb Nicolas Goaziou: > Hello, > > AW writes: > > #+TODO: TODO INPUT ASK MAYBE | CANCELLED DONE > > * berschrift > > > > Example: > > - This is the first line. > > - This is the second line and here I'm adding more and more text. It > > > > may be the description of something, let's say the summary of one > > > > of a chapter... > > > > You see? The third line is not indented like it should be. > > I cannot reproduce it. > > Are you using auto-fill-mode? YES. 'Should have mentioned, sorry. > If so, what happens if you put "of > a chapter..." on the same line as "summary of one" and use M-q? It get's intendet allright: - This is the second line and here I'm adding more and more text. It may be the description of something, let's say the summary of one of a chapter... > > Have you used RET instead of C-j? In that case, you can simply indent > last line manually and resume editing your text. I have used neither of them. I just type the text, auto-fill should make line breaks, you are right. Auto-fill does, but beginning in the third line, something fails. > > Also, which Org version are you using? > 7.8.11 > > Regards, Alexander