From cf19aefc4f6210b12ddd48579aa50570439fa7cd Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 17 Jan 2011 18:23:45 +0100 Subject: [PATCH] Add links.org to testing/examples/ This file will help test various links type and the way they are exported in various backends. --- testing/examples/links.org | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 testing/examples/links.org diff --git a/testing/examples/links.org b/testing/examples/links.org new file mode 100644 index 000000000..be0b74275 --- /dev/null +++ b/testing/examples/links.org @@ -0,0 +1,28 @@ +#+TITLE: Testing various links types + +* Plain links + +- http://orgmode.org +- [[http://orgmode.org][Org mode website]] +- 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")]] + -- 2.11.4.GIT