summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-01-17 18:23:45 +0100
committerBastien Guerry <bzg@altern.org>2011-01-17 18:23:45 +0100
commitcf19aefc4f6210b12ddd48579aa50570439fa7cd (patch)
tree9c871aa1bf2c2e0b6951e2735d0d752d902e897a
parent970dba19b17bdaf395c90040604ee61900886647 (diff)
downloadorg-mode-cf19aefc4f6210b12ddd48579aa50570439fa7cd.tar.gz
Add links.org to testing/examples/
This file will help test various links type and the way they are exported in various backends.
-rw-r--r--testing/examples/links.org28
1 files changed, 28 insertions, 0 deletions
diff --git a/testing/examples/links.org b/testing/examples/links.org
new file mode 100644
index 0000000..be0b742
--- /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")]]
+