Add noexport to the fast-tag-alist

This commit is contained in:
Vedang Manerikar 2024-12-03 20:08:55 +05:30
parent de1da8f9f3
commit 405c952aca
2 changed files with 3 additions and 1 deletions

View file

@ -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)

View file

@ -180,6 +180,7 @@
("sketch" . ?s)
("feedback" . ?f)
("actionitems" . ?a)
("noexport" . ?N)
(:endgrouptag)
(:startgrouptag)
("TaskType" . ?T)