I did many things

This commit is contained in:
2025-12-07 18:45:33 +02:00
parent e5b3e819a3
commit 0045ea188f
7 changed files with 690 additions and 27 deletions

View File

@@ -265,8 +265,8 @@
"* TODO [#A] %?\n %i" :empty-lines 1) t)
(add-to-list 'org-capture-templates
'("i" "Content idea" entry
(file+headline "~/org/work.org" "Ideas")
"* TODO %? :idea:\n %i" :empty-lines 1) t)
(file "~/org/Brain/youtube_yap_topics.org")
"* IDEA %? \n %i" :empty-lines 1) t)
(add-to-list 'org-capture-templates
'("l" "Someday" entry
(file+headline "~/org/someday.org" "Inbox")
@@ -643,8 +643,9 @@
)
)
;; For capturing notes
;; For capturing notes and archive properly!
(map! :leader
:nv "N" #'org-roam-capture
:nv "D" #'org-roam-dailies-capture-today
:nv "m s A" #'org-archive-subtree
)