org-lint: Add checker for obsolete link escape syntax
commitc04372dbfedff361346e1b29d59b3d0688ba9b4c
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 10 Mar 2019 14:11:58 +0000 (10 15:11 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 10 Mar 2019 17:00:36 +0000 (10 18:00 +0100)
tree2e4c4de7d1f1e43de485f70e0c63f45cf6d86ecc
parentc3d75b4aa26621e9ff02bc55d8542e1d249af9c9
org-lint: Add checker for obsolete link escape syntax

* lisp/org-lint.el (org-lint--checkers): Add new linter.
(org-lint-percent-encoding-link-escape): New function.
* testing/lisp/test-org-lint.el (test-org-lint/percenc-encoding-link-escape):
  New test.
lisp/org-lint.el
testing/lisp/test-org-lint.el