summaryrefslogtreecommitdiff
path: root/testing/lisp/test-org-src.el
AgeCommit message (Expand)Author
2023-07-10test-org-src.el: Work around `current-column' bug in older emacsSébastien Miquel
2023-07-07org-src.el: Use native value of `indent-tabs-mode' for indentationSébastien Miquel
2023-06-26test-org-src.el: Add two testsSébastien Miquel
2022-09-15testing: Make all files use `lexical-binding`Stefan Monnier
2021-03-21Prefer HTTPS to HTTP for links to gnu.orgStefan Kangas
2021-03-09* lisp/org-agenda.el: Use lexical-bindingStefan Monnier
2020-07-02src: Do not undo edit buffers back to empty stateNicolas Goaziou
2019-01-01Update copyright yearBastien
2017-10-24Fix comma escaping with multiple leading commasNicolas Goaziou
2017-08-06org-src: Fix remote footnote editionNicolas Goaziou
2017-06-08org-src: Fix footnote reference remote editingNicolas Goaziou
2017-04-29org-src: Fix indentation when tabs are involvedNicolas Goaziou
2016-08-18org-src: Fix coderef regexpNicolas Goaziou
2016-08-17Consider edit buffers in `org-src-coderef-regexp'Nicolas Goaziou
2016-08-17Fix indentation in testsNicolas Goaziou
2016-05-26Remove final parts of XEmacs compatibility codeNicolas Goaziou
2015-10-08org-src: Preserve tab characters unrelated to indentationNicolas Goaziou
2015-02-16Update some copyright yearsNicolas Goaziou
2015-01-23test-org-src: Fix failing testsNicolas Goaziou
2014-12-24Fix some tests when run interactivelyNicolas Goaziou
2014-01-07Update copyright years again.Bastien Guerry
2014-01-05Revert "Update copyright years."Bastien Guerry
2014-01-04Update copyright years.Bastien Guerry
2013-01-01Merge branch 'maint'Bastien Guerry
2013-01-01Update copyright years.Bastien Guerry
2012-12-21test-org-src.el (test-org-src/blank-line-block): Fix testBastien Guerry
2012-12-15org-test.el (org-test-with-temp-text-in-file): Wrap ,@body into (progn ...).Bastien Guerry
2012-12-15test-org-src.el: Fix a test.Bastien Guerry
2012-12-13Fix copyright notices for test files.Bastien Guerry
2012-12-13add tests for org-src-editLe Wang