org-manual.org: Tiny enhancement for `org-toggle-ordered-property'

Thanks to Allen Li for pointing this.
This commit is contained in:
Bastien 2018-04-26 11:39:44 +02:00
parent 886ab9c766
commit 889a075834
1 changed files with 5 additions and 5 deletions

View File

@ -4056,11 +4056,11 @@ property:
#+kindex: C-c C-x o
#+findex: org-toggle-ordered-property
#+vindex: org-track-ordered-property-with-tag
Toggle the =ORDERED= property of the current entry. A property
is used for this behavior because this should be local to the
current entry, not inherited like a tag. However, if you would
like to /track/ the value of this property with a tag for better
visibility, customize the variable
Toggle the =ORDERED= property of the current entry. A property is
used for this behavior because this should be local to the
current entry, not inherited from entries above like a tag.
However, if you would like to /track/ the value of this property
with a tag for better visibility, customize the variable
~org-track-ordered-property-with-tag~.
- {{{kbd(C-u C-u C-u C-c C-t)}}} ::