Fix typo.

This commit is contained in:
Carsten Dominik 2008-07-25 14:18:54 -07:00
parent 6de2032ff7
commit c258c33780
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ See `org-publish-org-to' to the list of arguments."
(file-truename (plist-get project-plist :publishing-directory))))
tmp-pub-dir)
(setq tmp-pub-dir
(file-name-dirqctory
(file-name-directory
(concat pub-dir
(and (string-match (regexp-quote base-dir) ftname)
(substring ftname (match-end 0))))))