Re: [O] Bug (?): Indentation of lists and customized TODOs

2012-07-29 Thread Nicolas Goaziou
Hello, > "somewhat sporadically" is a very good description for the behaviour after I > started to investigate. My best guess is to delete this line from my > .emacs: Hopefully the new filling mechanism shouldn't have this problem. Please upgrade and tell me if it appears again. > And yes, a TA

Re: [O] Bug (?): Indentation of lists and customized TODOs

2012-07-25 Thread Jeremiah Dodds
AW writes: > Hi Jeremiah, > > "somewhat sporadically" is a very good description for the behaviour after I > started to investigate. My best guess is to delete this line from my .emacs: > > (setq-default auto-fill-function 'do-auto-fill) > > And yes, a TAB fails to indent the line. > > Regards,

Re: [O] Bug (?): Indentation of lists and customized TODOs

2012-07-25 Thread AW
Am Dienstag, 24. Juli 2012, 17:21:37 schrieb Jeremiah Dodds: > > I also see this behaviour, more commonly with definition lists, and > (seemingly) somewhat sporadically, it doesn't always happen for me. I > suspected that it had something to do with my setting > `org-cycle-separator-lines` to 0, b

Re: [O] Bug (?): Indentation of lists and customized TODOs

2012-07-24 Thread Jeremiah Dodds
AW writes: > Hi, > > I'm writing lots of plain lists (»unordered lists«). But the third > line in one item is no longer indented, *if I customize the TODOs* by > adding something like »#+TODO: TODO INPUT ASK MAYBE | CANCELLED DONE« > . So how can I customize org-mode TODOs and keep the lists work

Re: [O] Bug (?): Indentation of lists and customized TODOs

2012-07-13 Thread AW
Am Freitag, 13. Juli 2012, 15:07:16 schrieb AW: > Am Freitag, 13. Juli 2012, 14:34:45 schrieb Nicolas Goaziou: > > > 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. > >

Re: [O] Bug (?): Indentation of lists and customized TODOs

2012-07-13 Thread AW
Am Freitag, 13. Juli 2012, 14:34:45 schrieb Nicolas Goaziou: > > 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. > > Starting with "emacs -Q", I still cannot reproduce you

Re: [O] Bug (?): Indentation of lists and customized TODOs

2012-07-13 Thread Nicolas Goaziou
> 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. Starting with "emacs -Q", I still cannot reproduce your problem. Could you double-check your configuration?

Re: [O] Bug (?): Indentation of lists and customized TODOs

2012-07-13 Thread AW
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 b

Re: [O] Bug (?): Indentation of lists and customized TODOs

2012-07-13 Thread 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

[O] Bug (?): Indentation of lists and customized TODOs

2012-07-13 Thread AW
Hi, I'm writing lots of plain lists (»unordered lists«). But the third line in one item is no longer indented, *if I customize the TODOs* by adding something like »#+TODO: TODO INPUT ASK MAYBE | CANCELLED DONE« . So how can I customize org-mode TODOs and keep the lists working? #+TODO: TODO INPU