Rudolf Adamkovič <[email protected]> writes:

I think we could also improve the wording of the following:

* Refresh Setup Current Buffer -- not grammatical, somewhat unclear
* Do Children Sequentially -- inappropriate
* Do Children Parallel  -- inappropriate, not grammatical ("in Parallel")

Any ideas?

Hi, just a drive-by comment.

By reading your patch:

   ["Do Children Sequentially" org-toggle-ordered-property :style radio
     :selected (org-entry-get nil "ORDERED")
     :active org-enforce-todo-dependencies :keys "C-c C-x o"]

   ["Do Children Parallel" org-toggle-ordered-property :style radio
     :selected (not (org-entry-get nil "ORDERED"))
     :active org-enforce-todo-dependencies :keys "C-c C-x o"]


How would you explain these in plain English? Can the explaination be reduced to two words? Example: "Sort current entry by ... "

The other one:

   ["Refresh Setup Current Buffer" org-mode-restart t]

I would probably just repeat what the documentation says: "Restart org-mode".

Reply via email to