]> git.eshelyaron.com Git - emacs.git/commitdiff
(org-default-notes-file): Run file names that begin with a period thru
authorEli Zaretskii <eliz@gnu.org>
Sun, 19 Oct 2008 10:19:53 +0000 (10:19 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 19 Oct 2008 10:19:53 +0000 (10:19 +0000)
`convert-standard-filename'.

lisp/org/org.el

index 497a6df0747f50422146f414800e9299aef5ec03..fcf16a37ad05d0fd23cc434e72891385cf91c197 100644 (file)
@@ -1204,7 +1204,7 @@ Used by the hooks for remember.el."
   :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'.