From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Hooks and publishing Date: Thu, 27 Aug 2009 00:37:08 +0200 Message-ID: <87fxbe9p7v.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MgR7G-00029f-09 for emacs-orgmode@gnu.org; Wed, 26 Aug 2009 18:37:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgR7B-00023A-Gd for emacs-orgmode@gnu.org; Wed, 26 Aug 2009 18:37:17 -0400 Received: from [199.232.76.173] (port=40361 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgR7B-00022b-01 for emacs-orgmode@gnu.org; Wed, 26 Aug 2009 18:37:13 -0400 Received: from mail.gmx.net ([213.165.64.20]:37857) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MgR7A-000381-0I for emacs-orgmode@gnu.org; Wed, 26 Aug 2009 18:37:12 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs-orgmode mailing list Hi, I have this in one of my setup files: (add-hook 'text-mode-hook 'turn-on-flyspell) ;; (add-hook 'org-mode-hook 'turn-on-flyspell) (add-hook 'message-mode-hook 'turn-on-flyspell) As you can see, the second line is already commented. But it seems, org-mode runs text-mode-hook, too. This slows down export (especially, if ispell is not yet installed on a new system...). Is it possible (and does it make sense) to load all Org-files without running any of the hooks? Sebastian ...who finally has a new machine (T500 + Ubuntu is great) and is now online on a more regular base again :)