org-mode/testing/lisp
Nicolas Goaziou 2b00d62816 Change bracket link escape syntax
* contrib/lisp/org-link-edit.el (org-link-edit--link-data):
* lisp/ob-tangle.el (org-babel-tangle-comment-links): Update match-group.
(org-babel-detangle): Remove unnecessary `org-link-escape' call.
(org-babel-tangle-jump-to-org): Update match group.
(org-link-url-hexify):
(org-link-escape-chars): Remove variables.
* lisp/ol.el (org-link--decode-compound): Renamed from
  `org-link--unescape-compound'.
(org-link--decode-single-byte-sequence): Renamed from
`org-link--unescape-single-byte-sequence'.
(org-link-make-regexps): Update `org-link-bracket-re' syntax.
(org-link-encode): New function, renamed from `org-link-escape'.
(org-link-decode): New function, renamed from `org-link-unescape'.
(org-link-escape):
(org-link-unescape): Use new escape syntax.
(org-link-make-string): Apply new escaping rules.
(org-link-display-format):
(org-insert-link): Update match group.
* lisp/org-agenda.el (org-diary):
(org-agenda-format-item):
(org-agenda-to-appt): Update match group.
* lisp/org-clock.el (org-clocktable-write-default): Update match group.
* lisp/org-element.el (org-element-link-parser): Update match group.
* lisp/org-mobile.el (org-mobile-escape-olp):
(org-mobile-locate-entry): Apply function renaming.
* lisp/org-protocol.el (org-protocol-split-data):
(org-protocol-parse-parameters): Apply function renaming.
* lisp/org.el (org-refile): Update match group.
* testing/README (Interactive testing from within Emacs): Fix
  examples.
* testing/lisp/test-ol.el (test-ol/encode): Merge old escape tests.
(test-ol/decode): Merge old unescape tests.
(test-ol/escape):
(test-ol/unescape):
(test-ol/make-string): New tests.
* testing/lisp/test-org-clock.el (test-org-clock/clocktable/link):
* testing/lisp/test-org.el (test-org/custom-id):
(test-org/fuzzy-links):
* testing/lisp/test-ox.el (test-org-export/resolve-fuzzy-link): Update
  tests.
2019-03-10 18:00:36 +01:00
..
test-ob-awk.el Update copyright year 2019-01-01 11:50:56 +01:00
test-ob-C.el Update copyright year 2019-01-01 11:50:56 +01:00
test-ob-clojure.el ob-clojure: Don't tangle with auto prepend ns statement 2019-01-21 21:17:47 +01:00
test-ob-emacs-lisp.el Update copyright year 2019-01-01 11:50:56 +01:00
test-ob-eshell.el ob-eshell.el: Add Eshell support for Babel 2018-10-03 18:44:34 +02:00
test-ob-exp.el Update copyright year 2019-01-01 11:50:56 +01:00
test-ob-fortran.el Update copyright year 2019-01-01 11:50:56 +01:00
test-ob-header-arg-defaults.el Update copyright year 2019-01-01 11:50:56 +01:00
test-ob-lilypond.el Update copyright year 2019-01-01 11:50:56 +01:00
test-ob-lob.el Update copyright year 2019-01-01 11:50:56 +01:00
test-ob-lua.el Update copyright year 2019-01-01 11:50:56 +01:00
test-ob-maxima.el Update copyright year 2019-01-01 11:50:56 +01:00
test-ob-octave.el Update copyright year 2019-01-01 11:50:56 +01:00
test-ob-perl.el Update copyright year 2019-01-01 11:50:56 +01:00
test-ob-plantuml.el Update copyright year 2019-01-01 11:50:56 +01:00
test-ob-python.el Update copyright year 2019-01-01 11:50:56 +01:00
test-ob-R.el Update copyright year 2019-01-01 11:50:56 +01:00
test-ob-ruby.el Update copyright year 2019-01-01 11:50:56 +01:00
test-ob-scheme.el Update copyright year 2019-01-01 11:50:56 +01:00
test-ob-sed.el Update copyright year 2019-01-01 11:50:56 +01:00
test-ob-shell.el Update copyright year 2019-01-01 11:50:56 +01:00
test-ob-sqlite.el Update copyright year 2019-01-01 11:50:56 +01:00
test-ob-table.el Update copyright year 2019-01-01 11:50:56 +01:00
test-ob-tangle.el Update copyright year 2019-01-01 11:50:56 +01:00
test-ob-vala.el Update copyright year 2019-01-01 11:50:56 +01:00
test-ob.el ob: Fix and add tests for mkdirp header argument 2019-03-04 22:34:31 +01:00
test-ol-bbdb.el Prefix link-related libraries filenames with "ol" 2019-03-10 18:00:36 +01:00
test-ol.el Change bracket link escape syntax 2019-03-10 18:00:36 +01:00
test-org-agenda.el test-org-agenda: Test diary inclusion 2019-01-08 21:32:44 +01:00
test-org-archive.el Update copyright year 2019-01-01 11:50:56 +01:00
test-org-attach-annex.el Update copyright year 2019-01-01 11:50:56 +01:00
test-org-attach.el Update copyright year 2019-01-01 11:50:56 +01:00
test-org-capture.el Update copyright year 2019-01-01 11:50:56 +01:00
test-org-clock.el Change bracket link escape syntax 2019-03-10 18:00:36 +01:00
test-org-colview.el Merge branch 'maint' 2019-02-12 19:55:26 -05:00
test-org-datetree.el Update copyright year 2019-01-01 11:50:56 +01:00
test-org-duration.el Update copyright year 2019-01-01 11:50:56 +01:00
test-org-element.el Update copyright year 2019-01-01 11:50:56 +01:00
test-org-feed.el Update copyright year 2019-01-01 11:50:56 +01:00
test-org-footnote.el Update copyright year 2019-01-01 11:50:56 +01:00
test-org-info.el Update copyright year 2019-01-01 11:50:56 +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 Update copyright year 2019-01-01 11:50:56 +01:00
test-org-list.el org-list: Fix `org-list-demote-modify-bullet' with alpha bullets 2019-02-18 23:38:13 +01:00
test-org-macro.el Update copyright year 2019-01-01 11:50:56 +01:00
test-org-macs.el Update copyright year 2019-01-01 11:50:56 +01:00
test-org-num.el org-num: Fix failing tests 2019-01-08 11:32:34 +01:00
test-org-pcomplete.el Update copyright year 2019-01-01 11:50:56 +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 Update copyright year 2019-01-01 11:50:56 +01:00
test-org-table.el org-table: Adding single cell movement functions 2018-10-03 18:44:34 +02:00
test-org-tempo.el Update copyright year 2019-01-01 11:50:56 +01:00
test-org-timer.el When testing, fake the current time more robustly 2019-02-12 19:34:08 -05:00
test-org.el Change bracket link escape syntax 2019-03-10 18:00:36 +01:00
test-ox-publish.el Update copyright year 2019-01-01 11:50:56 +01:00
test-ox.el Change bracket link escape syntax 2019-03-10 18:00:36 +01:00
test-property-inheritance.el Update copyright year 2019-01-01 11:50:56 +01:00