Org API
Table of Contents
Org-W3M API functions (org-w3m.el)
org-w3m-copy-for-org-mode
Copy current buffer content or active region with org-mode style links. This will encode link-title and link-location with org-make-link-string, and insert the transformed test into the kill ring, so that it can be yanked into an Org-mode buffer with links working correctly.
org-w3m-get-anchor-end
Move cursor to the end of current anchor. Return point.
org-w3m-get-anchor-start
Move cursor to the start of current anchor. Return point.
org-w3m-get-next-link-start
Move cursor to the start of next link. Return point.
org-w3m-get-prev-link-start
Move cursor to the start of previous link. Return point.
org-w3m-no-next-link-p
Whether there is no next link after the cursor. Return t if there is no next link; otherwise, return nil.
org-w3m-no-prev-link-p
Whether there is no previous link after the cursor. Return t if there is no previous link; otherwise, return nil.