From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: How to use ispell in org mode: goal is to skip source blocks Date: Wed, 21 May 2014 15:21:46 +0200 Message-ID: <874n0jw9lh.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60111) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wn6Sy-0000p3-CS for emacs-orgmode@gnu.org; Wed, 21 May 2014 09:22:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wn6Sr-0005SZ-8a for emacs-orgmode@gnu.org; Wed, 21 May 2014 09:21:56 -0400 Received: from mail-we0-x235.google.com ([2a00:1450:400c:c03::235]:40803) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wn6Sr-0005S8-2r for emacs-orgmode@gnu.org; Wed, 21 May 2014 09:21:49 -0400 Received: by mail-we0-f181.google.com with SMTP id w61so2020893wes.40 for ; Wed, 21 May 2014 06:21:48 -0700 (PDT) In-Reply-To: (Grant Rettke's message of "Thu, 1 May 2014 18:42:07 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Grant Rettke Cc: "emacs-orgmode@gnu.org" Hi Grant, Grant Rettke 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