0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 13:46:27 +00:00

org-toggle-heading: Document checkbox conversion to TODO keywords

* lisp/org.el (org-toggle-heading): Update the docstring.
This commit is contained in:
Ihor Radchenko 2022-10-08 12:45:59 +08:00
parent fcd3817450
commit ae028d0a25
No known key found for this signature in database
GPG key ID: 6470762A7DA11D8B

View file

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