浏览代码

org-manual.org: Augment TODO keywords example

Thomas S. Dye 3 年之前
父节点
当前提交
45a5f17add
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      doc/org-manual.org

+ 3 - 3
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