diff options
Diffstat (limited to 'lisp/org')
-rw-r--r-- | lisp/org/org.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org/org.el b/lisp/org/org.el index 7ab1801cfaa..e62ee3203b4 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el @@ -9319,6 +9319,7 @@ TYPE is the dynamic block type, as a string." "List all defined dynamic block types." (mapcar #'car org-dynamic-block-alist)) +;;;###org-autoload (defun org-dynamic-block-define (type func) "Define dynamic block TYPE with FUNC. TYPE is a string. FUNC is the function creating the dynamic |