Re: [Orgmode] Org-mode and fill-column value

2011-02-25 Thread John Hendy
Fantastic. Many thanks, John On Fri, Feb 25, 2011 at 4:07 PM, Nick Dokos wrote: > John Hendy wrote: > > > Hi, > > > > I would like to set my fill-column variable to a bit higher value since I > have no real need to keep it at 70, however my attempts seem not to be > working. > > > > The releva

Re: [Orgmode] Org-mode and fill-column value

2011-02-25 Thread Nick Dokos
John Hendy wrote: > Hi, > > I would like to set my fill-column variable to a bit higher value since I > have no real need to keep it at 70, however my attempts seem not to be > working. > > The relevant section in .emacs looks like this: > ,- > | (add-hook 'text-mode-hook 'turn-on-auto-fi

[Orgmode] Org-mode and fill-column value

2011-02-25 Thread John Hendy
Hi, I would like to set my fill-column variable to a bit higher value since I have no real need to keep it at 70, however my attempts seem not to be working. The relevant section in .emacs looks like this: ,- | (add-hook 'text-mode-hook 'turn-on-auto-fill) `- I then added this line: ,--