Reload: New key, works also in the Agenda
The key is now `C-c C-x !'.
This commit is contained in:
parent
327d23f9bd
commit
8619361669
|
@ -1,5 +1,9 @@
|
|||
2009-04-30 Carsten Dominik <carsten.dominik@gmail.com>
|
||||
|
||||
* org.el (org-mode-map): New key for reload.
|
||||
|
||||
* org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
|
||||
|
||||
* org.el (org-sort-entries-or-items): Explicit sorting function
|
||||
for priorities, needed for XEmacs compatibility.
|
||||
|
||||
|
|
|
@ -1278,6 +1278,7 @@ The following commands are available:
|
|||
(org-defkey org-agenda-mode-map "\C-k" 'org-agenda-kill)
|
||||
(org-defkey org-agenda-mode-map "\C-c$" 'org-agenda-archive)
|
||||
(org-defkey org-agenda-mode-map "\C-c\C-x\C-s" 'org-agenda-archive)
|
||||
(org-defkey org-agenda-mode-map "\C-c\C-x!" 'org-reload)
|
||||
(org-defkey org-agenda-mode-map "$" 'org-agenda-archive)
|
||||
(org-defkey org-agenda-mode-map "A" 'org-agenda-archive-to-archive-sibling)
|
||||
(org-defkey org-agenda-mode-map "\C-c\C-o" 'org-agenda-open-link)
|
||||
|
|
|
@ -13797,7 +13797,7 @@ The images can be removed again with \\[org-ctrl-c-ctrl-c]."
|
|||
|
||||
(define-key org-mode-map "\C-c\C-x\C-c" 'org-columns)
|
||||
|
||||
(define-key org-mode-map "\C-c\C-xr" 'org-reload)
|
||||
(define-key org-mode-map "\C-c\C-x!" 'org-reload)
|
||||
|
||||
(define-key org-mode-map "\C-c\C-xg" 'org-feed-update-all)
|
||||
(define-key org-mode-map "\C-c\C-xG" 'org-feed-goto-inbox)
|
||||
|
|
Loading…
Reference in New Issue