瀏覽代碼

Merge branch 'master' into contextual-docu

Marco Wahl 6 年之前
父節點
當前提交
4ec502fc98
共有 2 個文件被更改,包括 11 次插入18 次删除
  1. 6 6
      doc/org-manual.org
  2. 5 12
      lisp/org.el

+ 6 - 6
doc/org-manual.org

@@ -18964,17 +18964,17 @@ further based on their usage needs.  For example, the normal
 
 ** Context Dependent Documentation
 :PROPERTIES:
-:DESCRIPTION: Get Documentation for Context.
-:ALT_TITLE: Documentation
+:DESCRIPTION: Jump to Documentation for Context.
+:ALT_TITLE: Documentation Access
 :END:
 #+cindex: documentation
 #+cindex: Info
 #+findex: org-info-find-node
 
-{{{kbd(C-c C-x C-i)}}} tries to open a suitable section of the Org
-info documentation depending on the Org element at point.  For example
-on a headline the info documentation about the Org document structure
-appears.
+{{{kbd(C-c C-x C-i)}}} in an Org file tries to open a suitable section
+of the Org info documentation depending on the Org element at point.
+For example on a headline the info documentation about the Org
+document structure appears.
 
 {{{kbd(q)}}} closes the info window.
 

+ 5 - 12
lisp/org.el

@@ -18984,7 +18984,6 @@ COMMANDS is a list of alternating OLDDEF NEWDEF command names."
 
 ;;;; All the other keys
 (org-defkey org-mode-map (kbd "|") #'org-force-self-insert)
-(org-defkey org-mode-map (kbd "C-c C-a") #'org-show-all)
 (org-defkey org-mode-map (kbd "C-c C-r") #'org-reveal)
 (org-defkey org-mode-map (kbd "C-M-t") #'org-transpose-element)
 (org-defkey org-mode-map (kbd "M-}") #'org-forward-element)
@@ -19072,11 +19071,9 @@ COMMANDS is a list of alternating OLDDEF NEWDEF command names."
 (org-defkey org-mode-map (kbd "M-h") #'org-mark-element)
 (org-defkey org-mode-map (kbd "ESC h") #'org-mark-element)
 (org-defkey org-mode-map (kbd "C-c C-*") #'org-list-make-subtree)
-
 (org-defkey org-mode-map (kbd "C-c C-x C-w") #'org-cut-special)
 (org-defkey org-mode-map (kbd "C-c C-x M-w") #'org-copy-special)
 (org-defkey org-mode-map (kbd "C-c C-x C-y") #'org-paste-special)
-
 (org-defkey org-mode-map (kbd "C-c C-x C-t") #'org-toggle-time-stamp-overlays)
 (org-defkey org-mode-map (kbd "C-c C-x C-i") #'org-clock-in)
 (org-defkey org-mode-map (kbd "C-c C-x C-x") #'org-clock-in-last)
@@ -19105,17 +19102,13 @@ COMMANDS is a list of alternating OLDDEF NEWDEF command names."
 (org-defkey org-mode-map (kbd "C-c C-x _") #'org-timer-stop)
 (org-defkey org-mode-map (kbd "C-c C-x ;") #'org-timer-set-timer)
 (org-defkey org-mode-map (kbd "C-c C-x ,") #'org-timer-pause-or-continue)
+(org-defkey org-mode-map (kbd "C-c C-x C-c") #'org-columns)
+(org-defkey org-mode-map (kbd "C-c C-x !") #'org-reload)
+(org-defkey org-mode-map (kbd "C-c C-x g") #'org-feed-update-all)
+(org-defkey org-mode-map (kbd "C-c C-x G") #'org-feed-goto-inbox)
+(org-defkey org-mode-map (kbd "C-c C-x [") #'org-reftex-citation)
 (org-defkey org-mode-map (kbd "C-c C-x I") #'org-info-find-node)
 
-(define-key org-mode-map (kbd "C-c C-x C-c") #'org-columns)
-
-(define-key org-mode-map (kbd "C-c C-x !") #'org-reload)
-
-(define-key org-mode-map (kbd "C-c C-x g") #'org-feed-update-all)
-(define-key org-mode-map (kbd "C-c C-x G") #'org-feed-goto-inbox)
-
-(define-key org-mode-map (kbd "C-c C-x [") #'org-reftex-citation)
-
 
 ;;; Speed commands