💄 docstrings

This commit is contained in:
Chris Barrett
2022-08-18 15:12:05 +12:00
parent 5580962752
commit c99f0a3a06

View File

@ -318,7 +318,7 @@ and old content."
;;;###autoload ;;;###autoload
(defun org-insert-dblock:backlinks () (defun org-insert-dblock:backlinks ()
"Insert a backlinks dynamic block at point." "Insert a dynamic block backlinks at point."
(interactive) (interactive)
(atomic-change-group (atomic-change-group
(org-create-dblock (list :name "backlinks"))) (org-create-dblock (list :name "backlinks")))
@ -350,7 +350,7 @@ and old content."
;;;###autoload ;;;###autoload
(defun org-insert-dblock:notes () (defun org-insert-dblock:notes ()
"Insert a backlinks dynamic block at point." "Insert a dynamic block org-roam notes at point."
(interactive) (interactive)
(let ((args (pcase-exhaustive (completing-read "Query Type: " '("Title Regexp Match" "Tags Filter")) (let ((args (pcase-exhaustive (completing-read "Query Type: " '("Title Regexp Match" "Tags Filter"))
("Title Regexp Match" ("Title Regexp Match"