aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2026-05-11 11:12:59 -0400
committerBardofSprites <[email protected]>2026-05-11 11:12:59 -0400
commit654bff4f21468df4bd6700fb425da782b1e34a5b (patch)
tree807c285ab0746c8cdc810e1b034aa2c015733175 /bard-emacs-modules
parent14b4e20a3adc4d46f1a5139f690b84d88bc4cc04 (diff)
new capture templates
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-org.el22
1 files changed, 10 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")