Update capture templates

This commit is contained in:
Marcus Kammer 2023-09-30 11:47:00 +02:00
parent bb36b48d98
commit b7f5657585
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -264,6 +264,13 @@
'("iq" "Interview Question" entry (file+headline "interviews.org" "Interview Questions")
"* %^{Interview Topic} :INTERVIEW:\n:PROPERTIES:\n:Project: %^{Project Name}\n:Date: %T\n:END:\n- %?\n"))
;; User Interview Quotes Capture Template
;; Purpose: To capture important quotes from user interviews.
;; Fields: Quote, Interviewee, Timestamp in Video, Project, Context
(add-to-list 'org-capture-templates
'("io" "Quote from User Interview" entry (file+headline "interviews.org" "Quotes")
"* %^{Quote} :QUOTE:\n:PROPERTIES:\n:Interviewee: %^{Interviewee}\n:Timestamp: %^{Timestamp in Video}\n:Project: %^{Project}\n:Context: %^{Context}\n:END:\n"))
;; Capture Templates for Project Management and Achievements
;;
;; These templates are designed to facilitate the tracking of project details
@ -289,7 +296,7 @@
;; and any associated tasks. This can be particularly useful for end-of-year
;; reviews or for maintaining a portfolio of accomplishments.
(add-to-list 'org-capture-templates
`("a" "Achievement" entry (file+datetree "achievements.org")
`("v" "Achievement" entry (file+datetree "achievements.org")
,(concat "* %^{Achievement Title} :ACHIEVEMENT:\n"
":PROPERTIES:\n"
":Project: %^{Project}\n"