Update org notes setup
This commit is contained in:
parent
a92a1e0eaa
commit
81d1164f58
@ -57,8 +57,8 @@
|
||||
(function org-find-daily-note)
|
||||
"* %<%I:%M %p>")
|
||||
("n" "Org-roam note" plain (function org-roam-capture))
|
||||
("s" "Spotify task" entry
|
||||
(file+headline ,(expand-file-name "~/org/todo.org") "Spotify")
|
||||
("h" "Hummingbird task" entry
|
||||
(file+headline ,(expand-file-name "~/org/todo.org") "Hummingbird")
|
||||
"* TODO %i%?")
|
||||
("p" "Personal task" entry
|
||||
(file+headline ,(expand-file-name "~/org/todo.org") "Personal")
|
||||
@ -106,17 +106,12 @@
|
||||
:custom
|
||||
(org-super-agenda-groups `((:name "In progress"
|
||||
:todo "IN PROGRESS")
|
||||
(:name "Hummingbird"
|
||||
:tag "@hummingbird")
|
||||
(:name "Daily"
|
||||
:file-path ,(expand-file-name "~/org/daily"))
|
||||
(:name "Spotify"
|
||||
:tag "@spotify")
|
||||
(:name "Lola"
|
||||
:tag "@lola")
|
||||
(:name "unifyDB"
|
||||
:tag "@unifydb")
|
||||
(:name "Personal"
|
||||
:tag "@personal")
|
||||
(:name "Jira" :file-path ,(expand-file-name "~/org/jira")))))
|
||||
:tag "@personal"))))
|
||||
|
||||
;; (use-package org-gcal
|
||||
;; :commands (org-gcal-sync
|
||||
|
Loading…
Reference in New Issue
Block a user