Merge branch 'maint'
This commit is contained in:
commit
93ebf24758
|
@ -484,9 +484,9 @@ after ``{\tt :}'', and dictionary words elsewhere.
|
||||||
\metax{select next/previous state}{S-LEFT/RIGHT}
|
\metax{select next/previous state}{S-LEFT/RIGHT}
|
||||||
\metax{select next/previous set}{C-S-LEFT/RIGHT}
|
\metax{select next/previous set}{C-S-LEFT/RIGHT}
|
||||||
\key{toggle ORDERED property}{C-c C-x o}
|
\key{toggle ORDERED property}{C-c C-x o}
|
||||||
\key{view TODO items in a sparse tree}{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 C-v}
|
\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{set the priority of the current item}{C-c , [ABC]}
|
||||||
\key{remove priority cookie from current item}{C-c , SPC}
|
\key{remove priority cookie from current item}{C-c , SPC}
|
||||||
\key{raise/lower priority of current item}{S-UP/DOWN\notetwo}
|
\key{raise/lower priority of current item}{S-UP/DOWN\notetwo}
|
||||||
|
|
|
@ -12764,7 +12764,7 @@ D Show deadlines and scheduled items between a date range."
|
||||||
((equal ans ?D)
|
((equal ans ?D)
|
||||||
(call-interactively 'org-check-dates-range))
|
(call-interactively 'org-check-dates-range))
|
||||||
((equal ans ?t)
|
((equal ans ?t)
|
||||||
(org-show-todo-tree nil))
|
(call-interactively 'org-show-todo-tree))
|
||||||
((equal ans ?T)
|
((equal ans ?T)
|
||||||
(org-show-todo-tree '(4)))
|
(org-show-todo-tree '(4)))
|
||||||
((member ans '(?T ?m))
|
((member ans '(?T ?m))
|
||||||
|
|
Loading…
Reference in New Issue