From: Eli Zaretskii Date: Sun, 19 Oct 2008 10:19:53 +0000 (+0000) Subject: (org-default-notes-file): Run file names that begin with a period thru X-Git-Tag: emacs-pretest-23.0.90~2377 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a5058552930ec3b1a38d9db7628fcb1613fc848;p=emacs.git (org-default-notes-file): Run file names that begin with a period thru `convert-standard-filename'. --- diff --git a/lisp/org/org.el b/lisp/org/org.el index 497a6df0747..fcf16a37ad0 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el @@ -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'.