[O] Auto-Fill (aka Word Wrap) of Headline Text

2011-06-09 Thread Lex Fridman
I enable auto-fill (aka word wrap) with: (add-hook 'org-mode-hook 'turn-on-auto-fill) Now, while editting an org file, I check the minor modes with "C-h m", and Auto-Fill is one of them. So when I type a long line it should automatically wrap, right? It does for regular text but NOT for when it's

Re: [O] Auto-Fill (aka Word Wrap) of Headline Text

2011-06-09 Thread Lex Fridman
his is also the case for the fill-paragraph command. If you try to call > fill-paragraph in a headline nothing happens. > > -- > Darlan > > At Thu, 9 Jun 2011 17:56:02 -0400, > Lex Fridman wrote: >> >> I enable auto-fill (aka word wrap) with: >> (add-hook '