org-manual.org: Augment TODO keywords example

This commit is contained in:
Thomas S. Dye 2021-09-23 13:55:19 -10:00 committed by Bastien
parent 26b0297f65
commit 45a5f17add
1 changed files with 3 additions and 3 deletions

View File

@ -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