Closed larrasket closed 11 months 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
(org-web-tools-read-url-as-org "/path/to/index.htm")
But I got bad url error.
You could try, e.g. file:///home/salehmu/file.html, but I'm not sure if that will work.
file:///home/salehmu/file.html
Is it possible to use
org-web-tools-read-url-as-org
with a local html file? I tried:But I got bad url error.