|
@@ -2064,7 +2064,7 @@ In tables, the special behavior of RET has precedence."
|
|
|
A longer mouse click will still set point. Needs to be set
|
|
|
before org.el is loaded."
|
|
|
:group 'org-link-follow
|
|
|
- :version "24.4"
|
|
|
+ :version "26.1"
|
|
|
:package-version '(Org . "8.3")
|
|
|
:type '(choice
|
|
|
(const :tag "A double click follows the link" double)
|
|
@@ -5569,10 +5569,13 @@ The following commands are available:
|
|
|
|
|
|
;; Update `customize-package-emacs-version-alist'
|
|
|
(add-to-list 'customize-package-emacs-version-alist
|
|
|
- '(Org ("6.21b" . "23.1") ("6.33x" . "23.2")
|
|
|
- ("7.8.11" . "24.1") ("7.9.4" . "24.3")
|
|
|
- ("8.2.6" . "24.4") ("8.2.10" . "24.5")
|
|
|
- ("9.0" . "26.1")))
|
|
|
+ '(Org ("8.0" . "24.4")
|
|
|
+ ("8.1" . "24.4")
|
|
|
+ ("8.2" . "24.4")
|
|
|
+ ("8.2.7" . "24.4")
|
|
|
+ ("8.3" . "26.1")
|
|
|
+ ("9.0" . "26.1")
|
|
|
+ ("9.1" . "26.1")))
|
|
|
|
|
|
(defvar org-mode-transpose-word-syntax-table
|
|
|
(let ((st (make-syntax-table text-mode-syntax-table)))
|
|
@@ -5920,7 +5923,7 @@ This includes angle, plain, and bracket links."
|
|
|
"When non-nil, fontify code in code blocks.
|
|
|
See also the `org-block' face."
|
|
|
:type 'boolean
|
|
|
- :version "24.4"
|
|
|
+ :version "26.1"
|
|
|
:package-version '(Org . "8.3")
|
|
|
:group 'org-appearance
|
|
|
:group 'org-babel)
|
|
@@ -9071,7 +9074,7 @@ function is being called interactively."
|
|
|
"Regexp that matches the custom prefix of Org headlines in
|
|
|
orgstruct(++)-mode."
|
|
|
:group 'org
|
|
|
- :version "24.4"
|
|
|
+ :version "26.1"
|
|
|
:package-version '(Org . "8.3")
|
|
|
:type 'regexp)
|
|
|
;;;###autoload(put 'orgstruct-heading-prefix-regexp 'safe-local-variable 'stringp)
|