Is it possible to insert a hyperlink to a website in a buffer as one can do with texinfo @url{http://ftp.gnu.org/gnu, GNU ftp site} where text is displayed instead of the actual address? My buffer in using org-mode.
Asked
Active
Viewed 22 times
1 Answers
1
use M-x org-toggle-link-display to toggle the display of address part.
usually the address part is hidden by default.
in case you don't know the link format is [[address][description]]
nichijou
- 1,188
- 10
- 14