# HG changeset patch # User Eli Zaretskii # Date 1224411666 0 # Node ID 71df88aafadf18abf85711960cf36240c077ebdf # Parent 2b853509cf774258ea5b6508a54f4ff0899a1dbd (org-publish-timestamp-directory): Run file names that begin with a period thru `convert-standard-filename'. diff -r 2b853509cf77 -r 71df88aafadf lisp/org/org-publish.el --- 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)