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)
|
("sketch" . ?s)
|
||||||
("feedback" . ?f)
|
("feedback" . ?f)
|
||||||
("actionitems" . ?a)
|
("actionitems" . ?a)
|
||||||
|
("noexport" . ?N)
|
||||||
(:endgrouptag)
|
(:endgrouptag)
|
||||||
(:startgrouptag)
|
(:startgrouptag)
|
||||||
("TaskType" . ?T)
|
("TaskType" . ?T)
|
||||||
|
|
|
@ -180,6 +180,7 @@
|
||||||
("sketch" . ?s)
|
("sketch" . ?s)
|
||||||
("feedback" . ?f)
|
("feedback" . ?f)
|
||||||
("actionitems" . ?a)
|
("actionitems" . ?a)
|
||||||
|
("noexport" . ?N)
|
||||||
(:endgrouptag)
|
(:endgrouptag)
|
||||||
(:startgrouptag)
|
(:startgrouptag)
|
||||||
("TaskType" . ?T)
|
("TaskType" . ?T)
|
||||||
|
|
Loading…
Reference in a new issue