On Apr 19, 2010, at 6:27 PM, Dan Davison wrote:
Org has org-export-html-final-hook but no latex equivalent, nor a
general after-export hook? Is that right? (I feel like I must be
missing
something there.)
All backends have a "final" hook - org-export-latex-final-hook in
this
case.
Ah, I see, Emacs doesn't know about it until I cause
(require 'org-latex)
to happen. As I said, I felt that I was missing something...
I think add-hook is still OK to use.
Sorry, yes, I didn't mean to suggest that this was preventing user
customisation. I was just trying to explain how I had hastily come to
the erroneous conclusion that the hook variable didn't exist.
Is there a convenient way to load all features in core org-mode at
startup so that I don't make the same mistake again?
You could add org-require-autoloaded-modules to org-mode-hook, but I
am not sure if this still has the complete list of autoloaded modules.
A more radical solution is org-reload. When I want to make sure
everything is loaded in order to look for custom variables, I press `C-
c C-x !', and that will pull everything in.
HTH
- Carsten
Dan
- Carsten
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
- Carsten
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode