On 30 Jul, 2012, at 13:03 , Bastien <b...@gnu.org> wrote: > I've pushed a fix which should let flyspell ignore more commonly > used Org keywords. Please test it.
This works great. You forgot #+LATEX_CLASS_OPTIONS: though. On 30 Jul, 2012, at 13:13 , Jeffrey Spencer <jeffspenc...@gmail.com> wrote: > Will give it a test later in the week and let you know. > > Also you can add this hook to make it act like the fly-spell mode in auctex > (if familiar with that) which skips most tex based commands (trips up though > if you have only one $ because assumes another $ sign later so won't check > spelling in that block. I would just do \$ if you need a single dollar sign. > This is the only really limitation I have found to adding this that I have > noticed thus far. > (add-hook 'org-mode-hook (lambda () (setq ispell-parser 'tex))) I tried this and it does work for most things, but for some reason it doesn't like the natbib \cite commands.