Mercurial > emacs
changeset 98872:71df88aafadf
(org-publish-timestamp-directory): Run file names that begin with a period thru
`convert-standard-filename'.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 19 Oct 2008 10:21:06 +0000 |
parents | 2b853509cf77 |
children | 7203675678b9 |
files | lisp/org/org-publish.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/org/org-publish.el Sun Oct 19 10:20:22 2008 +0000 +++ b/lisp/org/org-publish.el Sun Oct 19 10:21:06 2008 +0000 @@ -276,7 +276,8 @@ :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)