From 886b7d5b299be0a60ba66045315d69ea734562bf Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Fri, 29 Sep 2023 12:34:21 +0200 Subject: [PATCH] Update capture templates --- bundle/bundle--org.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bundle/bundle--org.el b/bundle/bundle--org.el index 1df1959d..6efda255 100644 --- a/bundle/bundle--org.el +++ b/bundle/bundle--org.el @@ -211,6 +211,10 @@ '("H" "How Might We" entry (file+headline "interviews.org" "HMW Questions") "* HOW MIGHT WE %? :HMW:\n%U\n** Interviewee: %^{Interviewee}\n** Context: %^{Context}\n")) +(add-to-list 'org-capture-templates + '("a" "Achievement" entry (file+datetree "achievements.org") + "* %^{Achievement Title} :ACHIEVEMENT:\n:PROPERTIES:\n:Project: %^{Project Name}\n:Date: %T\n:END:\n- Description: %?\n- Impact: %^{Impact}\n- Associated Tasks: %^{Tasks}\n")) + (require 'request) (defun fetch-gitlab-issue-and-capture ()