[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org ae028d0a25 4/4: org-toggle-heading: Document checkb
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org ae028d0a25 4/4: org-toggle-heading: Document checkbox conversion to TODO keywords |
Date: |
Sat, 8 Oct 2022 00:58:03 -0400 (EDT) |
branch: externals/org
commit ae028d0a2546eea90fdb3d8d84b084bcb03f0d9c
Author: Ihor Radchenko <yantar92@gmail.com>
Commit: Ihor Radchenko <yantar92@gmail.com>
org-toggle-heading: Document checkbox conversion to TODO keywords
* lisp/org.el (org-toggle-heading): Update the docstring.
---
lisp/org.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lisp/org.el b/lisp/org.el
index e4b9f3cec5..6f4e043061 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -17697,6 +17697,9 @@ In a region:
universal prefix argument.
- If it is a plain list item, turn all plain list items into headings.
+ The checkboxes are converted to appropriate TODO or DONE keywords
+ (using `car' or `org-done-keywords' and `org-not-done-keywords' when
+ available).
When converting a line into a heading, the number of stars is chosen
such that the lines become children of the current entry. However,