From 727c1234abaf1a41b916f120d9e7578befa6a592 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 19 Oct 2008 10:20:22 +0000 Subject: [PATCH] (org-id-locations-file): Run file names that begin with a period thru `convert-standard-filename'. --- lisp/org/org-id.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org/org-id.el b/lisp/org/org-id.el index cfb16d63954..e4ba7b0e741 100644 --- a/lisp/org/org-id.el +++ b/lisp/org/org-id.el @@ -116,7 +116,7 @@ be added." :group 'org-id :type 'boolean) -(defcustom org-id-locations-file "~/.org-id-locations" +(defcustom org-id-locations-file (convert-standard-filename "~/.org-id-locations") "The file for remembering the last ID number generated." :group 'org-id :type 'file) -- 2.39.5