Update capture templates
This commit is contained in:
parent
bb36b48d98
commit
b7f5657585
1 changed files with 8 additions and 1 deletions
|
@ -264,6 +264,13 @@
|
||||||
'("iq" "Interview Question" entry (file+headline "interviews.org" "Interview Questions")
|
'("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"))
|
"* %^{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
|
;; Capture Templates for Project Management and Achievements
|
||||||
;;
|
;;
|
||||||
;; These templates are designed to facilitate the tracking of project details
|
;; 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
|
;; and any associated tasks. This can be particularly useful for end-of-year
|
||||||
;; reviews or for maintaining a portfolio of accomplishments.
|
;; reviews or for maintaining a portfolio of accomplishments.
|
||||||
(add-to-list 'org-capture-templates
|
(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"
|
,(concat "* %^{Achievement Title} :ACHIEVEMENT:\n"
|
||||||
":PROPERTIES:\n"
|
":PROPERTIES:\n"
|
||||||
":Project: %^{Project}\n"
|
":Project: %^{Project}\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue