Browse Source

Correct defcustom version information

* lisp/ob-lilypond.el (org-babel-lilypond-commands):
* lisp/ob-lua.el (org-babel-lua-command):
(org-babel-lua-mode):
(org-babel-lua-hline-to):
(org-babel-lua-None-to):
* lisp/org-agenda.el (org-agenda-search-view-max-outline-level):
* lisp/org.el (org-mouse-1-follows-link):
(org-src-fontify-natively):
(orgstruct-heading-prefix-regexp):
* lisp/ox-ascii.el (org-ascii-format-inlinetask-function):
* lisp/ox-latex.el (org-latex-format-drawer-function):
(org-latex-listings-langs):
* lisp/ox-odt.el (org-odt-format-drawer-function):
* lisp/ox.el (org-export-with-properties): Correct ":version" value.

* lisp/org-attach.el (org-attach-annex-auto-get): Correct
":package-version" value.
Kyle Meyer 7 years ago
parent
commit
6496d0ca95
9 changed files with 15 additions and 15 deletions
  1. 1 1
      lisp/ob-lilypond.el
  2. 4 4
      lisp/ob-lua.el
  3. 1 1
      lisp/org-agenda.el
  4. 1 1
      lisp/org-attach.el
  5. 3 3
      lisp/org.el
  6. 1 1
      lisp/ox-ascii.el
  7. 2 2
      lisp/ox-latex.el
  8. 1 1
      lisp/ox-odt.el
  9. 1 1
      lisp/ox.el

+ 1 - 1
lisp/ob-lilypond.el

@@ -89,7 +89,7 @@ you can leave the string empty on this case."
 	  (string :tag "Lilypond   ")
 	  (string :tag "Lilypond   ")
 	  (string :tag "PDF Viewer ")
 	  (string :tag "PDF Viewer ")
 	  (string :tag "MIDI Player"))
 	  (string :tag "MIDI Player"))
-  :version "24.3"
+  :version "24.4"
   :package-version '(Org . "8.2.7")
   :package-version '(Org . "8.2.7")
   :set
   :set
   (lambda (_symbol value)
   (lambda (_symbol value)

+ 4 - 4
lisp/ob-lua.el

@@ -49,7 +49,7 @@
 
 
 (defcustom org-babel-lua-command "lua"
 (defcustom org-babel-lua-command "lua"
   "Name of the command for executing Lua code."
   "Name of the command for executing Lua code."
-  :version "24.5"
+  :version "26.1"
   :package-version '(Org . "8.3")
   :package-version '(Org . "8.3")
   :group 'org-babel
   :group 'org-babel
   :type 'string)
   :type 'string)
@@ -58,21 +58,21 @@
   "Preferred lua mode for use in running lua interactively.
   "Preferred lua mode for use in running lua interactively.
 This will typically be 'lua-mode."
 This will typically be 'lua-mode."
   :group 'org-babel
   :group 'org-babel
-  :version "24.5"
+  :version "26.1"
   :package-version '(Org . "8.3")
   :package-version '(Org . "8.3")
   :type 'symbol)
   :type 'symbol)
 
 
 (defcustom org-babel-lua-hline-to "None"
 (defcustom org-babel-lua-hline-to "None"
   "Replace hlines in incoming tables with this when translating to lua."
   "Replace hlines in incoming tables with this when translating to lua."
   :group 'org-babel
   :group 'org-babel
-  :version "24.5"
+  :version "26.1"
   :package-version '(Org . "8.3")
   :package-version '(Org . "8.3")
   :type 'string)
   :type 'string)
 
 
 (defcustom org-babel-lua-None-to 'hline
 (defcustom org-babel-lua-None-to 'hline
   "Replace 'None' in lua tables with this before returning."
   "Replace 'None' in lua tables with this before returning."
   :group 'org-babel
   :group 'org-babel
-  :version "24.5"
+  :version "26.1"
   :package-version '(Org . "8.3")
   :package-version '(Org . "8.3")
   :type 'symbol)
   :type 'symbol)
 
 

+ 1 - 1
lisp/org-agenda.el

@@ -1445,7 +1445,7 @@ E.g. when this is set to 1, the search view will only
 show headlines of level 1.  When set to 0, the default
 show headlines of level 1.  When set to 0, the default
 value, don't limit agenda view by outline level."
 value, don't limit agenda view by outline level."
   :group 'org-agenda-search-view
   :group 'org-agenda-search-view
-  :version "24.4"
+  :version "26.1"
   :package-version '(Org . "8.3")
   :package-version '(Org . "8.3")
   :type 'integer)
   :type 'integer)
 
 

+ 1 - 1
lisp/org-attach.el

@@ -144,7 +144,7 @@ When set to `query', ask the user instead."
   "Confirmation preference for automatically getting annex files.
   "Confirmation preference for automatically getting annex files.
 If \\='ask, prompt using `y-or-n-p'.  If t, always get.  If nil, never get."
 If \\='ask, prompt using `y-or-n-p'.  If t, always get.  If nil, never get."
   :group 'org-attach
   :group 'org-attach
-  :package-version '(Org . "9")
+  :package-version '(Org . "9.0")
   :version "26.1"
   :version "26.1"
   :type '(choice
   :type '(choice
 	  (const :tag "confirm with `y-or-n-p'" ask)
 	  (const :tag "confirm with `y-or-n-p'" ask)

+ 3 - 3
lisp/org.el

@@ -2053,7 +2053,7 @@ In tables, the special behavior of RET has precedence."
 A longer mouse click will still set point.  Needs to be set
 A longer mouse click will still set point.  Needs to be set
 before org.el is loaded."
 before org.el is loaded."
   :group 'org-link-follow
   :group 'org-link-follow
-  :version "24.4"
+  :version "26.1"
   :package-version '(Org . "8.3")
   :package-version '(Org . "8.3")
   :type '(choice
   :type '(choice
 	  (const :tag "A double click follows the link" double)
 	  (const :tag "A double click follows the link" double)
@@ -5903,7 +5903,7 @@ This includes angle, plain, and bracket links."
   "When non-nil, fontify code in code blocks.
   "When non-nil, fontify code in code blocks.
 See also the `org-block' face."
 See also the `org-block' face."
   :type 'boolean
   :type 'boolean
-  :version "24.4"
+  :version "26.1"
   :package-version '(Org . "8.3")
   :package-version '(Org . "8.3")
   :group 'org-appearance
   :group 'org-appearance
   :group 'org-babel)
   :group 'org-babel)
@@ -9065,7 +9065,7 @@ function is being called interactively."
   "Regexp that matches the custom prefix of Org headlines in
   "Regexp that matches the custom prefix of Org headlines in
 orgstruct(++)-mode."
 orgstruct(++)-mode."
   :group 'org
   :group 'org
-  :version "24.4"
+  :version "26.1"
   :package-version '(Org . "8.3")
   :package-version '(Org . "8.3")
   :type 'regexp)
   :type 'regexp)
 ;;;###autoload(put 'orgstruct-heading-prefix-regexp 'safe-local-variable 'stringp)
 ;;;###autoload(put 'orgstruct-heading-prefix-regexp 'safe-local-variable 'stringp)

+ 1 - 1
lisp/ox-ascii.el

@@ -401,7 +401,7 @@ The function must accept nine parameters:
 The function should return either the string to be exported or
 The function should return either the string to be exported or
 nil to ignore the inline task."
 nil to ignore the inline task."
   :group 'org-export-ascii
   :group 'org-export-ascii
-  :version "24.4"
+  :version "26.1"
   :package-version '(Org . "8.3")
   :package-version '(Org . "8.3")
   :type 'function)
   :type 'function)
 
 

+ 2 - 2
lisp/ox-latex.el

@@ -865,7 +865,7 @@ The function should return the string to be exported.
 
 
 The default function simply returns the value of CONTENTS."
 The default function simply returns the value of CONTENTS."
   :group 'org-export-latex
   :group 'org-export-latex
-  :version "24.4"
+  :version "26.1"
   :package-version '(Org . "8.3")
   :package-version '(Org . "8.3")
   :type 'function)
   :type 'function)
 
 
@@ -956,7 +956,7 @@ parameter for the listings package.  If the mode name and the
 listings name are the same, the language does not need an entry
 listings name are the same, the language does not need an entry
 in this list - but it does not hurt if it is present."
 in this list - but it does not hurt if it is present."
   :group 'org-export-latex
   :group 'org-export-latex
-  :version "24.4"
+  :version "26.1"
   :package-version '(Org . "8.3")
   :package-version '(Org . "8.3")
   :type '(repeat
   :type '(repeat
 	  (list
 	  (list

+ 1 - 1
lisp/ox-odt.el

@@ -656,7 +656,7 @@ The function should return the string to be exported.
 
 
 The default value simply returns the value of CONTENTS."
 The default value simply returns the value of CONTENTS."
   :group 'org-export-odt
   :group 'org-export-odt
-  :version "24.4"
+  :version "26.1"
   :package-version '(Org . "8.3")
   :package-version '(Org . "8.3")
   :type 'function)
   :type 'function)
 
 

+ 1 - 1
lisp/ox.el

@@ -594,7 +594,7 @@ properties to export, as strings.
 This option can also be set with the OPTIONS keyword,
 This option can also be set with the OPTIONS keyword,
 e.g. \"prop:t\"."
 e.g. \"prop:t\"."
   :group 'org-export-general
   :group 'org-export-general
-  :version "24.4"
+  :version "26.1"
   :package-version '(Org . "8.3")
   :package-version '(Org . "8.3")
   :type '(choice
   :type '(choice
 	  (const :tag "All properties" t)
 	  (const :tag "All properties" t)