org-mode/testing/lisp
TEC b4e4b3c502
ox-latex: Replace `org-latex-listings'
* lisp/ox-latex.el (org-latex-src-block, org-latex-keyword,
org-latex-inline-src-block, org-latex-template,
org-latex--caption/label-string, org-latex-engraved-preamble,
org-latex-listings): Replace `org-latex-listings' with
`org-latex-src-block-backend', which now can be set to listings/verbatim
and no longer advertises t/nil as valid values.

* lisp/ox-beamer.el (org-beamer-template): Update in the same manner as
`org-latex-template'.

* lisp/org-compat.el: Make `org-latex-listings' an obsolete alias for
`org-latex-src-block-backend'.

* testing/lisp/test-ox.el: Replace `org-latex-listings' reference with
`org-latex-src-block-backend'.

* doc/org-manual.org (Footnotes, LaTeX specific properties, Literal
Examples): Replace references to `org-latex-listings' with
`org-latex-src-block-backend'.

* etc/ORG-NEWS: Add a news entry noting this change.

The variable `org-latex-listings' originally indicated whether source
blocks should use the listings LaTeX package, or not.  This usage has
evolved over the years, and now it sets one of four different
fontification backends.  This renaming should make the variable name a
bit less misleading.
2022-05-13 00:43:17 +08:00
..
test-ob-C.el org-test: Fix ERC errors using latest Emacs master 2021-11-24 20:06:15 +08:00
test-ob-R.el lisp/ob-R: Async evaluation in R 2021-09-28 18:22:12 +02:00
test-ob-awk.el org-test: Fix ERC errors using latest Emacs master 2021-11-24 20:06:15 +08:00
test-ob-clojure.el Update copyright year to 2022 2022-01-01 15:17:08 -05:00
test-ob-emacs-lisp.el Update copyright year to 2022 2022-01-01 15:17:08 -05:00
test-ob-eshell.el Prefer HTTPS to HTTP for links to gnu.org 2021-03-21 14:29:13 -04:00
test-ob-exp.el Merge branch 'maint' 2021-04-13 09:56:16 +02:00
test-ob-fortran.el Prefer HTTPS to HTTP for links to gnu.org 2021-03-21 14:29:13 -04:00
test-ob-header-arg-defaults.el Prefer HTTPS to HTTP for links to gnu.org 2021-03-21 14:29:13 -04:00
test-ob-java.el Update copyright year to 2022 2022-01-01 15:17:08 -05:00
test-ob-julia.el Include support for evaluating julia code 2021-09-25 16:00:02 +02:00
test-ob-lilypond.el Prefer HTTPS to HTTP for links to gnu.org 2021-03-21 14:29:13 -04:00
test-ob-lob.el Prefer HTTPS to HTTP for links to gnu.org 2021-03-21 14:29:13 -04:00
test-ob-lua.el Prefer HTTPS to HTTP for links to gnu.org 2021-03-21 14:29:13 -04:00
test-ob-maxima.el Prefer HTTPS to HTTP for links to gnu.org 2021-03-21 14:29:13 -04:00
test-ob-octave.el test-ob-octave: Add missing `provide' 2022-04-27 16:56:31 +08:00
test-ob-perl.el Prefer HTTPS to HTTP for links to gnu.org 2021-03-21 14:29:13 -04:00
test-ob-plantuml.el Prefer HTTPS to HTTP for links to gnu.org 2021-03-21 14:29:13 -04:00
test-ob-python.el ob-comint.el, ob-python.el: Async session evaluation 2021-05-18 09:13:28 -07:00
test-ob-ruby.el Prefer HTTPS to HTTP for links to gnu.org 2021-03-21 14:29:13 -04:00
test-ob-scheme.el Prefer HTTPS to HTTP for links to gnu.org 2021-03-21 14:29:13 -04:00
test-ob-sed.el org-test: Fix ERC errors using latest Emacs master 2021-11-24 20:06:15 +08:00
test-ob-shell.el Prefer HTTPS to HTTP for links to gnu.org 2021-03-21 14:29:13 -04:00
test-ob-sql.el ob-sql.el: Add support for SAP HANA 2021-03-16 23:53:09 -04:00
test-ob-sqlite.el Prefer HTTPS to HTTP for links to gnu.org 2021-03-21 14:29:13 -04:00
test-ob-table.el Prefer HTTPS to HTTP for links to gnu.org 2021-03-21 14:29:13 -04:00
test-ob-tangle.el ob-tangle.el: Improve tangling 2021-05-01 22:30:42 +02:00
test-ob.el Fix subtle differences between overlays and invisible text properties 2022-04-25 19:39:56 +08:00
test-oc.el oc: Allow declaring cite styles as a function 2021-12-12 15:42:29 +01:00
test-ol-bbdb.el Prefer HTTPS to HTTP for links to gnu.org 2021-03-21 14:29:13 -04:00
test-ol.el test-ol/org-toggle-link-display: Fix compatibility with old Emacs 2022-04-25 19:40:12 +08:00
test-org-agenda.el org-agenda: Fix regression when diary sexp timestamps are ignored 2022-03-26 15:17:45 +08:00
test-org-archive.el Re-implement org-element-cache and add headline support 2021-10-16 23:22:18 +08:00
test-org-attach-git.el test-org-attach-git: Fix recent failure to load tests 2021-11-27 16:16:51 -05:00
test-org-attach.el Prefer HTTPS to HTTP for links to gnu.org 2021-03-21 14:29:13 -04:00
test-org-capture.el Prefer HTTPS to HTTP for links to gnu.org 2021-03-21 14:29:13 -04:00
test-org-clock.el Prefer HTTPS to HTTP for links to gnu.org 2021-03-21 14:29:13 -04:00
test-org-colview.el Re-implement org-element-cache and add headline support 2021-10-16 23:22:18 +08:00
test-org-datetree.el Prefer HTTPS to HTTP for links to gnu.org 2021-03-21 14:29:13 -04:00
test-org-duration.el Prefer HTTPS to HTTP for links to gnu.org 2021-03-21 14:29:13 -04:00
test-org-element.el Merge branch 'bugfix' 2022-02-28 15:46:06 +01:00
test-org-feed.el Prefer HTTPS to HTTP for links to gnu.org 2021-03-21 14:29:13 -04:00
test-org-fold.el org-fold: Revert old behaviour when handling invisible edits 2022-05-08 17:26:42 +08:00
test-org-footnote.el footnote: Allow footnotes at footnote definition start 2021-10-06 14:34:14 +02:00
test-org-info.el Prefer HTTPS to HTTP for links to gnu.org 2021-03-21 14:29:13 -04:00
test-org-inlinetask.el Prefer HTTPS to HTTP for links to gnu.org 2021-03-21 14:29:13 -04:00
test-org-lint.el Merge branch 'bugfix' 2022-02-13 22:14:55 +01:00
test-org-list.el Add org-fold-related tests 2022-04-25 19:40:01 +08:00
test-org-macro.el macro: Properly collect multiple authors 2021-10-23 14:32:00 +02:00
test-org-macs.el test-org-macs.el: Add test for template-expansion bug 2022-04-30 17:45:32 +08:00
test-org-num.el org-num: Add tests 2020-08-28 08:45:41 +02:00
test-org-pcomplete.el Prefer HTTPS to HTTP for links to gnu.org 2021-03-21 14:29:13 -04:00
test-org-protocol.el test-org-protocol.el: Decode "+" to " " tests 2021-09-27 17:52:03 +02:00
test-org-src.el Prefer HTTPS to HTTP for links to gnu.org 2021-03-21 14:29:13 -04:00
test-org-table.el Prefer HTTPS to HTTP for links to gnu.org 2021-03-21 14:29:13 -04:00
test-org-tempo.el Prefer HTTPS to HTTP for links to gnu.org 2021-03-21 14:29:13 -04:00
test-org-timer.el Prefer HTTPS to HTTP for links to gnu.org 2021-03-21 14:29:13 -04:00
test-org.el test-org: Add new test `test-org/org-find-olp' 2022-05-08 18:22:01 +08:00
test-ox-publish.el ox-publish.el: Add `org-html-publish-to-html' as the default publishing function 2021-09-29 09:14:43 +02:00
test-ox.el ox-latex: Replace `org-latex-listings' 2022-05-13 00:43:17 +08:00
test-property-inheritance.el org-test: Fix ERC errors using latest Emacs master 2021-11-24 20:06:15 +08:00