0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-15 17:16:26 +00:00

org-exp-blocks.el: Better heuristic to find the libary name.

* org-exp-blocks.el (org-ditaa-jar-path): Better heuristic
to find the libary name.

TINYCHANGE
This commit is contained in:
Shaun Johnson 2012-03-20 03:12:40 +01:00 committed by Bastien Guerry
parent 526cac1776
commit ba249353d3

View file

@ -232,7 +232,7 @@ which defaults to the value of `org-export-blocks-witheld'."
(file-name-as-directory
(expand-file-name
"../contrib"
(file-name-directory (or load-file-name buffer-file-name)))))))
(file-name-directory (find-library-name "org")))))))
"Path to the ditaa jar executable.")
(defvar org-export-current-backend) ; dynamically bound in org-exp.el