|
@@ -219,8 +219,7 @@ Emacs initialization file."
|
|
(const :tag "Clock and history" t)
|
|
(const :tag "Clock and history" t)
|
|
(const :tag "No persistence" nil)))
|
|
(const :tag "No persistence" nil)))
|
|
|
|
|
|
-(defcustom org-clock-persist-file (convert-standard-filename
|
|
|
|
- (concat user-emacs-directory "org-clock-save.el"))
|
|
|
|
|
|
+(defcustom org-clock-persist-file (locate-user-emacs-file "org-clock-save.el")
|
|
"File to save clock data to."
|
|
"File to save clock data to."
|
|
:group 'org-clock
|
|
:group 'org-clock
|
|
:type 'string)
|
|
:type 'string)
|