home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 088d141b30571d4e46ab05bfb9811aff4a721145
parent 543f8efb4b4b833a76f696a0fd105e61bab61dd5
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sat, 21 Nov 2020 21:16:24 +0100

tools/emacs: add a #links agenda

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-org.el | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tools/emacs/config/config-org.el b/tools/emacs/config/config-org.el @@ -168,7 +168,9 @@ org-agenda-sticky t org-super-agenda-header-separator "" org-agenda-custom-commands - `(("w" "Agenda" + `(("l" "Links" + tags "+#link") + ("w" "Agenda" ((agenda "") (tags-todo "-goals-incubate-inbox+TODO=\"STARTED\"" ((org-agenda-overriding-header "Ongoing")))