Skip to content

Commit

Permalink
Call pandoc in the in-file directory
Browse files Browse the repository at this point in the history
tecosaur committed Jul 17, 2022
1 parent 84924ed commit d3cd2b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions org-pandoc-import.el
Original file line number Diff line number Diff line change
@@ -252,6 +252,7 @@ The value returned is used as the new IN-FILE."
(if (functionp org-pandoc-import-buffer-name)
(funcall org-pandoc-import-buffer-name in-file)
org-pandoc-import-buffer-name)))
(default-directory (file-name-directory in-file))
(process
(if syncronous-p
(apply #'call-process

0 comments on commit d3cd2b0

Please sign in to comment.