Add noexport to the fast-tag-alist
This commit is contained in:
parent
de1da8f9f3
commit
405c952aca
2 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -180,6 +180,7 @@
|
|||
("sketch" . ?s)
|
||||
("feedback" . ?f)
|
||||
("actionitems" . ?a)
|
||||
("noexport" . ?N)
|
||||
(:endgrouptag)
|
||||
(:startgrouptag)
|
||||
("TaskType" . ?T)
|
||||
|
|
Loading…
Reference in a new issue