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.
This commit is contained in:
parent
7429f35efe
commit
7f97406542
|
@ -2329,7 +2329,7 @@ file's directory then expand relative links."
|
||||||
|
|
||||||
(define-obsolete-function-alias
|
(define-obsolete-function-alias
|
||||||
'org-babel-examplize-region
|
'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)
|
(defun org-babel-examplify-region (beg end &optional results-switches)
|
||||||
"Comment out region using the inline '==' or ': ' org example quote."
|
"Comment out region using the inline '==' or ': ' org example quote."
|
||||||
|
|
|
@ -362,7 +362,7 @@ defined for the code block may be used as a key and will be
|
||||||
replaced with its value."
|
replaced with its value."
|
||||||
:group 'org-babel
|
:group 'org-babel
|
||||||
:type 'string
|
:type 'string
|
||||||
:version "24.5"
|
:version "25.1"
|
||||||
:package-version '(Org . "8.3"))
|
:package-version '(Org . "8.3"))
|
||||||
|
|
||||||
(defun org-babel-exp-code (info type)
|
(defun org-babel-exp-code (info type)
|
||||||
|
|
|
@ -242,7 +242,7 @@ t accept as input and present for editing"
|
||||||
(defcustom org-table-copy-increment t
|
(defcustom org-table-copy-increment t
|
||||||
"Non-nil means increment when copying current field with \\[org-table-copy-down]."
|
"Non-nil means increment when copying current field with \\[org-table-copy-down]."
|
||||||
:group 'org-table-calculation
|
:group 'org-table-calculation
|
||||||
:version "24.5"
|
:version "25.1"
|
||||||
:package-version '(Org . "8.3")
|
:package-version '(Org . "8.3")
|
||||||
:type '(choice
|
:type '(choice
|
||||||
(const :tag "Use the difference between the current and the above fields" t)
|
(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
|
"Non-nil means that evaluation of a field formula can add new
|
||||||
columns if an out-of-bounds field is being set."
|
columns if an out-of-bounds field is being set."
|
||||||
:group 'org-table-calculation
|
:group 'org-table-calculation
|
||||||
:version "24.5"
|
:version "25.1"
|
||||||
:package-version '(Org . "8.3")
|
:package-version '(Org . "8.3")
|
||||||
:type '(choice
|
:type '(choice
|
||||||
(const :tag "Setting an out-of-bounds field generates an error (default)" nil)
|
(const :tag "Setting an out-of-bounds field generates an error (default)" nil)
|
||||||
|
|
|
@ -18002,7 +18002,7 @@ tables are not re-aligned, etc."
|
||||||
|
|
||||||
(define-obsolete-variable-alias
|
(define-obsolete-variable-alias
|
||||||
'org-agenda-ignore-drawer-properties
|
'org-agenda-ignore-drawer-properties
|
||||||
'org-agenda-ignore-properties "24.5")
|
'org-agenda-ignore-properties "25.1")
|
||||||
|
|
||||||
(defcustom org-agenda-ignore-properties nil
|
(defcustom org-agenda-ignore-properties nil
|
||||||
"Avoid updating text properties when building the agenda.
|
"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 appt)
|
||||||
(const stats)
|
(const stats)
|
||||||
(const category))
|
(const category))
|
||||||
:version "24.5"
|
:version "25.1"
|
||||||
:package-version '(Org . "8.3")
|
:package-version '(Org . "8.3")
|
||||||
:group 'org-agenda)
|
:group 'org-agenda)
|
||||||
|
|
||||||
|
|
|
@ -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
|
This margin applies to top level list only, not to its
|
||||||
sub-lists."
|
sub-lists."
|
||||||
:group 'org-export-ascii
|
:group 'org-export-ascii
|
||||||
:version "24.5"
|
:version "25.1"
|
||||||
:package-version '(Org . "8.3")
|
:package-version '(Org . "8.3")
|
||||||
:type 'integer)
|
:type 'integer)
|
||||||
|
|
||||||
|
|
|
@ -683,7 +683,7 @@ INFO the export options (plist).
|
||||||
|
|
||||||
The function result will be used in the section format string."
|
The function result will be used in the section format string."
|
||||||
:group 'org-export-html
|
:group 'org-export-html
|
||||||
:version "24.5"
|
:version "25.1"
|
||||||
:package-version '(Org . "8.3")
|
:package-version '(Org . "8.3")
|
||||||
:type 'function)
|
:type 'function)
|
||||||
|
|
||||||
|
@ -715,7 +715,7 @@ The function must accept seven parameters:
|
||||||
|
|
||||||
The function should return the string to be exported."
|
The function should return the string to be exported."
|
||||||
:group 'org-export-html
|
:group 'org-export-html
|
||||||
:version "24.5"
|
:version "25.1"
|
||||||
:package-version '(Org . "8.3")
|
:package-version '(Org . "8.3")
|
||||||
:type 'function)
|
:type 'function)
|
||||||
|
|
||||||
|
|
|
@ -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."
|
Set it to the empty string to ignore the command completely."
|
||||||
:group 'org-export-latex
|
:group 'org-export-latex
|
||||||
:version "24.5"
|
:version "25.1"
|
||||||
:package-version '(Org . "8.3")
|
:package-version '(Org . "8.3")
|
||||||
:type 'string)
|
:type 'string)
|
||||||
|
|
||||||
|
@ -486,7 +486,7 @@ continue to use its default labeling scheme to generate labels
|
||||||
and resolve links into section references."
|
and resolve links into section references."
|
||||||
:group 'org-export-latex
|
:group 'org-export-latex
|
||||||
:type 'boolean
|
:type 'boolean
|
||||||
:version "24.5"
|
:version "25.1"
|
||||||
:package-version '(Org . "8.3"))
|
:package-version '(Org . "8.3"))
|
||||||
|
|
||||||
;;;; Footnotes
|
;;;; Footnotes
|
||||||
|
@ -707,7 +707,7 @@ The function must accept seven parameters:
|
||||||
The function should return the string to be exported."
|
The function should return the string to be exported."
|
||||||
:group 'org-export-latex
|
:group 'org-export-latex
|
||||||
:type 'function
|
:type 'function
|
||||||
:version "24.5"
|
:version "25.1"
|
||||||
:package-version '(Org . "8.3"))
|
: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
|
log of a latex-run. These warnings will be reported after
|
||||||
calling `org-latex-compile'."
|
calling `org-latex-compile'."
|
||||||
:group 'org-export-latex
|
:group 'org-export-latex
|
||||||
:version "24.5"
|
:version "25.1"
|
||||||
:package-version '(Org . "8.3")
|
:package-version '(Org . "8.3")
|
||||||
:type '(repeat
|
:type '(repeat
|
||||||
(cons
|
(cons
|
||||||
|
|
|
@ -689,7 +689,7 @@ TAGS the tags string, separated with colons \(string or nil\).
|
||||||
|
|
||||||
The function result will be used as headline text."
|
The function result will be used as headline text."
|
||||||
:group 'org-export-odt
|
:group 'org-export-odt
|
||||||
:version "24.5"
|
:version "25.1"
|
||||||
:package-version '(Org . "8.3")
|
:package-version '(Org . "8.3")
|
||||||
:type 'function)
|
:type 'function)
|
||||||
|
|
||||||
|
@ -710,7 +710,7 @@ The function must accept six parameters:
|
||||||
|
|
||||||
The function should return the string to be exported."
|
The function should return the string to be exported."
|
||||||
:group 'org-export-odt
|
:group 'org-export-odt
|
||||||
:version "24.5"
|
:version "25.1"
|
||||||
:package-version '(Org . "8.3")
|
:package-version '(Org . "8.3")
|
||||||
:type 'function)
|
:type 'function)
|
||||||
|
|
||||||
|
|
|
@ -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."
|
The function result will be used in the section format string."
|
||||||
:group 'org-export-texinfo
|
:group 'org-export-texinfo
|
||||||
:type 'function
|
:type 'function
|
||||||
:version "24.5"
|
:version "25.1"
|
||||||
:package-version '(Org . "8.3"))
|
:package-version '(Org . "8.3"))
|
||||||
|
|
||||||
;;;; Node listing (menu)
|
;;;; Node listing (menu)
|
||||||
|
|
Loading…
Reference in New Issue