ob-core: Add document and test for "graphics" format
[org-mode/org-tableheadings.git] / testing / examples / links.org
blobbf4b2234708cfb3281144c2bfa1de91652814043
1 #+TITLE: Testing various links types
3 * Plain links
5 - https://orgmode.org
6 - [[https://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")]]