From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Unconditionally turn off Flyspell mode during export Date: Fri, 11 Apr 2014 11:03:56 +0200 Message-ID: <874n2057cg.fsf@bzg.ath.cx> References: <86ha6mclcx.fsf@somewhere.org> <87ppl8rhnn.fsf@alphaville.bos.redhat.com> <867g7ebo66.fsf@somewhere.org> <86bnwgcj4q.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYbPy-0005IR-Ub for emacs-orgmode@gnu.org; Fri, 11 Apr 2014 09:23:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WYbPp-0007zS-NO for emacs-orgmode@gnu.org; Fri, 11 Apr 2014 09:22:54 -0400 Received: from plane.gmane.org ([80.91.229.3]:57810) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYbPp-0007yp-GY for emacs-orgmode@gnu.org; Fri, 11 Apr 2014 09:22:45 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WYbPn-0005dH-R1 for emacs-orgmode@gnu.org; Fri, 11 Apr 2014 15:22:43 +0200 In-Reply-To: <86bnwgcj4q.fsf@somewhere.org> (Sebastien Vauban's message of "Sat, 05 Apr 2014 09:47:49 +0200") 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: Sebastien Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org Hi Sébastien, Sebastien Vauban writes: > Is there an alternative way to stop Org from Flyspell'ing all the > (temporary) export files? The only thing that comes to my mind right now is to disable flyspell-mode through a hook in `org-export-before-processing-hook'. I didn't test this though. -- Bastien