Browse Source

Bump Emacs version

* lisp/ob-core.el (org-babel-examplize-region):
* lisp/ob-exp.el (org-babel-exp-inline-code-template):
* lisp/org-table.el (org-table-copy-increment):
(org-table-formula-create-columns):
* lisp/org.el (org-agenda-ignore-drawer-properties):
(org-agenda-ignore-properties):
* lisp/ox-ascii.el (org-ascii-list-margin):
* lisp/ox-html.el (org-html-format-headline-function):
(org-html-format-inlinetask-function):
* lisp/ox-latex.el (org-latex-hyperref-template):
(org-latex-custom-id-as-label):
(org-latex-format-inlinetask-function):
(org-latex-known-warnings):
* lisp/ox-odt.el (org-odt-format-headline-function):
(org-odt-format-inlinetask-function):
* lisp/ox-texinfo.el (org-texinfo-format-headline-function): Bump
  Emacs version.
Nicolas Goaziou 10 years ago
parent
commit
7f97406542
9 changed files with 16 additions and 16 deletions
  1. 1 1
      lisp/ob-core.el
  2. 1 1
      lisp/ob-exp.el
  3. 2 2
      lisp/org-table.el
  4. 2 2
      lisp/org.el
  5. 1 1
      lisp/ox-ascii.el
  6. 2 2
      lisp/ox-html.el
  7. 4 4
      lisp/ox-latex.el
  8. 2 2
      lisp/ox-odt.el
  9. 1 1
      lisp/ox-texinfo.el

+ 1 - 1
lisp/ob-core.el

@@ -2329,7 +2329,7 @@ file's directory then expand relative links."
 
 (define-obsolete-function-alias
   'org-babel-examplize-region
-  'org-babel-examplify-region "24.5")
+  'org-babel-examplify-region "25.1")
 
 (defun org-babel-examplify-region (beg end &optional results-switches)
   "Comment out region using the inline '==' or ': ' org example quote."

+ 1 - 1
lisp/ob-exp.el

@@ -362,7 +362,7 @@ defined for the code block may be used as a key and will be
 replaced with its value."
   :group 'org-babel
   :type 'string
-  :version "24.5"
+  :version "25.1"
   :package-version '(Org . "8.3"))
 
 (defun org-babel-exp-code (info type)

+ 2 - 2
lisp/org-table.el

@@ -242,7 +242,7 @@ t       accept as input and present for editing"
 (defcustom org-table-copy-increment t
   "Non-nil means increment when copying current field with \\[org-table-copy-down]."
   :group 'org-table-calculation
-  :version "24.5"
+  :version "25.1"
   :package-version '(Org . "8.3")
   :type '(choice
 	  (const :tag "Use the difference between the current and the above fields" t)
@@ -358,7 +358,7 @@ portability of tables."
   "Non-nil means that evaluation of a field formula can add new
 columns if an out-of-bounds field is being set."
   :group 'org-table-calculation
-  :version "24.5"
+  :version "25.1"
   :package-version '(Org . "8.3")
   :type '(choice
 	  (const :tag "Setting an out-of-bounds field generates an error (default)" nil)

+ 2 - 2
lisp/org.el

@@ -18002,7 +18002,7 @@ tables are not re-aligned, etc."
 
 (define-obsolete-variable-alias
   'org-agenda-ignore-drawer-properties
-  'org-agenda-ignore-properties "24.5")
+  'org-agenda-ignore-properties "25.1")
 
 (defcustom org-agenda-ignore-properties nil
   "Avoid updating text properties when building the agenda.
@@ -18017,7 +18017,7 @@ The value is a list, with zero or more of the symbols `effort', `appt',
 	      (const appt)
 	      (const stats)
 	      (const category))
-  :version "24.5"
+  :version "25.1"
   :package-version '(Org . "8.3")
   :group 'org-agenda)
 

+ 1 - 1
lisp/ox-ascii.el

@@ -190,7 +190,7 @@ This margin is applied on both sides of the text."
 This margin applies to top level list only, not to its
 sub-lists."
   :group 'org-export-ascii
-  :version "24.5"
+  :version "25.1"
   :package-version '(Org . "8.3")
   :type 'integer)
 

+ 2 - 2
lisp/ox-html.el

@@ -683,7 +683,7 @@ INFO      the export options (plist).
 
 The function result will be used in the section format string."
   :group 'org-export-html
-  :version "24.5"
+  :version "25.1"
   :package-version '(Org . "8.3")
   :type 'function)
 
@@ -715,7 +715,7 @@ The function must accept seven parameters:
 
 The function should return the string to be exported."
   :group 'org-export-html
-  :version "24.5"
+  :version "25.1"
   :package-version '(Org . "8.3")
   :type 'function)
 

+ 4 - 4
lisp/ox-latex.el

@@ -411,7 +411,7 @@ Value is a format string, which can contain the following placeholders:
 
 Set it to the empty string to ignore the command completely."
   :group 'org-export-latex
-  :version "24.5"
+  :version "25.1"
   :package-version '(Org . "8.3")
   :type 'string)
 
@@ -486,7 +486,7 @@ continue to use its default labeling scheme to generate labels
 and resolve links into section references."
   :group 'org-export-latex
   :type 'boolean
-  :version "24.5"
+  :version "25.1"
   :package-version '(Org . "8.3"))
 
 ;;;; Footnotes
@@ -707,7 +707,7 @@ The function must accept seven parameters:
 The function should return the string to be exported."
   :group 'org-export-latex
   :type 'function
-  :version "24.5"
+  :version "25.1"
   :package-version '(Org . "8.3"))
 
 
@@ -980,7 +980,7 @@ The regular expressions are used to find possible warnings in the
 log of a latex-run.  These warnings will be reported after
 calling `org-latex-compile'."
   :group 'org-export-latex
-  :version "24.5"
+  :version "25.1"
   :package-version '(Org . "8.3")
   :type '(repeat
 	  (cons

+ 2 - 2
lisp/ox-odt.el

@@ -689,7 +689,7 @@ TAGS      the tags string, separated with colons \(string or nil\).
 
 The function result will be used as headline text."
   :group 'org-export-odt
-  :version "24.5"
+  :version "25.1"
   :package-version '(Org . "8.3")
   :type 'function)
 
@@ -710,7 +710,7 @@ The function must accept six parameters:
 
 The function should return the string to be exported."
   :group 'org-export-odt
-  :version "24.5"
+  :version "25.1"
   :package-version '(Org . "8.3")
   :type 'function)
 

+ 1 - 1
lisp/ox-texinfo.el

@@ -221,7 +221,7 @@ TAGS      the tags as a list of strings (list of strings or nil).
 The function result will be used in the section format string."
   :group 'org-export-texinfo
   :type 'function
-  :version "24.5"
+  :version "25.1"
   :package-version '(Org . "8.3"))
 
 ;;;; Node listing (menu)