summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2020-05-06 02:10:15 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-05-06 02:12:23 +0200
commit7d35d4649411bed659811ef54ece8959cc1765b1 (patch)
treed31c07d07acd1ed651a20781486a98d026153bf2
parent89b0d485b1a8a01cbe16c5546c418184b274021f (diff)
downloadorg-mode-7d35d4649411bed659811ef54ece8959cc1765b1.tar.gz
Fix :package-version values
* lisp/ol.el (org-link-email-description-format): * lisp/org-src.el (org-src-tab-acts-natively): * lisp/org-table.el (org-table-header-line-p): * lisp/org.el (org-loop-over-headlines-in-active-region): (org-fontify-done-headline): Use correct (PACKAGE . VERSION-STRING) value. Remove :version keyword since :package-version overrides it.
-rw-r--r--lisp/ol.el2
-rw-r--r--lisp/org-src.el3
-rw-r--r--lisp/org-table.el2
-rw-r--r--lisp/org.el6
4 files changed, 5 insertions, 8 deletions
diff --git a/lisp/ol.el b/lisp/ol.el
index 452ed95..0cb1b0a 100644
--- a/lisp/ol.el
+++ b/lisp/ol.el
@@ -460,7 +460,7 @@ This is for example useful to limit the length of the subject.
Examples: \"%f on: %.30s\", \"Email from %f\", \"Email %c\""
:group 'org-link-store
- :package-version '(Org . 9.3)
+ :package-version '(Org . "9.3")
:type 'string
:safe #'stringp)
diff --git a/lisp/org-src.el b/lisp/org-src.el
index 5a17f51..c9eef74 100644
--- a/lisp/org-src.el
+++ b/lisp/org-src.el
@@ -241,8 +241,7 @@ green, respectability.
"If non-nil, the effect of TAB in a code block is as if it were
issued in the language major mode buffer."
:type 'boolean
- :version "27.1"
- :package-version "9.4"
+ :package-version '(Org . "9.4")
:group 'org-babel)
diff --git a/lisp/org-table.el b/lisp/org-table.el
index 4838624..e9f15db 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -169,7 +169,7 @@ table, obtained by prompting the user."
(defcustom org-table-header-line-p nil
"Activate `org-table-header-line-mode' by default?"
:type 'boolean
- :package-version "9.4"
+ :package-version '(Org . "9.4")
:group 'org-table)
(defcustom org-table-default-size "5x2"
diff --git a/lisp/org.el b/lisp/org.el
index e824630..5af4f8c 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -919,8 +919,7 @@ equivalent option for agenda views."
(const :tag "All headlines in active region" t)
(const :tag "In active region, headlines at the same level than the first one" start-level)
(string :tag "Tags/Property/Todo matcher"))
- :version "27.1"
- :package-version "9.4"
+ :package-version '(Org . "9.4")
:group 'org-todo
:group 'org-archive)
@@ -3592,8 +3591,7 @@ Normally, only the TODO/DONE keyword indicates the state of a headline.
When this is non-nil, the headline after the keyword is set to the
`org-headline-done' as an additional indication."
:group 'org-appearance
- :version "27.1"
- :package-version "9.4"
+ :package-version '(Org . "9.4")
:type 'boolean)
(defcustom org-fontify-emphasized-text t