diff --git a/lisp/org.el b/lisp/org.el index 401f81d82..2628ea50d 100644 --- a/lisp/org.el +++ b/lisp/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