From 042950a8922e287703cdc50c43bce3d8403aca80 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 20 Mar 2012 09:51:53 +0100 Subject: [PATCH] org-exp-blocks.el: Make a defcustom. * org-exp-blocks.el (org-ditaa-jar-path): Make a defcustom. --- lisp/org-exp-blocks.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.11.4.GIT