emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 45a5f17 21/85: org-manual.org: Augment TODO keyword


From: ELPA Syncer
Subject: [elpa] externals/org 45a5f17 21/85: org-manual.org: Augment TODO keywords example
Date: Mon, 27 Sep 2021 15:57:42 -0400 (EDT)

branch: externals/org
commit 45a5f17add141cef35783f828512b763bd08228c
Author: Thomas S. Dye <tsd@tsdye.online>
Commit: Bastien <bzg@gnu.org>

    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 891e48a..c68d5fa 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]