help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Turning off flyspell programmatically for source blocks in Org mode


From: Leo Alekseyev
Subject: Turning off flyspell programmatically for source blocks in Org mode
Date: Mon, 13 Feb 2012 03:18:47 -0500

When I use Flyspell with org-mode, it often insists on spell-checking
my code, which is nice, but annoying.  How might one prevent flyspell
from operating on code blocks in org, given that they are clearly
delimited with lines #+begin_src [language] and #+end_src?

I've tried adding ("+begin_src" . "+end_src") to
ispell-skip-region-alist, but it didn't seem to work.

Appreciate any suggestions!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]