lots of agenda tweaks and possibly start a website with org-mode

This commit is contained in:
Chris Cochrun 2026-03-19 07:13:35 -05:00
parent ddc7483160
commit f306821ed2
3 changed files with 18 additions and 14 deletions

View file

@ -1069,10 +1069,8 @@ Part of this config includes some special capture templates for my work as a you
org-agenda-show-inherited-tags nil
org-agenda-tags-column -100)
(setq org-agenda-prefix-format '((agenda . " %i %?-12t% s")
(todo . " %i %-12:c")
(tags . " %i %-12:c")
(search . " %i %-12:c")))
(setq org-agenda-prefix-format '((agenda . " %i %?-12t% s") (todo . " %i %?-12 c%? b")
(tags . " %i %? s%? e%? b") (search . " %i %-12 c%? b")))
(setq org-agenda-category-icon-alist
'(("todo" "~/docs/notes/icons/task.png" nil nil :ascent center)
@ -1091,7 +1089,7 @@ Part of this config includes some special capture templates for my work as a you
org-agenda-files
'("~/docs/todo/todo.org"
"~/dev/lumina-iced/TODO.org"
"~/dev/tfcconnection/TODO.org"
"~/dev/tfcconnection-zola/TODO.org"
"~/docs/notes/lessons/"
"~/docs/notes/20230919T090157--house-renovation__area.org")
org-id-method 'ts
@ -1128,7 +1126,10 @@ Part of this config includes some special capture templates for my work as a you
("ha" tags "abbie")
("hl" tags "luke")
("hy" tags "ty")
("hj" tags "josiah")))
("hj" tags "josiah")
("ht" tags "theo")
("hh" tags-todo "+house" ((org-agenda-sorting-strategy '(todo-state-up))
(org-agenda-dim-blocked-tasks t)))))
(defun chris/org-columns-view ()
"Turn on org-columns overlay and turn off olivetti-mode"
@ -1284,7 +1285,8 @@ Part of this config includes some special capture templates for my work as a you
"d" 'org-agenda-deadline
"s" 'org-agenda-schedule
"t" 'org-agenda-todo
"c" 'org-agenda-capture)
"c" 'org-agenda-capture
"/" 'org-agenda-filter)
('normal org-columns-map
"j" 'outline-next-heading
"h" 'outline-previous-heading

16
init.el
View file

@ -767,10 +767,8 @@ much faster. The hope is to also make this a faster version of imenu."
org-agenda-show-inherited-tags nil
org-agenda-tags-column -100)
(setq org-agenda-prefix-format '((agenda . " %i %?-12t% s")
(todo . " %i %-12:c")
(tags . " %i %-12:c")
(search . " %i %-12:c")))
(setq org-agenda-prefix-format '((agenda . " %i %?-12t% s") (todo . " %i %?-12 c%? b")
(tags . " %i %? s%? e%? b") (search . " %i %-12 c%? b")))
(setq org-agenda-category-icon-alist
'(("todo" "~/docs/notes/icons/task.png" nil nil :ascent center)
@ -789,7 +787,7 @@ much faster. The hope is to also make this a faster version of imenu."
org-agenda-files
'("~/docs/todo/todo.org"
"~/dev/lumina-iced/TODO.org"
"~/dev/tfcconnection/TODO.org"
"~/dev/tfcconnection-zola/TODO.org"
"~/docs/notes/lessons/"
"~/docs/notes/20230919T090157--house-renovation__area.org")
org-id-method 'ts
@ -826,7 +824,10 @@ much faster. The hope is to also make this a faster version of imenu."
("ha" tags "abbie")
("hl" tags "luke")
("hy" tags "ty")
("hj" tags "josiah")))
("hj" tags "josiah")
("ht" tags "theo")
("hh" tags-todo "+house" ((org-agenda-sorting-strategy '(todo-state-up))
(org-agenda-dim-blocked-tasks t)))))
(defun chris/org-columns-view ()
"Turn on org-columns overlay and turn off olivetti-mode"
@ -982,7 +983,8 @@ much faster. The hope is to also make this a faster version of imenu."
"d" 'org-agenda-deadline
"s" 'org-agenda-schedule
"t" 'org-agenda-todo
"c" 'org-agenda-capture)
"c" 'org-agenda-capture
"/" 'org-agenda-filter)
('normal org-columns-map
"j" 'outline-next-heading
"h" 'outline-previous-heading

0
org-publish.el Normal file
View file