emacs: rename prot-org function to select file and heading

This commit is contained in:
Protesilaos Stavrou 2024-12-15 10:21:37 +02:00
parent 5bf40d88b8
commit 5986063b6a
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
3 changed files with 4 additions and 4 deletions

View file

@ -248,7 +248,7 @@
"%a\n%?")
:empty-lines-after 1)
("s" "Select file and heading to add to" entry
(function prot-org-capture-select-project)
(function prot-org-select-heading-in-file)
,(concat "* TODO %^{Title}%?\n"
":PROPERTIES:\n"
":CAPTURED: %U\n"

View file

@ -7740,7 +7740,7 @@ As for my workflow, here is an overview:
"%a\n%?")
:empty-lines-after 1)
("s" "Select file and heading to add to" entry
(function prot-org-capture-select-project)
(function prot-org-select-heading-in-file)
,(concat "* TODO %^{Title}%?\n"
":PROPERTIES:\n"
":CAPTURED: %U\n"
@ -14208,7 +14208,7 @@ the current file."
(user-error "There are no files in the `org-directory'")))
;;;###autoload
(defun prot-org-capture-select-project ()
(defun prot-org-select-heading-in-file ()
"Like `prot-org-select-project' but specifically for `org-capture'."
(declare (interactive-only t))
(interactive)

View file

@ -206,7 +206,7 @@ the current file."
(user-error "There are no files in the `org-directory'")))
;;;###autoload
(defun prot-org-capture-select-project ()
(defun prot-org-select-heading-in-file ()
"Like `prot-org-select-project' but specifically for `org-capture'."
(declare (interactive-only t))
(interactive)