Merge pull request #3227 from alarsyo/fix-org-agenda-bindings

Restore new org-agenda bindings
This commit is contained in:
Henrik Lissner 2020-05-26 16:28:59 -04:00 committed by GitHub
commit ee5d0a8781
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -751,17 +751,18 @@ between the two."
:map org-agenda-mode-map
:m "C-SPC" #'org-agenda-show-and-scroll-up
:localleader
"d" #'org-agenda-deadline
(:prefix ("d" . "date/deadline")
"d" #'org-agenda-deadline
"s" #'org-agenda-schedule)
(:prefix ("c" . "clock")
"c" #'org-agenda-clock-in
"C" #'org-agenda-clock-out
"c" #'org-agenda-clock-cancel
"g" #'org-agenda-clock-goto
"i" #'org-agenda-clock-in
"o" #'org-agenda-clock-out
"r" #'org-agenda-clockreport-mode
"s" #'org-agenda-show-clocking-issues
"x" #'org-agenda-clock-cancel)
"s" #'org-agenda-show-clocking-issues)
"q" #'org-agenda-set-tags
"r" #'org-agenda-refile
"s" #'org-agenda-schedule
"t" #'org-agenda-todo))