File: ol-eww.el.html
When this module is active org-store-link (often on key C-c l) in
an EWW buffer stores a link to the current url of the eww buffer.
In an EWW buffer function org-eww-copy-for-org-mode kills either
a region or the whole buffer if no region is set and transforms the
text on the fly so that it can be pasted into an Org buffer with
hot links.
C-c C-x C-w (and also C-c C-x M-w) trigger
org-eww-copy-for-org-mode.
Hint: A lot of code of this module comes from module org-w3m which has been written by Andy Steward based on the idea of Richard Riley. Thanks!
Potential: Since the code for w3m and eww is so similar one could try to refactor.