Use compatibility function for XEmacs.

* lisp/org-exp-block.el: Use `org-find-library-name' instead of `find-library-name'.
This commit is contained in:
Bastien Guerry 2012-04-29 22:53:07 +02:00
parent b3f60f791e
commit bf5b4012e9
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ which defaults to the value of `org-export-blocks-witheld'."
(file-name-as-directory
(expand-file-name
"../contrib"
(file-name-directory (find-library-name "org")))))))
(file-name-directory (org-find-library-name "org")))))))
"Path to the ditaa jar executable."
:group 'org-babel
:type 'string)