summaryrefslogtreecommitdiff
path: root/testing/lisp
AgeCommit message (Expand)Author
2024-05-19testing/lisp/*.el: Fix second arg to `signal`scratch/orgStefan Monnier
2024-05-12testing/lisp/test-ox-md.el (ox-md/headline-style): New testIhor Radchenko
2024-05-09org-table-make-reference: Address compiler warningIhor Radchenko
2024-05-06test-org-macro.el: Add test for CVE-2024-30202Max Nikulin
2024-05-05Merge branch 'bugfix'Ihor Radchenko
2024-05-05ox-md: Fix exporting numbered items >=100Ihor Radchenko
2024-05-04org-babel-read: Read quotes strings ignoring leading/trailing newlinesIhor Radchenko
2024-05-04org-babel-read: Allow reading multi-line stringsIhor Radchenko
2024-05-04org-babel-expand-noweb-references: Add trialing newline after commentsIhor Radchenko
2024-05-03test-ob/org-babel-read: Fix for Emacs 27Ihor Radchenko
2024-05-03org-babel-read: Fix reading multiple quoted stringsIhor Radchenko
2024-05-03org-element-timestamp-parser: Allow time in diary sexp timestampsIhor Radchenko
2024-05-02ob-calc/matrix-inversion: Force `calc-float-format' in the testIhor Radchenko
2024-05-02test-ob-shell.el: Skip based on feature detectionMax Nikulin
2024-05-02ob-calc.el: Fix assigning floating point numbersIhor Radchenko
2024-05-02Do not use org-fold to hide link partsIhor Radchenko
2024-04-30test-org-ctags: Fix CI failuresMax Nikulin
2024-04-30test-org-ctags.el: Test escaping of shell argumentsMax Nikulin
2024-04-26lisp/org-colview.el: Add link parameter to colview dynamic blockAlexander Adolf
2024-04-26lisp/org-colview.el: Add formatter parameter to colview dynamic blockAlexander Adolf
2024-04-26Only run Bash tests when relevant features are supportedIhor Radchenko
2024-04-24ob-lua: Support all types and multiple values in resultsRudolf Adamkovič
2024-04-24ob-exp: Preserve header arguments in source block after processingIhor Radchenko
2024-04-21org-paste-subtree: With single/double prefix, force inserting sibling/childIhor Radchenko
2024-04-19org-element-cache-map: Fix edge case when we move to not-yet-cached elementMorgan Smith
2024-04-19org-paste-subtree: Fix pasting when point is on heading but not at bolIhor Radchenko
2024-04-14Allow clock elements without timestamp, like CLOCK: => 12:00Ihor Radchenko
2024-04-11lisp/org-element.el: Add repeater-deadline support to org-elementMorgan Smith
2024-04-05org-dblock-write:columnview: Write width specificationsIhor Radchenko
2024-04-01Prioritize underline over subscript inside parenthesisIhor Radchenko
2024-04-01test-org.el: Add new LaTeX to MathML tests for shell escapingMax Nikulin
2024-03-29testing/lisp/test-ob-shell.el: Test async prompt removalMatthew Trzcinski
2024-03-29testing/lisp/test-ob-comint.el: Make test for echo filterMatthew Trzcinski
2024-03-29testing/lisp/test-ob-comint.el: Make test for prompt filterMatthew Trzcinski
2024-03-27org-element-clock-parser: Do not be case-sensitiveIhor Radchenko
2024-03-24org-export: Do not treat unpaired ' and " as smart quotesIhor Radchenko
2024-03-17testing/lisp/test-ox-beamer.el: New regression tests for ox-beamer.Leo Butler
2024-03-16ob-calc.el: Add support for tables in Calc source block :varVisuwesh
2024-03-13testing: Add missing lexical-binding modelineMax Nikulin
2024-03-13testing: Fix misleading file headersMax Nikulin
2024-03-13testing: Fix file names in file headersMax Nikulin
2024-03-04org-babel-demarcate-block: split using element APIGerard Vermeulen
2024-02-29org-up-heading-safe: Return true level, ignoring org-odd-levels-onlyIhor Radchenko
2024-02-29org-table-to-lisp: Preserve text propertiesIhor Radchenko
2024-02-29Work around regexp size limitation for large number of link targetsIhor Radchenko
2024-02-29oc-basic.el: Drop {...} when rendering Bibtex entriesIhor Radchenko
2024-02-29org-element-insert-before: Fix return value when setting plain-textIhor Radchenko
2024-02-27org-agenda: Make sure skipping warning/delay days never increases their numberTim Ruffing
2024-02-24org-id.el: Add search strings, inherit parent IDsRick Lupton
2024-02-24lisp/org.el (org-insert-heading): Allow specifying heading levelRick Lupton