mirror of
https://github.com/chrisbarrett/nursery
synced 2025-08-11 13:07:24 -05:00
💄 docstrings
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user