mirror of
https://github.com/org-roam/org-roam
synced 2025-09-16 15:56:48 -05:00
(fix) typo in doc, titles -> refs (#436)
This commit is contained in:
@@ -387,7 +387,7 @@ INITIAL-PROMPT is the initial title prompt."
|
||||
|
||||
;;;; org-roam-find-ref
|
||||
(defun org-roam--get-ref-path-completions ()
|
||||
"Return a list of cons pairs for titles to absolute path of Org-roam files."
|
||||
"Return a list of cons pairs for refs to absolute path of Org-roam files."
|
||||
(let ((rows (org-roam-db-query [:select [ref file] :from refs])))
|
||||
(mapcar (lambda (row)
|
||||
(cons (car row)
|
||||
|
Reference in New Issue
Block a user