0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 19:37:52 +00:00
org-mode/contrib/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
..
ob-arduino.el * ob-arduino.el (supporting Arduino in Org-mode Babel): Add. 2018-02-07 17:37:30 +08:00
ob-clojure-literate.el ob-clojure: Support `org-babel-initiate-session' 2018-10-25 10:28:41 +02:00
ob-csharp.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-eukleides.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-fomus.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-julia.el contrib, test suite: use assq instead of assoc for :keywords 2016-09-23 11:20:55 +01:00
ob-mathematica.el contrib, test suite: use assq instead of assoc for :keywords 2016-09-23 11:20:55 +01:00
ob-mathomatic.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-oz.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-php.el * ob-php.el (supporting PHP in Org-mode Babel): Add. 2018-02-10 08:16:29 +08:00
ob-redis.el * ob-redis.el (supporting Redis in Org-mode Babel): Add. 2018-02-10 08:17:36 +08:00
ob-sclang.el contrib: ob-sclang: Fix compilation issue. 2018-03-25 23:28:42 +02:00
ob-smiles.el Move link-related core functions out of "org.el" 2019-03-10 18:00:27 +01:00
ob-spice.el * ob-spice.el (supporting spice in Org-mode Babel): Add. 2018-02-10 08:28:40 +08:00
ob-stata.el contrib, test suite: use assq instead of assoc for :keywords 2016-09-23 11:20:55 +01:00
ob-tcl.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-vbnet.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ol-bookmark.el Prefix link-related libraries filenames with "ol" 2019-03-10 18:00:36 +01:00
ol-elisp-symbol.el Prefix link-related libraries filenames with "ol" 2019-03-10 18:00:36 +01:00
ol-git-link.el Prefix link-related libraries filenames with "ol" 2019-03-10 18:00:36 +01:00
ol-man.el Prefix link-related libraries filenames with "ol" 2019-03-10 18:00:36 +01:00
ol-mew.el Prefix link-related libraries filenames with "ol" 2019-03-10 18:00:36 +01:00
ol-notmuch.el Prefix link-related libraries filenames with "ol" 2019-03-10 18:00:36 +01:00
ol-vm.el Prefix link-related libraries filenames with "ol" 2019-03-10 18:00:36 +01:00
ol-wl.el Prefix link-related libraries filenames with "ol" 2019-03-10 18:00:36 +01:00
org-annotate-file.el contrib/lisp/org-annotate-file.el: Create a customization group and convert defvar' customization variables to defcustom' 2014-05-09 22:22:10 +09:00
org-attach-embedded-images.el contrib/org-attach-embedded-images.el: Attach embedded images 2018-07-19 17:53:41 +02:00
org-bibtex-extras.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
org-checklist.el Update copyright years again. 2014-01-07 14:18:17 +01:00
org-choose.el Update copyright years again. 2014-01-07 14:18:17 +01:00
org-collector.el org-collector.el: Inhibit lisp evaluation of headlines 2018-04-26 14:07:58 +02:00
org-contacts.el Fix function declarations 2019-03-10 18:00:36 +01:00
org-contribdir.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
org-depend.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
org-drill.el Make LaTeX preview toggle more useful and predictable 2019-02-14 00:14:25 +01:00
org-effectiveness.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
org-eldoc.el Update copyright years 2018-01-07 00:27:54 -05:00
org-eval-light.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
org-eval.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
org-expiry.el Update copyright years 2018-01-07 00:27:54 -05:00
org-interactive-query.el Update copyright years 2018-01-07 00:27:54 -05:00
org-invoice.el Use Org duration library 2017-02-13 14:41:15 +01:00
org-learn.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
org-license.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
org-link-edit.el Change bracket link escape syntax 2019-03-10 18:00:36 +01:00
org-mac-iCal.el Update copyright years again. 2014-01-07 14:18:17 +01:00
org-mac-link.el org-mac-link: Add support for Brave 2018-11-25 10:07:06 +01:00
org-mairix.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
org-notify.el Merge branch 'maint' 2018-04-10 20:10:47 +02:00
org-panel.el
org-passwords.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
org-registry.el Update copyright years again. 2014-01-07 14:18:17 +01:00
org-screen.el Update copyright years again. 2014-01-07 14:18:17 +01:00
org-screenshot.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
org-secretary.el Update copyright years again. 2014-01-07 14:18:17 +01:00
org-static-mathjax.el
org-sudoku.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
org-toc.el Update copyright years 2018-01-07 00:27:54 -05:00
org-track.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
org-velocity.el org-velocity: New version of org-velocity. 2015-12-16 08:39:43 +01:00
org-wikinodes.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
orgtbl-sqlinsert.el Update copyright years 2018-01-07 00:27:54 -05:00
ox-bibtex.el Use split-string' instead of org-split-string' 2017-09-07 14:36:50 +02:00
ox-confluence.el ox-confluence: Export checkboxes; fix timestamps in headlines 2017-05-02 08:48:16 +02:00
ox-deck.el ox-deck: parse checkboxes properly 2015-07-08 12:38:16 +02:00
ox-extra.el ox-extra: Merge sections from ignored headlines 2017-05-03 23:35:40 -04:00
ox-freemind.el Update copyright years 2018-01-07 00:27:54 -05:00
ox-groff.el Prevent spurious newline character in fixed-width area value 2018-07-02 00:24:38 +02:00
ox-koma-letter.el ox-koma-letter: Fix: Respect The "closing" Tag 2018-07-14 12:38:08 +02:00
ox-rss.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ox-s5.el ox-s5: Don't use org-html-end-plain-list 2017-10-08 10:39:47 -04:00
ox-taskjuggler.el Update copyright years 2018-01-07 00:27:54 -05:00