|
@@ -4,7 +4,6 @@
|
|
|
;; Copyright (C) 2004-2019 Free Software Foundation, Inc.
|
|
|
;;
|
|
|
;; Author: Carsten Dominik <carsten at orgmode dot org>
|
|
|
-;; Maintainer: Carsten Dominik <carsten at orgmode dot org>
|
|
|
;; Keywords: outlines, hypermedia, calendar, wp
|
|
|
;; Homepage: https://orgmode.org
|
|
|
;; Version: 9.3
|
|
@@ -841,8 +840,7 @@ depends on, if any."
|
|
|
|
|
|
(defcustom org-support-shift-select nil
|
|
|
"Non-nil means make shift-cursor commands select text when possible.
|
|
|
-\\<org-mode-map>\
|
|
|
-
|
|
|
+\\<org-mode-map>
|
|
|
In Emacs 23, when `shift-select-mode' is on, shifted cursor keys
|
|
|
start selecting a region, or enlarge regions started in this way.
|
|
|
In Org mode, in special contexts, these same keys are used for
|
|
@@ -1228,8 +1226,8 @@ See `org-file-apps'.")
|
|
|
("\\.x?html?\\'" . default)
|
|
|
("\\.pdf\\'" . default))
|
|
|
"External applications for opening `file:path' items in a document.
|
|
|
-\\<org-mode-map>\
|
|
|
|
|
|
+\\<org-mode-map>
|
|
|
Org mode uses system defaults for different file types, but
|
|
|
you can use this variable to set the application for a given file
|
|
|
extension. The entries in this list are cons cells where the car identifies
|