# HG changeset patch # User Eli Zaretskii # Date 1224411593 0 # Node ID 48e8ecb5eb0eefe058780478231c89f58e8425ff # Parent 8565f44d73402006ca4c8de8168322c563c2bc8c (org-default-notes-file): Run file names that begin with a period thru `convert-standard-filename'. diff -r 8565f44d7340 -r 48e8ecb5eb0e lisp/org/org.el --- 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'.