Skip to content

Commit

Permalink
insert template needs to be interactive
Browse files Browse the repository at this point in the history
Fix #161

Signed-off-by: Trevoke <[email protected]>
  • Loading branch information
Trevoke authored May 22, 2023
1 parent 751a3ab commit ef97879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions org-gtd-clarify.el
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ This function is called through the inbox clarification process."

(defun org-gtd-clarify-project-insert-template ()
"Insert user-provided template under item at point."
(interactive)
(let* ((choice (completing-read
"Choose a project template to insert: "
org-gtd-clarify-project-templates nil t))
Expand Down

0 comments on commit ef97879

Please sign in to comment.