Hi, I encountered a problem when publishing an org project after customizing `org-publish-timestamp-directory' such that the specified directory and some of its parents didn't exist.
A patch is attached. Kind regards, Jan
--- lisp/org/org-publish.el.orig 2010-07-18 03:43:12.942798153 +0200 +++ lisp/org/org-publish.el 2010-07-18 03:40:11.842796261 +0200 @@ -236,7 +236,7 @@ (file-newer-than-file-p filename (org-publish-timestamp-filename filename pub-dir pub-func))) - (make-directory org-publish-timestamp-directory) + (make-directory org-publish-timestamp-directory t) t) ;; don't use timestamps, always return t t)))
_______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode