Skip to content

Instantly share code, notes, and snippets.

@wakatara
Created March 3, 2023 00:57
Show Gist options
  • Select an option

  • Save wakatara/4c1d50b784a91b6c23acbf1a1a310da9 to your computer and use it in GitHub Desktop.

Select an option

Save wakatara/4c1d50b784a91b6c23acbf1a1a310da9 to your computer and use it in GitHub Desktop.
Daryl's org-roam capture templates for his PARA system
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Change id: links as appropriate for your needs and pages
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(setq org-roam-dailies-capture-templates
'(("d" "default" entry
"* %?"
:target (file+head "%<%Y-%m-%d>.org"
"#+title: %<%Y-%m-%d %a>
#+CREATED: %<%Y-%m-%d %a>
#+MODIFIED:
* Daily Intent
The one thing
___
??
* Log
-
** Todos
** Pings
* Perso
** [[id:873C893B-DE3B-4433-87D7-A51806D7CA16][Morning Pages]]
[[file:~/Documents/org/journal/journal-2023.org.gpg::* %<%Y-%m-%d %a>][ %<%Y-%m-%d %a>]]
** [[id:9AD761D3-02F4-40DD-AED2-13AED735290E][Storyworthy]]
** Meta
- Where: ???
- Weather: ???
- Music: ???
- Sleep: 7h?
- Weight: ???
- Energy: L/M/H
- Effective: L/M/H
- Mood:
*** [[id:50EABEC4-239C-4123-A106-4B97417D98D2][Exercise]]
*** [[id:CFB3EFF4-1237-4E35-9385-77D404611596][TIL]]
*** [[id:3F912AB7-47DB-46A3-AADB-CA9F4589C840][Highlights ]]
*** [[id:D660A331-01E0-4247-B74F-A28FAF4C30C2][Lowlights]]
*** Eats
- Breakie: ???
- Lunch: ???
- Dinner: ???
*** [[id:E50848D2-1CB5-4B0C-B1AC-B1952A37A37C][Gratitude/Savoured]]
1.
2.
3.
"))))
(setq org-roam-capture-templates
'(
("d" "default" plain "%?"
:target (file+head "${slug}.org"
"#+TITLE: ${title}
#+CREATED: %u
#+MODIFIED:
* ${title}
"):unnarrowed t)
("p" "peep" plain "%?"
:target (file+head "~/Documents/org/refs/prm/${slug}.org"
"#+TITLE: ${title}
#+CREATED: %u
#+MODIFIED:
* ${title}
:PROPERTIES:
:Full_Name:
:Email:
:Phone:
:WhatsApp:
:Telegram:
:Twitter:
:Current_Company:
:Current_Role:
:Location:
:END:
* ${title}'s Birthday - yyyy-mm-dd :bday:
DEADLINE: <yyyy-mm-dd aaa +1y -4w>
* How We Met
"):unnarrowed t)
("r" "Rez" plain "%?"
:target (file+head "~/Documents/org/refs/rez/${slug}.org"
"#+TITLE: ${title}
#+CREATED: %u
#+MODIFIED:
* ${title}
:PROPERTIES:
:Type:
:Start:
:Fin:
:Killed:
:Rating:
:Digested:
:Creator:
:URL:
:END:
** Actions
** Key Ideas
** Review
** Quotes
** Notes
"):unnarrowed t)
("e" "Exp" plain "%?"
:target (file+head "~/Documents/org/areas/exps/${slug}.org"
"#+TITLE: ${title}
#+CREATED: %u
#+MODIFIED:
* ${title}
:PROPERTIES:
:Type: Exp
:Start:
:Fin:
:Assess: <yyyy-mm-dd aaa>
:Qs:
:Status:
:Outcome:
:END:
** Actions
** Hypothesis
-
** Treatment
-
** Notes
-
** Outcome
-
** Contraindications
-
"):unnarrowed t)
("7" "Weekly" plain "%?"
:target (file+head "~/Documents/org/logs/${slug}.org"
"#+TITLE: ${title}
#+CREATED: %u
#+MODIFIED:
* Intents
Week Goal:
|----+--------+-----------+----------+---------+---------+---------------+-----------|
| | Mon | Tue | Wed | Thu | Fri | Sat | Sun |
|----+--------+-----------+----------+---------+---------+---------------+-----------|
| 🐧 | | | | | | | |
|----+--------+-----------+----------+---------+---------+---------------+-----------|
| \Delta | | | | | | | |
|----+--------+-----------+----------+---------+---------+---------------+-----------|
* Commits
|---------------------------------------+-----------------------------------|
| *This Week* | *Q1 OKRs* |
|---------------------------------------+-----------------------------------|
| 1. Health: | 1. |
| 2. Astro: | 2. |
| 3. Coding: | 3. |
| 4. PhD: | 4. |
| 5. Writing: | 5. |
|---------------------------------------+-----------------------------------|
| *Next 4 Weeks* | *Health Metrics* |
|---------------------------------------+-----------------------------------|
| 1. | 1. |
| 2. | 2. |
| 3. | 3. |
| 4. | 4. |
|---------------------------------------+-----------------------------------|
Watched:
Played:
Read:
* Buckets
** Sharpen
2 wo/run + movie + game + read
⬜ ⬜ ⬜ ⬜
** Create
Blog + Book
⬜ ⬜
** Invest
COMA
⬜
** Learn
Astro + COMA Airflow + Rust
⬜ ⬜ ⬜
** Review, Plan, Prune
Buckets + Weekly Review
βœ… ⬜
* Weekly Review
β¬œβœ…πŸ’ͺβŒπŸ”ΌπŸ”½ΒΌ Β½ ΒΎ β…“ β…” β…• β…– β…— β…˜
** Score: XX/XX ~ XX%
** How'd it go?
** *πŸ† Pluses*
1.
2.
3.
** πŸ”½ Minuses
1.
2.
3.
** ▢️ Next
1.
2.
3.
"):unnarrowed t)
("b" "Blog" plain "%?"
:target (file+head "~/Documents/org/areas/blog/%<%Y-%m-%d>-${slug}.md"
"---
id: %<%Y-%m-%d>-${slug}
layout: post
title: ${title}
permalink: '/${slug}'
date: %<%Y-%m-%d>-Thh:mm:ss+07:00
location: Singapore
tags: []
description: 'Clever description of contents.'
draft: true
---
"):unnarrowed t)
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment