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, but I'm currently unable to reproduce > the behaviour with or without that setting. > > Guess this is mostly a report of seeing the same behaviour. Also, when > it happens, TAB at the end of the line would fail to indent the line > properly, but if I put a space at the beginning of the line and then hit > TAB it would give me the expected indentation. > > I run emacs off of trunk, and org snapshots from ELPA, updating fairly > often. Currently: > > emacs-version: 24.1.50.2 > org-version: 7.8.11
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, Alexander