I did many things
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user