From f306821ed2f8e05c237fc9feea65eac35b5002d7 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 19 Mar 2026 07:13:35 -0500 Subject: [PATCH] lots of agenda tweaks and possibly start a website with org-mode --- README.org | 16 +++++++++------- init.el | 16 +++++++++------- org-publish.el | 0 3 files changed, 18 insertions(+), 14 deletions(-) create mode 100644 org-publish.el diff --git a/README.org b/README.org index b1c293f5..1ad835fc 100644 --- a/README.org +++ b/README.org @@ -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 diff --git a/init.el b/init.el index 5a0f09c0..1feabc29 100644 --- a/init.el +++ b/init.el @@ -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 diff --git a/org-publish.el b/org-publish.el new file mode 100644 index 00000000..e69de29b