(org-publish-timestamp-directory): Run file names that begin with a period thru

`convert-standard-filename'.
This commit is contained in:
Eli Zaretskii
2008-10-19 10:21:25 +00:00
parent 727c1234ab
commit 34767325fa
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2008-10-19 Eli Zaretskii <eliz@gnu.org>
* org.el (org-default-notes-file):
* org-publish.el (org-publish-timestamp-directory):
* org-id.el (org-id-locations-file): Run file names that begin
with a period thru `convert-standard-filename'.
2008-10-12 Carsten Dominik <dominik@science.uva.nl>
* org-plot.el: Switch coding system to unix.

View File

@@ -276,7 +276,8 @@ When nil, do no timestamp checking and always publish all files."
:group 'org-publish
:type 'boolean)
(defcustom org-publish-timestamp-directory "~/.org-timestamps/"
(defcustom org-publish-timestamp-directory
(convert-standard-filename "~/.org-timestamps/")
"Name of directory in which to store publishing timestamps."
:group 'org-publish
:type 'directory)