Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2012-10-15 22:32:25 +02:00
commit 93ebf24758
2 changed files with 4 additions and 4 deletions

View File

@ -484,9 +484,9 @@ after ``{\tt :}'', and dictionary words elsewhere.
\metax{select next/previous state}{S-LEFT/RIGHT}
\metax{select next/previous set}{C-S-LEFT/RIGHT}
\key{toggle ORDERED property}{C-c C-x o}
\key{view TODO items in a sparse tree}{C-c C-v}
\key{view 3rd TODO keyword's sparse tree}{C-3 C-c C-v}
\key{view TODO items in a sparse tree}{C-c / t}
\key{view 3rd TODO keyword's sparse tree}{C-3 C-c / t}
p
\key{set the priority of the current item}{C-c , [ABC]}
\key{remove priority cookie from current item}{C-c , SPC}
\key{raise/lower priority of current item}{S-UP/DOWN\notetwo}

View File

@ -12764,7 +12764,7 @@ D Show deadlines and scheduled items between a date range."
((equal ans ?D)
(call-interactively 'org-check-dates-range))
((equal ans ?t)
(org-show-todo-tree nil))
(call-interactively 'org-show-todo-tree))
((equal ans ?T)
(org-show-todo-tree '(4)))
((member ans '(?T ?m))