Add Org block with ID property

This commit is contained in:
Fabrice Niessen 2015-03-31 09:44:34 +02:00
parent eaed6ae65a
commit fe641ca8c0
2 changed files with 22 additions and 13 deletions

View File

@ -15,7 +15,7 @@
</script>
<script type="text/javascript" src="d:/Users/fni/src/org-html-themes/styles/readtheorg/rtd.js">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.1/js/bootstrap.min.js" type="text/javascript">
<script src="http://twitter.github.com/bootstrap/assets/js/bootstrap-scrollspy.js" type="text/javascript">
</script>
<script type="text/x-mathjax-config">
<![CDATA[
@ -820,8 +820,15 @@ Not feas*ible*.
<div id="outline-container-links" class="outline-2">
<h2 id="links"><a id="unnumbered-42" name="unnumbered-42"></a>Links</h2>
<div class="outline-text-2" id="text-links">
<div class="org-src-container">
<pre class="src src-org">
<span class="org-org-level-1">* Links</span>
<span class="org-org-special-keyword"> :PROPERTIES:</span>
<span class="org-org-special-keyword">:CUSTOM_ID:</span> <span class="org-org-property-value">links</span>
<span class="org-org-special-keyword"> :END:</span>
</pre></div>
<p>This document is available in <a href="org-mode-syntax.html">plain text</a>, <a href="org-mode-syntax.html">HTML</a> and <a href="org-mode-syntax.pdf">PDF</a>.</p>
<p>The links are delimited by <code>[square brackets]</code>.</p>
<p>The links are delimited by double square brackets.</p>
</div>
<div id="outline-container-unnumbered-43" class="outline-3">
<h3 id="unnumbered-43">External links</h3>

View File

@ -10,16 +10,11 @@
#+HTML_LINK_UP: http://www.bing.com
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="d:/Users/fni/src/org-html-themes/styles/readtheorg/rtd.css"/>
# #+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/readtheorg/css/rtd.css"/>
#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/jquery-1.11.0.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="d:/Users/fni/src/org-html-themes/styles/readtheorg/rtd.js"></script>
# #+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/readtheorg/css/rtd.css"/>
# #+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/readtheorg/js/rtd.js"></script>
#+HTML_HEAD: <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.1/js/bootstrap.min.js"></script>
# #+SETUPFILE: ~/src/org-style/setup/bigblow-local-abs.setup
#+HTML_HEAD: <script src="http://twitter.github.com/bootstrap/assets/js/bootstrap-scrollspy.js"></script>
#+PROPERTY: eval yes
#+PROPERTY: exports both
@ -447,13 +442,20 @@ to the right.
You can fill a table from a CSV file using R commands.
* Links
:PROPERTIES:
:CUSTOM_ID: links
:END:
:PROPERTIES:
:CUSTOM_ID: links
:END:
#+begin_src org :eval no
,* Links
:PROPERTIES:
:CUSTOM_ID: links
:END:
#+end_src
This document is available in [[file:org-mode-syntax.org][plain text]], [[file:org-mode-syntax.html][HTML]] and [[file:org-mode-syntax.pdf][PDF]].
The links are delimited by ~[square brackets]~.
The links are delimited by double square brackets.
** External links