From 89c0c2e30b8e8f6b031af4dd010aa4939f37c95b Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 15 Oct 2015 10:26:24 +0200 Subject: [PATCH] ORG-NEWS: Document :preparation-function change --- etc/ORG-NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index e6ded2c87..f41079594 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -55,6 +55,10 @@ plain list. *** ~fixltx2e~ is removed from ~org-latex-default-packages-alist~ fixltx2e is obsolete, see LaTeX News 22. ** Miscellaneous +*** ~:preparation-function~ called earlier during publishing +Functions in this list are called before any file is associated to the +current projet. Thus, they can be used to generate to be published +Org files. *** Function ~org-remove-indentation~ changes. The new algorithm doesn't remove TAB characters not used for indentation.