ENH don't show metablox in archive
This commit is contained in:
parent
8f04e9dbfb
commit
0852c1f2c3
|
@ -3208,7 +3208,10 @@ original function being advised and ARGS are the arguments."
|
||||||
("A"
|
("A"
|
||||||
"Archivable Tasks and Projects"
|
"Archivable Tasks and Projects"
|
||||||
((tags
|
((tags
|
||||||
,(nd/org-mk-match-string - org-x-tag-no-agenda - org-x-tag-refile)
|
,(nd/org-mk-match-string
|
||||||
|
- org-x-tag-no-agenda
|
||||||
|
- org-x-tag-refile
|
||||||
|
- org-x-tag-no-archive)
|
||||||
((org-agenda-overriding-header "Archive")
|
((org-agenda-overriding-header "Archive")
|
||||||
(org-agenda-skip-function #'org-x-archive-skip-function)
|
(org-agenda-skip-function #'org-x-archive-skip-function)
|
||||||
(org-agenda-sorting-strategy '(category-keep))
|
(org-agenda-sorting-strategy '(category-keep))
|
||||||
|
|
|
@ -167,6 +167,9 @@
|
||||||
(defconst org-x-tag-no-agenda "NA"
|
(defconst org-x-tag-no-agenda "NA"
|
||||||
"Tag denoting a headlines that shouldn't go in the agenda.")
|
"Tag denoting a headlines that shouldn't go in the agenda.")
|
||||||
|
|
||||||
|
(defconst org-x-tag-no-archive "NRXIV"
|
||||||
|
"Tag denoting a headlines that shouldn't go in the archive.")
|
||||||
|
|
||||||
(defconst org-x-tag-refile "REFILE"
|
(defconst org-x-tag-refile "REFILE"
|
||||||
"Tag denoting a headlines that are to be refiled.")
|
"Tag denoting a headlines that are to be refiled.")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue