Previous: Render HTML files as you edit, Up: Integration [Contents][Index]
Load wwe-org.el to enable the ability to store the web page URL and link URLs for ‘org-mode’ files. Add the following to your ‘~/.emacs’:
(require 'wwe-org)
To save the URL of the current buffer use ‘M-x wwe-org-store-url RET’. To store the link or URL at point use ‘M-x wwe-org-store-link-or-url-at-point RET’.
Then type ‘C-c C-l’ (‘org-insert-link’) in the org-mode buffer to insert the stored URL.