diff --git a/emacs/.emacs.d/prot-emacs-modules/prot-emacs-org.el b/emacs/.emacs.d/prot-emacs-modules/prot-emacs-org.el index 2b05dcf4..e5c25eef 100644 --- a/emacs/.emacs.d/prot-emacs-modules/prot-emacs-org.el +++ b/emacs/.emacs.d/prot-emacs-modules/prot-emacs-org.el @@ -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" diff --git a/emacs/.emacs.d/prot-emacs.org b/emacs/.emacs.d/prot-emacs.org index ae7f0ded..eabacb04 100644 --- a/emacs/.emacs.d/prot-emacs.org +++ b/emacs/.emacs.d/prot-emacs.org @@ -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) diff --git a/emacs/.emacs.d/prot-lisp/prot-org.el b/emacs/.emacs.d/prot-lisp/prot-org.el index e4add5ee..5a60c23f 100644 --- a/emacs/.emacs.d/prot-lisp/prot-org.el +++ b/emacs/.emacs.d/prot-lisp/prot-org.el @@ -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)