summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2014-10-24 11:56:09 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2014-10-24 11:56:09 +0200
commit7f97406542f8c9ccd9ada8c366803352d7b8d56d (patch)
tree366faa16d98f400833d30dc3c4052d1561e38a6f
parent7429f35efeee62e2d17937fe8dd40621ac4e2258 (diff)
downloadorg-mode-7f97406542f8c9ccd9ada8c366803352d7b8d56d.tar.gz
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.
-rw-r--r--lisp/ob-core.el2
-rw-r--r--lisp/ob-exp.el2
-rw-r--r--lisp/org-table.el4
-rwxr-xr-xlisp/org.el4
-rw-r--r--lisp/ox-ascii.el2
-rw-r--r--lisp/ox-html.el4
-rw-r--r--lisp/ox-latex.el8
-rw-r--r--lisp/ox-odt.el4
-rw-r--r--lisp/ox-texinfo.el2
9 files changed, 16 insertions, 16 deletions
diff --git a/lisp/ob-core.el b/lisp/ob-core.el
index e01c4d2..6c38677 100644
--- a/lisp/ob-core.el
+++ b/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."
diff --git a/lisp/ob-exp.el b/lisp/ob-exp.el
index 492bc35..edb889c 100644
--- a/lisp/ob-exp.el
+++ b/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)
diff --git a/lisp/org-table.el b/lisp/org-table.el
index 3db6087..96de6ce 100644
--- a/lisp/org-table.el
+++ b/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)
diff --git a/lisp/org.el b/lisp/org.el
index 634f2f5..a4eb630 100755
--- a/lisp/org.el
+++ b/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)
diff --git a/lisp/ox-ascii.el b/lisp/ox-ascii.el
index 959de8e..daad00f 100644
--- a/lisp/ox-ascii.el
+++ b/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)
diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index 2aae2a2..c2152d9 100644
--- a/lisp/ox-html.el
+++ b/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)
diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el
index 129b5e7..343ec1a 100644
--- a/lisp/ox-latex.el
+++ b/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
diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el
index b5d6d48..cc156ff 100644
--- a/lisp/ox-odt.el
+++ b/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)
diff --git a/lisp/ox-texinfo.el b/lisp/ox-texinfo.el
index 02ab1bd..20508a1 100644
--- a/lisp/ox-texinfo.el
+++ b/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)