emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] How to use ispell in org mode: goal is to skip source blocks


From: Bastien
Subject: Re: [O] How to use ispell in org mode: goal is to skip source blocks
Date: Wed, 21 May 2014 15:21:46 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.91 (gnu/linux)

Hi Grant,

Grant Rettke <address@hidden> writes:

> Working on large literate org documents takes a lot longer when ispell
> reports errors in the source
> code. My goal is to avoid spell checking anything inside the source
> blocks.

You can use this:

(add-to-list 'ispell-skip-region-alist '("#\\+begin_src". "#\\+end_src"))

HTH,

-- 
 Bastien



reply via email to

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