Browse Source

org-persist-write:index: Return index path on write

Ihor Radchenko 3 years ago
parent
commit
0e18c617cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-persist.el

+ 1 - 1
lisp/org-persist.el

@@ -675,7 +675,7 @@ COLLECTION is the plist holding data collectin."
      (org-file-name-concat org-persist-directory org-persist-index-file)
      org-persist--index
      t t)
-    t))
+    (org-file-name-concat org-persist-directory org-persist-index-file)))
 
 (defun org-persist--save-index ()
   "Save `org-persist--index."