Update capture templates
This commit is contained in:
parent
5ba08fca2d
commit
886b7d5b29
1 changed files with 4 additions and 0 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Reference in a new issue