From 7f97406542f8c9ccd9ada8c366803352d7b8d56d Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 24 Oct 2014 11:56:09 +0200 Subject: [PATCH] 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. --- lisp/ob-core.el | 2 +- lisp/ob-exp.el | 2 +- lisp/org-table.el | 4 ++-- lisp/org.el | 4 ++-- lisp/ox-ascii.el | 2 +- lisp/ox-html.el | 4 ++-- lisp/ox-latex.el | 8 ++++---- lisp/ox-odt.el | 4 ++-- lisp/ox-texinfo.el | 2 +- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/lisp/ob-core.el b/lisp/ob-core.el index e01c4d28c..6c38677cf 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 492bc359b..edb889ce5 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 3db608716..96de6ce28 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 634f2f569..a4eb630cb 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 959de8e00..daad00f84 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 2aae2a2b0..c2152d97f 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 129b5e711..343ec1ab6 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 b5d6d4864..cc156fff3 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 02ab1bd92..20508a195 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) -- 2.11.4.GIT