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:
parent
b3f60f791e
commit
bf5b4012e9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue