aboutsummaryrefslogtreecommitdiffstats
path: root/testing (follow)
Commit message (Expand)AuthorAgeFilesLines
* test-ob-R.el: Add tests for :results outputmainJeremie Juste2022-12-031-0/+33
* org-export--get-subtree-options: Do not jump to parent subtreeIhor Radchenko2022-11-271-1/+1
* testing/lisp/test-org-element.el: Uncomment working testIhor Radchenko2022-11-261-28/+25
* ob-core: Resolve named list references to simple listsIhor Radchenko2022-11-262-8/+28
* org-table-convert-refs-to-rc: Fix failing testIhor Radchenko2022-11-251-5/+4
* * testing/lisp/test-org-table.el: Uncomment working testIhor Radchenko2022-11-241-5/+4
* org-sbe: Fix when the macro is expanded outside Org fileIhor Radchenko2022-11-231-5/+4
* test-org-export/activate-smart-quotes: Uncomment working testIhor Radchenko2022-11-231-10/+7
* ox-html: Update from MathJax 2 to MathJax 3+Rudolf Adamkovič2022-11-212-0/+829
* org: Allow spaces in #+LINK abbreviation definitionsIhor Radchenko2022-11-201-0/+9
* org-export: Allow "string with spaces" as #+OPTIONS: valuesIhor Radchenko2022-11-171-1/+4
* fixup! test-ob-python: Disable test failing on CI when using older EmacsIhor Radchenko2022-11-161-1/+13
* org-test-load: Make tests with missing dependencies more prominentIhor Radchenko2022-11-161-25/+26
* fixup! test-ob-python: Disable test failing on CI when using older EmacsIhor Radchenko2022-11-161-19/+31
* test-ob-python: Disable test failing on CI when using older EmacsIhor Radchenko2022-11-161-0/+3
* test-ob-python: Refactor test failing on CI to provide better backtraceIhor Radchenko2022-11-151-4/+4
* org-toggle-item: Move footnote-definitions out of the listsIhor Radchenko2022-11-111-0/+63
* testing: Provide more debug info for diary sexpsIhor Radchenko2022-11-111-2/+6
* fixup! testing/lisp/test-ob-java.el: Skip when ob-java is not loadedIhor Radchenko2022-11-101-2/+2
* testing/lisp/test-ob-java.el: Skip when ob-java is not loadedIhor Radchenko2022-11-101-0/+2
* test-org-num.el: Do not rely on fixed overlay order in `overlays-in'Ihor Radchenko2022-11-092-80/+146
* Refactor `org-time-stamp-custom-formats' and `org-time-stamp-formats'Ihor Radchenko2022-11-071-3/+3
* org-babel: Add new "strip-tangle" :noweb argument valueDaniel Ziltener2022-11-071-0/+26
* test-org-clock: Test DWIM update of daysRudolf Adamkovič2022-11-061-0/+16
* org-babel: Never throw away standard errorRudolf Adamkovič2022-11-041-0/+82
* org-latex-line-break-safe: Use safer value of "\\[0pt]"Ihor Radchenko2022-10-292-9/+9
* org-datetree-insert-line: Fix blank line insertionIhor Radchenko2022-10-261-185/+188
* test-org-fold.el: Add test for inline image displaying when cyclingstardiviner2022-10-262-0/+29
* org-refile.el: Show refile targets with a titleMikhail Skorzhinskii2022-10-251-1/+54
* org-babel-import-elisp-from-file: Fix when \"s are not aroundIhor Radchenko2022-10-231-0/+9
* test-ob: Test indentation of multiline text in list outputRudolf Adamkovič2022-10-221-0/+23
* fixup! ob-shell: Fix multi-line scripts in sessionsIhor Radchenko2022-10-221-3/+5
* ob-shell: Fix multi-line scripts in sessionsIhor Radchenko2022-10-221-1/+5
* test-ob-java: Test Java source block header arguments at all levelsRudolf Adamkovič2022-10-211-1/+30
* ob-java: Define the list of all supported header argumentsRudolf Adamkovič2022-10-211-0/+17
* lisp/org-element: Add a parameters-line property to special blocksBruno BARBIER2022-10-201-2/+31
* org-element-special-block-interpreter: Fix when no contentBruno BARBIER2022-10-201-2/+10
* org-fold-hide-entry: Fix on empty heading with a child.Ihor Radchenko2022-10-171-0/+28
* org-latex-verse-block: Fix regression from 3f60acff7Ihor Radchenko2022-10-161-0/+74
* ox-latex: Use \empty instead of \relax after \\Max Nikulin2022-10-141-3/+3
* testing/lisp: Add missing `provide'Ihor Radchenko2022-10-132-1/+3
* testing/lisp: Add missing `featurep' checks for required packagesIhor Radchenko2022-10-133-0/+6
* testing/lisp/test-ob-eshell.el: Fix testsIhor Radchenko2022-10-131-2/+8
* org-babel-script-escape: Turn empty lists into nilIhor Radchenko2022-10-121-0/+5
* org-agenda: Make sure file restriction can be removedLiu Hui2022-10-121-0/+28
* org-cycle-set-visibility-according-to-property: Do not change ancestor visibi...Ihor Radchenko2022-10-121-0/+30
* ox-latex: Protect [...] after \\ to be interpreted as LaTeX argumentIhor Radchenko2022-10-111-3/+3
* Add a regression test for `org-export-with-buffer-copy'Ihor Radchenko2022-10-101-4/+16
* test-ob-java: Use `temporary-file-directory'Ihor Radchenko2022-10-091-7/+7
* testing/lisp/test-ob-java.el: Add missing `provide'Ihor Radchenko2022-10-091-1/+1