Variable: org-publish-after-publishing-hook

org-publish-after-publishing-hook is a variable defined in ox-publish.el.gz.

Value

nil

Documentation

Hook run each time a file is published.

Every function in this hook will be called with two arguments: the name of the original file and the name of the file produced.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-publish.el.gz
(defvar org-publish-after-publishing-hook nil
  "Hook run each time a file is published.
Every function in this hook will be called with two arguments:
the name of the original file and the name of the file
produced.")