diff --git a/README.org b/README.org index bfc75eb..ff88d81 100644 --- a/README.org +++ b/README.org @@ -60,6 +60,7 @@ Install [[https://github.com/magnars/dash.el][dash.el]], [[https://github.com/ta *Compatibility* + Updated for Org 9.3's changes to ~org-bracket-link-regexp~. (Thanks to [[https://github.com/bcc32][Aaron Zeng]] and [[https://github.com/akirak][Akira Komamura]].) + Activate ~org-mode~ in temporary buffer for ~org-web-tools--html-to-org-with-pandoc~. ([[https://github.com/alphapapa/org-web-tools/issues/56][#56]]. Thanks to [[https://github.com/mooseyboots][mooseyboots]].) ++ Use ~compat~ library. *Fixed* + =org-web-tools--org-link-for-url= now returns the URL if the HTML page has no title tag. This avoids an error, e.g. when used in an Org capture template. diff --git a/org-web-tools.el b/org-web-tools.el index 879596b..27ca691 100644 --- a/org-web-tools.el +++ b/org-web-tools.el @@ -3,7 +3,7 @@ ;; Author: Adam Porter ;; Url: http://github.com/alphapapa/org-web-tools ;; Version: 1.2-pre -;; Package-Requires: ((emacs "25.1") (org "9.0") (dash "2.12") (esxml "0.3.4") (s "1.10.0") (request "0.3.0")) +;; Package-Requires: ((emacs "25.1") (org "9.0") (compat "29.1.4.2") (dash "2.12") (esxml "0.3.4") (s "1.10.0") (request "0.3.0")) ;; Keywords: hypermedia, outlines, Org, Web ;;; Commentary: