0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:36:26 +00:00

Add :version to org-exp-blocks.el option.

This commit is contained in:
Bastien Guerry 2012-04-03 13:33:59 +02:00
parent c19f5c3c0d
commit e77534b8b4

View file

@ -136,6 +136,7 @@ export function should accept three arguments."
(defcustom org-export-blocks-postblock-hook nil
"Run after blocks have been processed with `org-export-blocks-preprocess'."
:group 'org-export-general
:version "24.1"
:type 'hook)
(defun org-export-blocks-html-quote (body &optional open close)