diff --git a/lisp/org-exp-blocks.el b/lisp/org-exp-blocks.el index afe36d23c..438a580d8 100644 --- a/lisp/org-exp-blocks.el +++ b/lisp/org-exp-blocks.el @@ -73,6 +73,7 @@ (eval-when-compile (require 'cl)) (require 'org) +(require 'find-func) (defun org-export-blocks-set (var value) "Set the value of `org-export-blocks' and install fontification." @@ -224,7 +225,7 @@ which defaults to the value of `org-export-blocks-witheld'." ;;-------------------------------------------------------------------------------- ;; ditaa: create images from ASCII art using the ditaa utility -(defvar org-ditaa-jar-path (expand-file-name +(defcustom org-ditaa-jar-path (expand-file-name "ditaa.jar" (file-name-as-directory (expand-file-name