diff --git a/lisp/org-publish.el b/lisp/org-publish.el index c6c7421..399fdd3 100644 --- a/lisp/org-publish.el +++ b/lisp/org-publish.el @@ -233,7 +233,7 @@ If there is no timestamp, create one." (if (and (fboundp 'set-file-times) (not newly-created-timestamp)) (set-file-times timestamp-file) - (call-process "touch" nil 0 nil timestamp-file)))) + (call-process "touch" nil 0 nil (expand-file-name timestamp-file))))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; Mapping files to project names