changeset 98870:48e8ecb5eb0e

(org-default-notes-file): Run file names that begin with a period thru `convert-standard-filename'.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 19 Oct 2008 10:19:53 +0000
parents 8565f44d7340
children 2b853509cf77
files lisp/org/org.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/org/org.el	Sun Oct 19 10:15:04 2008 +0000
+++ b/lisp/org/org.el	Sun Oct 19 10:19:53 2008 +0000
@@ -1204,7 +1204,7 @@
   :group 'org-remember
   :type 'directory)
 
-(defcustom org-default-notes-file "~/.notes"
+(defcustom org-default-notes-file (convert-standard-filename "~/.notes")
   "Default target for storing notes.
 Used by the hooks for remember.el.  This can be a string, or nil to mean
 the value of `remember-data-file'.