comparison lisp/org/org.el @ 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 e1cc41b9282d
children 8fa7ef477c04
comparison
equal deleted inserted replaced
98869:8565f44d7340 98870:48e8ecb5eb0e
1202 Used by the hooks for remember.el." 1202 Used by the hooks for remember.el."
1203 :group 'org-refile 1203 :group 'org-refile
1204 :group 'org-remember 1204 :group 'org-remember
1205 :type 'directory) 1205 :type 'directory)
1206 1206
1207 (defcustom org-default-notes-file "~/.notes" 1207 (defcustom org-default-notes-file (convert-standard-filename "~/.notes")
1208 "Default target for storing notes. 1208 "Default target for storing notes.
1209 Used by the hooks for remember.el. This can be a string, or nil to mean 1209 Used by the hooks for remember.el. This can be a string, or nil to mean
1210 the value of `remember-data-file'. 1210 the value of `remember-data-file'.
1211 You can set this on a per-template basis with the variable 1211 You can set this on a per-template basis with the variable
1212 `org-remember-templates'." 1212 `org-remember-templates'."