Editing Org-mode files
Hyperlinks
To add hyperlinks to documents, I find it easiest to type the text first, and then add the link.
- Type the link text.
- Navigate point to the last character of the link text.
- Press
C-SPC(Control Spacebar) to mark the position. - Navigate point to the first character of the link text.
- The link text should now be selected.
- Press
C-c o i(orM-x org-insert-link). - Enter the hyperlink URL.
- Absolute URLs should start with
https://. - Relative URLs can reference the root of the domain with
/. - Just remember, since all links are going through Hugo, links have to be in the context of what the web browser can find, not all local Org links are valid.