mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(docs): fix docstring for org-roam--get-title-path-completions (#1344)
This commit is contained in:
@ -845,8 +845,8 @@ file."
|
||||
|
||||
(defun org-roam--get-title-path-completions ()
|
||||
"Return an alist for completion.
|
||||
The car is the displayed title for completion, and the cdr is the
|
||||
to the file."
|
||||
The car is the displayed title for completion, and the cdr is a
|
||||
plist containing the path and title for the file."
|
||||
(let* ((rows (org-roam-db-query [:select [files:file titles:title tags:tags files:meta] :from titles
|
||||
:left :join tags
|
||||
:on (= titles:file tags:file)
|
||||
|
Reference in New Issue
Block a user