Created
August 18, 2025 21:05
-
-
Save nickanderson/952af3e12501bfddee3bad0d06beec49 to your computer and use it in GitHub Desktop.
Org-roam-dailies-capture-templates example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (setq org-roam-dailies-capture-templates | |
| `( | |
| ("j" "Journal") | |
| ("e" "Email") | |
| ("ec" "Compose") | |
| ("er" "Response" ) | |
| ; Work related templates | |
| ("w" "Work") | |
| ;; Work log templates | |
| ("wl" "Log") | |
| ("wll" "Log generic") | |
| ("wls" "Support") | |
| ("wlj" "Jira") | |
| ("wlp" "Plan") | |
| ;; Work meeting templates | |
| ("wm" "Work Meetings") | |
| ;;; Work meetings templates for a podcast | |
| ("wmp" "Podcast") | |
| ("wmpi" "Planning") | |
| ("wmps" "Session") | |
| ;; Meetings Related to CoolProduct1 | |
| ("wmc" "CoolProduct1") | |
| ("wmca" "CoolProduct1 Account & Marketing Status") | |
| ;; Customer meetings related to CoolProduct1 | |
| ("wmcc" "Customer") | |
| ;; Customer meetings related to CoolProduct1 (customers that start with A) | |
| ("wmcca" "a") | |
| ("wmccat" "Acme") | |
| ;; Customer meetings related to CoolProduct1 (customers that start with B) | |
| ("wmccb" "b") | |
| ;; Customer meetings related to CoolProduct1 (customers that start with C) | |
| ("wmccc" "c") | |
| ("wmcccd" "Cd1") | |
| ("wmccco" "Co2" ) | |
| ("wmcd" "Daily CoolProduct1 Standup") | |
| ("wmcs" "Sprint") | |
| ("wmcsb" "Backlog grooming" ) | |
| ("wmcsr" "Sprint Review/Planning" ) | |
| ("wmcr" "CoolProduct1 Roadmap and Release planning" ) | |
| ("wmct" "Team goals, strategy, and vision" ) | |
| ;; Meetings related to Product2 | |
| ("wmm" "MyProduct2") | |
| ("wmmc" "MyProduct2 CE Team") | |
| ("wmmcs" "MyProduct2 CE Sync" ) | |
| ("wmmcp" "MyProduct2 CE-PM Sync" ) | |
| ("wmmco" "MyProduct2 CE One on Ones") | |
| ("wmmcoa" "MyProduct2 CE One on One w/ Amy") | |
| ("wmmcoe" "E") | |
| ("wmmcoel" "MyProduct2 CE One on One w/ Eli" ) | |
| ("wmmcoed" "MyProduct2 CE One on One w/ Eddie" ) | |
| ;; Templates for various periodic reports | |
| ("wr" "Reports") | |
| ("wrm" "Monthly Report" ) | |
| ("wrs" "Security Newsletter" ) | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment