Update capture templates

This commit is contained in:
Marcus Kammer 2023-09-29 12:34:21 +02:00
parent 5ba08fca2d
commit 886b7d5b29

View file

@ -211,6 +211,10 @@
'("H" "How Might We" entry (file+headline "interviews.org" "HMW Questions") '("H" "How Might We" entry (file+headline "interviews.org" "HMW Questions")
"* HOW MIGHT WE %? :HMW:\n%U\n** Interviewee: %^{Interviewee}\n** Context: %^{Context}\n")) "* 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) (require 'request)
(defun fetch-gitlab-issue-and-capture () (defun fetch-gitlab-issue-and-capture ()