Fix org-format-latex: don't throw an error if dir exists.

From: Alexandre Passos <alexandre.tp@gmail.com>

> I was editing an org document on a server earlier today, remotely
> using tramp, and continuously exporting it to html. When I added
> LaTeX, it exported once and then not anymore, failing because it
> couldn't create a directory anymore. So I found out that patching
> org-export-latex to pass a "t" parameter to org-make-directory fixes
> this, and it continues to work perfectly. This is the modified version
> of that function, if anyone else is interested in this constrained
> case. The only change I made was right under the "make sure directory
> exists" comment.
This commit is contained in:
Bastien Guerry 2010-08-01 10:08:35 +02:00
parent 8221861f72
commit 3642e441bc
1 changed files with 1 additions and 1 deletions

View File

@ -15868,7 +15868,7 @@ Some of the options can be changed using the variable
(goto-char beg)
(unless checkdir ; make sure the directory exists
(setq checkdir t)
(or (file-directory-p todir) (make-directory todir)))
(or (file-directory-p todir) (make-directory todir t)))
(unless executables-checked
(org-check-external-command