Skip to content

Commit

Permalink
Change: Use compat
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapapa committed Oct 29, 2023
1 parent e79ca50 commit 66efaae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion org-web-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Author: Adam Porter <[email protected]>
;; 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:
Expand Down

0 comments on commit 66efaae

Please sign in to comment.