all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Hooks and publishing
@ 2009-08-26 22:37 Sebastian Rose
  2009-08-27  5:46 ` Carsten Dominik
  0 siblings, 1 reply; 3+ messages in thread
From: Sebastian Rose @ 2009-08-26 22:37 UTC (permalink / raw)
  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 :)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-08-27 12:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-26 22:37 Hooks and publishing Sebastian Rose
2009-08-27  5:46 ` Carsten Dominik
2009-08-27 12:39   ` Sebastian Rose

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.