Merge branch 'maint'
[org-mode.git] / testing / examples / links.org
blobbe0b7427547f3ed3eced10ca55505569d3f77801
1 #+TITLE: Testing various links types
3 * Plain links
5 - http://orgmode.org
6 - [[http://orgmode.org][Org mode website]]
7 - mailto:bzg@gnu.org
9 * Links to files
11 - file:///home/
12 - [[file:normal.org][normal.org]]
13 - [[file:normal.org::3][normal.org (third line)]]
14 - file:normal.org::example
15 - file:normal.org::* top
16 - id:eaefc396-8943-4666-be6a-d5a1dbb05480
18 * External links
19   :PROPERTIES:
20   :ID:       eaefc396-8943-4666-be6a-d5a1dbb05480
21   :END:
23 - info:Org
24 - [[info:org:External links]]
25 - [[shell:ls -l]]
26 - elisp:org-agenda
27 - [[elisp:(find-file-other-frame "normal.org")]]