From 405c952acaeb545c08d749086f17716cf9a99350 Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Tue, 3 Dec 2024 20:08:55 +0530 Subject: [PATCH] Add noexport to the fast-tag-alist --- unravel-emacs.org | 3 ++- unravel-modules/unravel-org.el | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/unravel-emacs.org b/unravel-emacs.org index 7bb8a60..06ba20b 100644 --- a/unravel-emacs.org +++ b/unravel-emacs.org @@ -3906,6 +3906,7 @@ Org agenda, in particular, provides commands to filter tasks by tag: ("sketch" . ?s) ("feedback" . ?f) ("actionitems" . ?a) + ("noexport" . ?N) (:endgrouptag) (:startgrouptag) ("TaskType" . ?T) @@ -4236,7 +4237,7 @@ title of the task, and the like. The documentation string of (setq org-agenda-menu-two-columns nil) ;; Don't recalculate agenda unless I explicitly say so. (setq org-agenda-sticky t) - (setq org-agenda-custom-commands-contexts nil) + (setq org-agenda-custom-commands-contexts nil) (setq org-agenda-max-entries nil) (setq org-agenda-max-todos nil) (setq org-agenda-max-tags nil) diff --git a/unravel-modules/unravel-org.el b/unravel-modules/unravel-org.el index e739ad8..f7bd8ec 100644 --- a/unravel-modules/unravel-org.el +++ b/unravel-modules/unravel-org.el @@ -180,6 +180,7 @@ ("sketch" . ?s) ("feedback" . ?f) ("actionitems" . ?a) + ("noexport" . ?N) (:endgrouptag) (:startgrouptag) ("TaskType" . ?T)