Skip to content

Commit 6146e28

Browse files
committed
change(org): journal layout changes
1 parent 443ad88 commit 6146e28

File tree

4 files changed

+7
-245
lines changed

4 files changed

+7
-245
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ session.*
4343
/.lsp-session-v1
4444
/.dap-breakpoints
4545
/straight
46+
bookmarks

bookmarks

Lines changed: 0 additions & 242 deletions
This file was deleted.

configuration.org

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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")

org-capture-templates/journal.org

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* %(format-time-string "📝 %H:%M")
2+
%?

0 commit comments

Comments
 (0)