1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2025-01-05 11:45:52 +00:00

Document new hooks.

This commit is contained in:
Carsten Dominik 2009-09-29 08:05:15 +02:00
parent 786da41723
commit f1e70d00d7

View File

@ -1,5 +1,17 @@
2009-09-29 Carsten Dominik <carsten.dominik@gmail.com>
* org-xoxo.el (org-export-xoxo-final-hook): New hook.
(org-export-as-xoxo): Run the new hook.
* org-html.el (org-export-html-final-hook): New hook.
(org-export-as-html): Run the new hook.
* org-docbook.el (org-export-docbook-final-hook): New hook.
(org-export-as-docbook): Run the new hook.
* org-ascii.el (org-export-ascii-final-hook): New hook.
(org-export-as-ascii): Run the new hook.
* org-mobile.el (org-mobile-create-sumo-agenda): Call
`org-sore-agenda-views' instead of `org-batch-store-agenda-views'.