Re: [O] How to turn off font-lock-mode per file

2012-06-27 Thread Nick Dokos
--- > From: Nick Dokos > To: Enda > Cc: "emacs-orgmode@gnu.org" > Sent: Wednesday, June 27, 2012 5:43 PM > Subject: Re: [O] How to turn off font-lock-mode per file > > Enda wrote: > > > How do you turn off font-l

Re: [O] How to turn off font-lock-mode per file

2012-06-27 Thread Enda
know how do this in the file.) Best wishes, Enda From: Nick Dokos To: Enda Cc: "emacs-orgmode@gnu.org" Sent: Wednesday, June 27, 2012 5:43 PM Subject: Re: [O] How to turn off font-lock-mode per file Enda wrote: > How do you turn off font-

Re: [O] How to turn off font-lock-mode per file

2012-06-27 Thread Darlan Cavalcante Moreira
Add a file local variable. "M-x add-file-local-variable" Write "mode" for the variable and "font-lock-mode" for its value (without quotes). I tested this and it worked. -- Darlan At Wed, 27 Jun 2012 09:01:52 -0700 (PDT), Enda wrote: > > [1 ] > How do you turn off font-lock-mode per file (an

Re: [O] How to turn off font-lock-mode per file

2012-06-27 Thread Nick Dokos
Enda wrote: > How do you turn off font-lock-mode per file (an org file)? > A lot of your questions are emacs questions and you could find the answers in the emacs manual, e.g. this exact question is answered in sec.48.2.4.1, "Specifying File Variables", of the emacs manual: (info "(emacs) Spec

[O] How to turn off font-lock-mode per file

2012-06-27 Thread Enda
How do you turn off font-lock-mode per file (an org file)? Best wishes, Enda