2011-01-17 12:23:45 -05:00
|
|
|
#+TITLE: Testing various links types
|
|
|
|
|
|
|
|
* Plain links
|
|
|
|
|
2018-01-16 11:22:00 -05:00
|
|
|
- https://orgmode.org
|
|
|
|
- [[https://orgmode.org][Org mode website]]
|
2011-01-17 12:23:45 -05:00
|
|
|
- mailto:bzg@gnu.org
|
|
|
|
|
|
|
|
* Links to files
|
|
|
|
|
|
|
|
- file:///home/
|
|
|
|
- [[file:normal.org][normal.org]]
|
|
|
|
- [[file:normal.org::3][normal.org (third line)]]
|
|
|
|
- file:normal.org::example
|
|
|
|
- file:normal.org::* top
|
|
|
|
- id:eaefc396-8943-4666-be6a-d5a1dbb05480
|
|
|
|
|
|
|
|
* External links
|
|
|
|
:PROPERTIES:
|
|
|
|
:ID: eaefc396-8943-4666-be6a-d5a1dbb05480
|
|
|
|
:END:
|
|
|
|
|
|
|
|
- info:Org
|
|
|
|
- [[info:org:External links]]
|
|
|
|
- [[shell:ls -l]]
|
|
|
|
- elisp:org-agenda
|
|
|
|
- [[elisp:(find-file-other-frame "normal.org")]]
|
|
|
|
|