From b1010403e48ca0a8664918074a7cf24ed3be839f Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 6 Sep 2020 10:45:25 +0200 Subject: [PATCH] Update Org Mode tag list --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index ee4528b..1327fd2 100644 --- a/init.el +++ b/init.el @@ -808,7 +808,9 @@ With given ARG, display files in `db/important-document-path’." ("UNTAGGED" . ?u) (:endgroup . nil) ("NOTE" . ?n) - ("PERIODIC" . ?p)) + ("PERIODIC" . ?p) + ("REGULAR" . ?r) + ("NOP" . ?o)) org-fast-tag-selection-single-key 'expert)