Aloha all,

The attached patch makes the example for setting up keywords in an
individual file match the example where it appears earlier.  It
also provides an example of how fast TODO selection should look
when it is implemented on a per-file basis.

Sorry for the earlier truncated messages!  Clumsy fingers today!

All the best,
Tom
>From 47b9eb04e55530ecc7b13411c01cd6fb97b17d14 Mon Sep 17 00:00:00 2001
From: "Thomas S. Dye" <tsd@tsdye.online>
Date: Thu, 23 Sep 2021 13:55:19 -1000
Subject: [PATCH] org-manual.org: Augment TODO keywords example

---
 doc/org-manual.org | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/org-manual.org b/doc/org-manual.org
index 87f2147f2..c27a2c07c 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -3991,9 +3991,9 @@ interpretation, but it means the same as =#+TODO=, or
 A setup for using several sets in parallel would be:
 
 #+begin_example
-,#+TODO: TODO | DONE
-,#+TODO: REPORT BUG KNOWNCAUSE | FIXED
-,#+TODO: | CANCELED
+,#+TODO: TODO(t) | DONE(d)
+,#+TODO: REPORT(r) BUG(b) KNOWNCAUSE(k) | FIXED(f)
+,#+TODO: | CANCELED(c)
 #+end_example
 
 #+cindex: completion, of option keywords
-- 
2.25.1


--
Thomas S. Dye
https://tsdye.online/tsdye

Reply via email to