emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Ignored in-buffer settings and after-export hook


From: Nicolas Goaziou
Subject: Re: [O] Ignored in-buffer settings and after-export hook
Date: Mon, 26 Aug 2013 13:45:28 +0200

Hello,

Daniel Gerber <address@hidden> writes:

> 2. Is the after-export hook gone with the new exporter framework? I used 
> this to get the list of a project's exported files:
>
>     (setq html-files-list ()
>                org-publish-after-export-hook
>                (lambda () (add-to-list 'html-files-list
>                                        (buffer-file-name
>     (current-buffer)))))
>     (org-publish the-org-project t)
>     (print html-files-list)
>
> but in 8.0.7 maint the hook is ignored altogether.

`org-publish-before-export-hook' and `org-publish-after-export-hook' are
not present in Org 8+, indeed. Can't you simply use
`org-export-before-parsing-hook' instead?


Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]