From 0a5058552930ec3b1a38d9db7628fcb1613fc848 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 19 Oct 2008 10:19:53 +0000 Subject: [PATCH] (org-default-notes-file): Run file names that begin with a period thru `convert-standard-filename'. --- lisp/org/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'. -- 2.39.5