org-mode/testing/lisp
Nicolas Goaziou 17edaf8c14 "src block" -> "source block" in documentation and comments
* etc/ORG-NEWS (Maxima: new headers ~:prologue~ and ~:epilogue~):
(Texinfo exports inline source blocks as ~@code{}~):
(Default lexical evaluation of emacs-lisp source blocks):
* lisp/ob-clojure.el (org-babel-clojure-default-ns):
* lisp/ob-core.el (org-babel-named-src-block-regexp-for-name):
(org-babel-current-src-block-location):
(org-babel-mark-block):
(org-babel-insert-result):
* lisp/ob-emacs-lisp.el (org-babel-default-header-args:emacs-lisp):
* lisp/ob-exp.el (org-babel-exp-process-buffer):
* lisp/ob-lob.el (org-babel-lob-ingest):
* lisp/ob-ref.el:
* lisp/org-element.el (org-element-object-restrictions):
(org-element-src-block-parser):
(org-element-inline-src-block-parser):
* lisp/org-lint.el:
(org-lint--checkers):
* lisp/org-pcomplete.el (pcomplete/org-mode/block-option/src):
* lisp/org-src.el (org-edit-inline-src-code):
* lisp/org.el (org-ctrl-c-ctrl-c):
(org-in-src-block-p):
(org-fill-element):
* lisp/ox-html.el (org-html--textarea-block):
(org-html-format-code):
* lisp/ox-latex.el (org-latex-minted-options):
(org-latex-custom-lang-environments):
* lisp/ox-md.el:
* lisp/ox-odt.el (org-odt-format-code):
* lisp/ox.el (org-export-collect-listings):
* testing/lisp/test-ob-exp.el (ob-exp/src-block-with-affiliated-keyword):
* testing/lisp/test-ob.el (test-ob/preserve-results-indentation):
  Correct "src block" occurrences when they do not specifically refer
  to the element type `src-block'.
2018-09-20 11:23:49 +02:00
..
test-ob-awk.el awk code blocks handle tabular input 2014-06-07 11:16:55 -04:00
test-ob-C.el Babel C, C++, D support for non-homogeneous input tables 2014-06-08 19:20:16 -04:00
test-ob-emacs-lisp.el Update copyright years 2018-01-07 00:27:54 -05:00
test-ob-exp.el "src block" -> "source block" in documentation and comments 2018-09-20 11:23:49 +02:00
test-ob-fortran.el Update copyright years again. 2014-01-07 14:18:17 +01:00
test-ob-header-arg-defaults.el Remove deprecated syntax for Babel properties 2016-07-04 00:41:56 +02:00
test-ob-lilypond.el Fix duplicate tests 2017-09-08 13:20:48 +02:00
test-ob-lob.el test files: use cl- prefixed functions, and require cl-lib 2018-05-10 04:22:30 +01:00
test-ob-lua.el ob-lua.el: Update library for Org 9.0 2016-08-29 08:57:10 +02:00
test-ob-maxima.el test-ob-maxima: Revert last commit 2016-08-20 23:43:35 +02:00
test-ob-octave.el Update copyright years again. 2014-01-07 14:18:17 +01:00
test-ob-perl.el Update copyright years again. 2014-01-07 14:18:17 +01:00
test-ob-plantuml.el ob-plantuml: Add support for prologue and header variables 2016-12-10 12:06:04 +01:00
test-ob-python.el ob-python: Insert blank line when sending code to interpreter 2018-04-03 21:24:18 +02:00
test-ob-R.el testing/lisp/test-ob-R.el: Initialize ESS vars for :session tests 2016-01-24 10:08:31 -08:00
test-ob-ruby.el Replace org-ctrl-c-ctrl-c' by org-babel-execute-maybe' 2015-01-30 18:28:05 +01:00
test-ob-scheme.el ob-scheme: Add tests for scheme result types 2018-06-21 22:00:50 +02:00
test-ob-sed.el test-ob-sed: Activate testing ob-sed 2018-01-14 18:34:49 +01:00
test-ob-shell.el Fix duplicate tests 2017-09-08 13:20:48 +02:00
test-ob-sqlite.el Fix tests for sqlite 2018-09-13 23:04:57 +02:00
test-ob-table.el Revert "ob-table: Fix org-sbe's handling of quotes in cell values" 2018-03-25 22:55:24 +02:00
test-ob-tangle.el Update URLs in source code or tests 2018-01-19 18:30:40 +01:00
test-ob-vala.el ob-vala.el: Add Vala support to Babel 2017-08-07 11:40:25 +02:00
test-ob.el "src block" -> "source block" in documentation and comments 2018-09-20 11:23:49 +02:00
test-org-agenda.el org-agenda: Refactored. Add test. 2018-06-24 09:52:29 +02:00
test-org-archive.el Rewrite tags setting functions 2018-04-20 10:51:21 +02:00
test-org-attach-annex.el Silence byte-compiler in "testing/" 2016-06-04 21:12:30 +02:00
test-org-attach.el test files: use cl- prefixed functions, and require cl-lib 2018-05-10 04:22:30 +01:00
test-org-capture.el org-capture: Fix formulas when capturing rows 2018-06-21 18:09:40 +02:00
test-org-clock.el org-clock: Test clocktable behavior under `org-extend-today-until' 2018-06-27 08:31:47 +02:00
test-org-colview.el Merge branch 'maint' 2018-01-19 18:31:48 +01:00
test-org-datetree.el Fix failing test 2015-12-29 22:45:14 +01:00
test-org-duration.el org-duration: Fix `org-duration-to-minutes' with the empty string 2017-09-07 15:20:26 +02:00
test-org-element.el Prevent spurious newline character in fixed-width area value 2018-07-02 00:24:38 +02:00
test-org-feed.el Update URLs in source code or tests 2018-01-19 18:30:40 +01:00
test-org-footnote.el org-footnote: Fix failing test 2018-09-05 19:04:34 +02:00
test-org-info.el ox-texinfo: Delegate "info" links handling to "org-info.el" 2017-01-21 14:19:29 +01:00
test-org-inlinetask.el inlinetask: Fix folding of directly consecutive inlinetask children 2017-12-28 19:12:36 +01:00
test-org-lint.el org-lint: Add checker for spurious colons in tags 2018-05-14 17:41:04 +02:00
test-org-list.el Merge branch 'maint' 2018-05-01 15:06:57 +02:00
test-org-macro.el org-macro: Refactoring 2018-03-23 23:40:56 +01:00
test-org-macs.el org-macs: Optimize `org-string-width' 2018-08-30 21:09:57 +02:00
test-org-pcomplete.el Fix some tests 2017-02-13 17:21:24 +01:00
test-org-protocol.el org-protocol: Sources with date URL are supported 2017-06-28 17:44:27 +02:00
test-org-src.el Fix comma escaping with multiple leading commas 2017-10-24 09:51:43 +02:00
test-org-table.el org-table: Fix shrunk hlines 2018-04-20 11:57:37 +02:00
test-org-tempo.el org-tempo: Various improvements 2018-04-08 12:47:12 +02:00
test-org-timer.el test files: use cl- prefixed functions, and require cl-lib 2018-05-10 04:22:30 +01:00
test-org.el Ensure that org-get-tags returns all local tags 2018-08-19 10:28:27 +02:00
test-ox-publish.el Merge branch 'maint' 2018-02-13 14:10:28 +01:00
test-ox.el org-macro: Fix "results" macro 2018-07-07 12:53:13 +02:00
test-property-inheritance.el Remove deprecated syntax for Babel properties 2016-07-04 00:41:56 +02:00