From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Alekseyev Subject: How to turn off flyspell for source code blocks? Date: Mon, 6 Feb 2012 00:50:46 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59899) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuIPY-0007mE-7R for emacs-orgmode@gnu.org; Mon, 06 Feb 2012 01:50:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RuIPX-0003Me-8c for emacs-orgmode@gnu.org; Mon, 06 Feb 2012 01:50:48 -0500 Received: from mail-pz0-f41.google.com ([209.85.210.41]:58318) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuIPW-0003Ma-TV for emacs-orgmode@gnu.org; Mon, 06 Feb 2012 01:50:47 -0500 Received: by dadv6 with SMTP id v6so5126360dad.0 for ; Sun, 05 Feb 2012 22:50:46 -0800 (PST) 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: Emacs orgmode How does one prevent flyspell from operating on code blocks in org? I've tried adding ("+begin_src" . "+end_src") to ispell-skip-region-alist, but it didn't seem to work.