[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Turning off flyspell programmatically for source blocks in Org mode
From: |
Jambunathan K |
Subject: |
Re: Turning off flyspell programmatically for source blocks in Org mode |
Date: |
Tue, 14 Feb 2012 00:00:33 +0530 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (windows-nt) |
Leo Alekseyev <dnquark@gmail.com> writes:
> 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.
See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10804
> Appreciate any suggestions!
>
>
--