alphapapa / org-web-tools

View, capture, and archive Web pages in Org-mode
GNU General Public License v3.0
635 stars 33 forks source link

Open local url? #53

Closed larrasket closed 9 months ago

larrasket commented 1 year ago

Is it possible to use org-web-tools-read-url-as-org with a local html file? I tried:

(org-web-tools-read-url-as-org "/path/to/index.htm")

But I got bad url error.

alphapapa commented 1 year ago

You could try, e.g. file:///home/salehmu/file.html, but I'm not sure if that will work.