0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-27 13:32:53 +00:00

Doc fixes

This commit is contained in:
Carsten Dominik 2009-08-02 15:51:59 +02:00
parent 98998abc0d
commit d8732b3938
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,7 @@
2009-08-02 Carsten Dominik <carsten.dominik@gmail.com> 2009-08-02 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-provide-todo-statistics): Tweak docstring.
* org-id.el (org-id-open): Honor `org-link-frame-setup'. * org-id.el (org-id-open): Honor `org-link-frame-setup'.
2009-08-01 Carsten Dominik <carsten.dominik@gmail.com> 2009-08-01 Carsten Dominik <carsten.dominik@gmail.com>

View file

@ -1716,8 +1716,9 @@ by a letter in parenthesis, like TODO(t)."
(defcustom org-provide-todo-statistics t (defcustom org-provide-todo-statistics t
"Non-nil means, update todo statistics after insert and toggle. "Non-nil means, update todo statistics after insert and toggle.
ALL-HEADLINES means update todo statistics by including headlines ALL-HEADLINES means update todo statistics by including headlines
with no TODO keyword as well. A list of TODO keywords means the with no TODO keyword as well, counting them as not done.
same, but skip keywords that are not in this list. A list of TODO keywords means the same, but skip keywords that are
not in this list.
When this is set, todo statistics is updated in the parent of the When this is set, todo statistics is updated in the parent of the
current entry each time a todo state is changed." current entry each time a todo state is changed."