diff options
| author | BardofSprites <[email protected]> | 2026-05-11 11:12:59 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2026-05-11 11:12:59 -0400 |
| commit | 654bff4f21468df4bd6700fb425da782b1e34a5b (patch) | |
| tree | 807c285ab0746c8cdc810e1b034aa2c015733175 | |
| parent | 14b4e20a3adc4d46f1a5139f690b84d88bc4cc04 (diff) | |
new capture templates
| -rw-r--r-- | bard-emacs-modules/bard-emacs-org.el | 22 | ||||
| -rw-r--r-- | config.org | 4 |
2 files changed, 14 insertions, 12 deletions
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el index 52742a2..81aa8ec 100644 --- a/bard-emacs-modules/bard-emacs-org.el +++ b/bard-emacs-modules/bard-emacs-org.el @@ -155,18 +155,16 @@ "Appointments" "General") "* %?\n%^t" :time-prompt t) - ;; ("s" "Basic Statistics" entry - ;; (file+headline - ;; "~/Notes/denote/20240830T215644--statistics-flashcards__anki_stats.org" "Unsorted") - ;; "** %U %^g\n:PROPERTIES:\n:ANKI_NOTE_TYPE: Basic\n:ANKI_DECK: Statistics\n:END:\n*** Front\n %?\n*** Back\n\n") - ;; ("S" "Cloze Statistics" entry - ;; (file+headline - ;; "~/Notes/denote/20240830T215644--statistics-flashcards__anki_stats.org" "Unsorted") - ;; "** %U %^g\n:PROPERTIES:\n:ANKI_NOTE_TYPE: Cloze\n:ANKI_DECK: Statistics\n:END:\n*** Text\n %?\n*** Hooray\n\n") - ("c" "Basic Chemistry" entry - (file+headline - "~/Notes/denote/20251019T175402--chemistry-flashcards__anki_chem.org" "Unsorted") - "** %U %^g\n:PROPERTIES:\n:ANKI_NOTE_TYPE: Basic\n:ANKI_DECK: Chemistry\n:END:\n*** Front\n%?\n*** Back\n\n") + ("d" "devlog entry" entry + (file+olp+datetree "~/Notes/denote/20260511T105305--development-log__programming.org") + "* %u - %^{Project}\n%?" + :tree-type month) + ("s" "self learning task" plain + (file+olp + "~/Notes/denote/20251202T154611--self-learning-agenda__topic.org" + "Inbox") + "- [ ] %?" + :empty-lines-after 1) ("n" "common place note" entry (file "~/Notes/denote/20251023T182240--common-place-notes__topic.org") "* %^{Source}\n#+BEGIN_QUOTE\n%?\n#+END_QUOTE") @@ -1461,6 +1461,10 @@ For a long time I really struggled with Emacs tab completion. It still only kind "Appointments" "General") "* %?\n%^t" :time-prompt t) + ("d" "devlog entry" entry + (file+olp+datetree "~/Notes/denote/20260511T105305--development-log__programming.org") + "* %u - %^{Project}\n%?" + :tree-type month) ("s" "self learning task" plain (file+olp "~/Notes/denote/20251202T154611--self-learning-agenda__topic.org" |
