File tree Expand file tree Collapse file tree 4 files changed +7
-245
lines changed
Expand file tree Collapse file tree 4 files changed +7
-245
lines changed Original file line number Diff line number Diff line change @@ -43,3 +43,4 @@ session.*
4343/.lsp-session-v1
4444/.dap-breakpoints
4545/straight
46+ bookmarks
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -1184,6 +1184,7 @@ See:
11841184
11851185- [[info:org#Headlines][org#Headlines]]
11861186- [[info:org#Catching invisible edits][org#Catching invisible edits]]
1187+ - [[info:org#Capture templates][org#Capture templates]]
11871188
11881189
11891190#+begin_src emacs-lisp
@@ -1200,14 +1201,14 @@ See:
12001201 org-id-link-to-org-use-id 'create-if-interactive
12011202 org-image-actual-width 450
12021203 user-full-name "Winston Weinert (winny)"
1203- user-mail-address "hello @winny.tech"
1204+ user-mail-address "orgmode @winny.tech"
12041205 org-capture-templates
12051206 '(("a" "Anything" entry
12061207 (file+datetree "~/files/notes/unsorted.org")
12071208 (file "~/.emacs.d/org-capture-templates/unsorted.org"))
1208- ("j" "Journal Entry" plain
1209+ ("j" "Journal Entry" entry
12091210 (file+datetree "~/files/writings/journal/journal.org")
1210- "%?"
1211+ (file "~/.emacs.d/org-capture-templates/journal.org")
12111212 :empty-lines 1)
12121213 ("t" "Todo list item" entry
12131214 (file+headline "~/files/notes/todo.org" "Inbox")
Original file line number Diff line number Diff line change 1+ * %(format-time-string "📝 %H:%M")
2+ %?
You can’t perform that action at this time.
0 commit comments