From 82680df7eae749b496b609ab6aa7e956237c1ed0 Mon Sep 17 00:00:00 2001 From: IGARASHI Masanao Date: Tue, 13 Jan 2015 01:37:05 +0900 Subject: [PATCH] Update README.org --- README.org | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index fed7364..58e4561 100644 --- a/README.org +++ b/README.org @@ -518,7 +518,7 @@ either +------+------+------+ #+END_SRC - Org: + Org: #+BEGIN_EXAMPLE ,#+CAPTION: caption ,#+NAME: label @@ -547,13 +547,13 @@ either ** Hyperlinks +*** External hyperlinks + Org: #+BEGIN_EXAMPLE [[http://orgmode.org][Org Mode]] [[http://orgmode.org]] - - [[label]] #+END_EXAMPLE reStructuredText: @@ -561,8 +561,27 @@ either `Org Mode `_ `http://orgmode.org`_ +#+END_SRC - `label`_ +*** Internal links + + Org: +#+BEGIN_EXAMPLE + Internal crossreferences, like [[example]] + + <> + This is an example crossreference target. +#+END_EXAMPLE + + reStructuredText: +#+BEGIN_SRC rst +Internal crossreferences, like `example`_ + + +.. _example: + + +This is an example crossreference target. #+END_SRC ** Export reStructuredText fragments