making org agenda files make more sense
This commit is contained in:
parent
fe2f7591c3
commit
8a02f5bc67
12
README.org
12
README.org
|
@ -826,20 +826,15 @@ Part of this config includes some special capture templates for my work as a you
|
|||
'((sequence "TODO(t)" "PROJ(p)" "STRT(s)" "WAIT(w)" "HOLD(h)" "|" "DONE(d)" "CNCL(c)")
|
||||
(sequence "[ ](T)" "[-](S)" "[?](W)" "|" "[X](D)"))
|
||||
org-agenda-files
|
||||
'("/home/chris/org/todo/notes.org"
|
||||
"/home/chris/org/repetition.org"
|
||||
"/home/chris/org/tfc_plans.org"
|
||||
"/home/chris/org/ministry_team.org"
|
||||
"/home/chris/org/todo/todo.org"
|
||||
"/home/chris/org/newsletter.org"
|
||||
"/home/chris/org/archive.org"
|
||||
'("/home/chris/org/todo/todo.org"
|
||||
"/home/chris/org/nvtfc_social_media.org"
|
||||
"/home/chris/dev/lumina/TODO.org"
|
||||
"/home/chris/dev/tfcconnection/TODO.org"
|
||||
"/home/chris/org/lessons/"
|
||||
"/home/chris/org/dailies/")
|
||||
"/home/chris/org/")
|
||||
org-id-method 'ts
|
||||
org-agenda-tags-column -75
|
||||
org-agenda-dim-blocked-tasks nil
|
||||
org-columns-summary-types '(("+" . org-columns--summary-sum)
|
||||
("$" . org-columns--summary-currencies)
|
||||
("X" . org-columns--summary-checkbox)
|
||||
|
@ -3386,6 +3381,7 @@ Ledger mode
|
|||
mu4e-update-interval (* 15 60)
|
||||
mu4e-attachment-dir "/home/chris/nc/home/Documents/attachments"
|
||||
mu4e-completing-read-function #'completing-read
|
||||
mu4e-notification-support t
|
||||
;; mu4e-mu-binary "/home/chris/.guix-home/profile/bin/mu"
|
||||
;; mu4e-mu-binary "/etc/profiles/per-user/chris/bin/mu"
|
||||
mu4e-compose-signature-auto-include nil
|
||||
|
|
12
init.el
12
init.el
|
@ -557,20 +557,15 @@ much faster. The hope is to also make this a faster version of imenu."
|
|||
'((sequence "TODO(t)" "PROJ(p)" "STRT(s)" "WAIT(w)" "HOLD(h)" "|" "DONE(d)" "CNCL(c)")
|
||||
(sequence "[ ](T)" "[-](S)" "[?](W)" "|" "[X](D)"))
|
||||
org-agenda-files
|
||||
'("/home/chris/org/todo/notes.org"
|
||||
"/home/chris/org/repetition.org"
|
||||
"/home/chris/org/tfc_plans.org"
|
||||
"/home/chris/org/ministry_team.org"
|
||||
"/home/chris/org/todo/todo.org"
|
||||
"/home/chris/org/newsletter.org"
|
||||
"/home/chris/org/archive.org"
|
||||
'("/home/chris/org/todo/todo.org"
|
||||
"/home/chris/org/nvtfc_social_media.org"
|
||||
"/home/chris/dev/lumina/TODO.org"
|
||||
"/home/chris/dev/tfcconnection/TODO.org"
|
||||
"/home/chris/org/lessons/"
|
||||
"/home/chris/org/dailies/")
|
||||
"/home/chris/org/")
|
||||
org-id-method 'ts
|
||||
org-agenda-tags-column -75
|
||||
org-agenda-dim-blocked-tasks nil
|
||||
org-columns-summary-types '(("+" . org-columns--summary-sum)
|
||||
("$" . org-columns--summary-currencies)
|
||||
("X" . org-columns--summary-checkbox)
|
||||
|
@ -2411,6 +2406,7 @@ targets."
|
|||
mu4e-update-interval (* 15 60)
|
||||
mu4e-attachment-dir "/home/chris/nc/home/Documents/attachments"
|
||||
mu4e-completing-read-function #'completing-read
|
||||
mu4e-notification-support t
|
||||
;; mu4e-mu-binary "/home/chris/.guix-home/profile/bin/mu"
|
||||
;; mu4e-mu-binary "/etc/profiles/per-user/chris/bin/mu"
|
||||
mu4e-compose-signature-auto-include nil
|
||||
|
|
Loading…
Reference in a new issue