Previous: , Up: Integration   [Contents][Index]


5.5 Store links in Orgmode

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.