I don't have any problem with natbib cite commands including \ref, \cite, \citet, \citep, etc.... Maybe your version of flyspell?? But it should act exactly as it does in auctex or your latex mode of emacs. I would check in there if it works properly because should parse the same way if not maybe debug from there. Cheers, Jeff On Mon, Jul 30, 2012 at 9:44 PM, Bjarte Johansen wrote: > > On 30 Jul, 2012, at 13:03 , Bastien 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 > 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.