From 2fc7107969d78e24973a696d6306a8118c49ddfc Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 21 Jun 2022 22:45:57 -0700 Subject: [oni-org] Update default todo agenda command I've removed the hierarchy from my tags, so now I need to see any for the tag of the current host name, any computer, and any emacs tasks that have a state of TODO. --- oni-org/oni-org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index dcb1736..39ee5eb 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2022.0620.091626 +;; Version: 2022.0621.091652 ;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti) ;; This program is free software; you can redistribute it and/or modify @@ -586,7 +586,7 @@ also move point to the start of the heading." (setq org-agenda-window-setup 'only-window) (setq org-agenda-custom-commands - `(("t" "Todo at this computer" tags-todo ,(format "TODO=\"TODO\"+%s" (system-name)) + `(("t" "Todo at this computer" tags-todo ,(format "@%s|@computer|@emacs/TODO" (system-name)) ((org-overriding-columns-format "%TODO %46ITEM %1BLOCKED %Effort"))) ("r" "Reading list" tags-todo "TODO=\"READ\"+SCHEDULED=\"\"-Effort=\"\"" ((org-overriding-columns-format "%8CATEGORY %ITEM %3EFFORT") -- cgit v1.2.3-54-g00ecf