refcard-org-mode/README.html

4119 lines
113 KiB
HTML
Executable File
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Org mode syntax</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" />
<meta name="author" content="Fabrice Niessen" />
<meta name="description" content="Org mode syntax example"
/>
<meta name="keywords" content="org-mode, syntax, quick reference, cheat sheet, recommended practices, latex, beamer, html" />
<style type="text/css">
<!--/*--><![CDATA[/*><!--*/
.title { text-align: center; }
.todo { font-family: monospace; color: red; }
.done { color: green; }
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.right { margin-left: auto; margin-right: 0px; text-align: right; }
.left { margin-left: 0px; margin-right: auto; text-align: left; }
.center { margin-left: auto; margin-right: auto; text-align: center; }
.underline { text-decoration: underline; }
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
pre {
border: 1px solid #ccc;
box-shadow: 3px 3px 3px #eee;
padding: 8pt;
font-family: monospace;
overflow: auto;
margin: 1.2em;
}
pre.src {
position: relative;
overflow: visible;
padding-top: 1.2em;
}
pre.src:before {
display: none;
position: absolute;
background-color: white;
top: -10px;
right: 10px;
padding: 3px;
border: 1px solid black;
}
pre.src:hover:before { display: inline;}
pre.src-sh:before { content: 'sh'; }
pre.src-bash:before { content: 'sh'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-R:before { content: 'R'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-java:before { content: 'Java'; }
pre.src-sql:before { content: 'SQL'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.right { text-align: center; }
th.left { text-align: center; }
th.center { text-align: center; }
td.right { text-align: right; }
td.left { text-align: left; }
td.center { text-align: center; }
dt { font-weight: bold; }
.footpara:nth-child(2) { display: inline; }
.footpara { display: block; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.inlinetask {
padding: 10px;
border: 2px solid gray;
margin: 10px;
background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ background-color: #ffff00; color: #000000; font-weight: bold; }
/*]]>*/-->
</style>
<script type="text/javascript" src="http://orgmode.org/mathjax/MathJax.js"></script>
<script type="text/javascript">
<!--/*--><![CDATA[/*><!--*/
MathJax.Hub.Config({
// Only one of the two following lines, depending on user settings
// First allows browser-native MathML display, second forces HTML/CSS
// config: ["MMLorHTML.js"], jax: ["input/TeX"],
jax: ["input/TeX", "output/HTML-CSS"],
extensions: ["tex2jax.js","TeX/AMSmath.js","TeX/AMSsymbols.js",
"TeX/noUndefined.js"],
tex2jax: {
inlineMath: [ ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"], ["\\begin{displaymath}","\\end{displaymath}"] ],
skipTags: ["script","noscript","style","textarea","pre","code"],
ignoreClass: "tex2jax_ignore",
processEscapes: false,
processEnvironments: true,
preview: "TeX"
},
showProcessingMessages: true,
displayAlign: "center",
displayIndent: "2em",
"HTML-CSS": {
scale: 100,
availableFonts: ["STIX","TeX"],
preferredFont: "TeX",
webFont: "TeX",
imageFont: "TeX",
showMathMenu: true,
},
MMLorHTML: {
prefer: {
MSIE: "MML",
Firefox: "MML",
Opera: "HTML",
other: "HTML"
}
}
});
/*]]>*///-->
</script>
</head>
<body>
<div id="org-div-home-and-up">
<a accesskey="h" href="http://www.bing.com"> UP </a>
|
<a accesskey="H" href="http://www.google.com"> HOME </a>
</div><div id="content">
<h1 class="title">Org mode syntax</h1>
<div id="table-of-contents">
<h2>Table of Contents</h2>
<div id="text-table-of-contents">
<ul>
<li><a href="#sec-1">Summary</a></li>
<li><a href="#sec-2">Reference card</a></li>
<li><a href="#sec-3">Document header</a></li>
<li><a href="#sec-4">Document settings</a>
<ul>
<li><a href="#sec-4-1">Document description</a></li>
<li><a href="#sec-4-2">Section numbering</a></li>
<li><a href="#sec-4-3">Table of contents</a></li>
<li><a href="#sec-4-4">List of figures</a></li>
<li><a href="#sec-4-5">List of tables</a></li>
<li><a href="#sec-4-6">List of equations</a></li>
</ul>
</li>
<li><a href="#sec-5">Section titles (headings)</a>
<ul>
<li><a href="#sec-5-1">Bigger heading (level 2)</a></li>
<li><a href="#sec-5-2">Numbered headings</a></li>
</ul>
</li>
<li><a href="#sec-6">Paragraphs</a>
<ul>
<li><a href="#sec-6-1">Normal</a></li>
<li><a href="#sec-6-2">Line breaks</a></li>
<li><a href="#sec-6-3">Horizontal rules</a></li>
<li><a href="#sec-6-4">Text width</a></li>
</ul>
</li>
<li><a href="#sec-7">Formatting text</a>
<ul>
<li><a href="#sec-7-1">Bold and italic</a></li>
<li><a href="#sec-7-2">Monospace, superscript and subscript</a></li>
<li><a href="#sec-7-3">Smart punctuation</a></li>
</ul>
</li>
<li><a href="#sec-8">Lists</a>
<ul>
<li><a href="#sec-8-1">Unordered lists</a></li>
<li><a href="#sec-8-2">Checklists</a></li>
<li><a href="#sec-8-3">Ordered lists</a></li>
<li><a href="#sec-8-4">Definition lists</a></li>
<li><a href="#sec-8-5">Separating lists</a></li>
</ul>
</li>
<li><a href="#sec-9">Tables</a>
<ul>
<li><a href="#sec-9-1">Simple table</a></li>
<li><a href="#sec-9-2">Column formatting</a></li>
<li><a href="#sec-9-3">Header row</a></li>
<li><a href="#sec-9-4">A very long table</a></li>
<li><a href="#sec-9-5">Table placement</a></li>
<li><a href="#sec-9-6">Align tables on the page</a></li>
<li><a href="#sec-9-7">Table size</a></li>
<li><a href="#sec-9-8">CSV</a></li>
</ul>
</li>
<li><a href="#links">Links</a>
<ul>
<li><a href="#sec-10-1">External links</a></li>
<li><a href="#sec-10-2">Internal links</a></li>
<li><a href="#sec-10-3">Extensions that define new hyperlinks targets</a></li>
</ul>
</li>
<li><a href="#sec-11">Images</a>
<ul>
<li><a href="#sec-11-1">Inline picture</a></li>
<li><a href="#sec-11-2">Image alignment (using positioning)</a></li>
<li><a href="#sec-11-3">Image attributes and values</a></li>
<li><a href="#sec-11-4">Figures</a></li>
</ul>
</li>
<li><a href="#sec-12">Videos</a></li>
<li><a href="#sec-13">Admonitions</a>
<ul>
<li><a href="#sec-13-1">Base admonitions</a></li>
<li><a href="#sec-13-2">Additional admonitions</a></li>
<li><a href="#sec-13-3">Todo admonition</a></li>
</ul>
</li>
<li><a href="#sec-14">Centered text</a></li>
<li><a href="#sec-15">Sidebar</a></li>
<li><a href="#sec-16">Example</a></li>
<li><a href="#sec-17">Prose excerpts</a>
<ul>
<li><a href="#sec-17-1">Quote</a></li>
<li><a href="#sec-17-2">Verse</a></li>
<li><a href="#sec-17-3">Block quote with optional attribution line</a></li>
<li><a href="#sec-17-4">Block quotes with their own class attribute</a></li>
<li><a href="#sec-17-5">Non-breaking space</a></li>
</ul>
</li>
<li><a href="#sec-18">Comments</a></li>
<li><a href="#sec-19">Substitutions</a>
<ul>
<li><a href="#sec-19-1">General replacements</a></li>
<li><a href="#sec-19-2">Styled references</a></li>
<li><a href="#sec-19-3">Special characters</a></li>
</ul>
</li>
<li><a href="#sec-20">Source code</a>
<ul>
<li><a href="#sec-20-1">Inline code</a></li>
<li><a href="#sec-20-2">Code blocks (with syntax highlighting)</a></li>
<li><a href="#sec-20-3">Source mode</a></li>
<li><a href="#sec-20-4">Line break</a></li>
<li><a href="#sec-20-5">Line numbers</a></li>
<li><a href="#sec-20-6">Callouts</a></li>
</ul>
</li>
<li><a href="#sec-21">Math</a>
<ul>
<li><a href="#sec-21-1">Inline math expressions</a></li>
<li><a href="#sec-21-2">Math expressions in display mode</a></li>
<li><a href="#sec-21-3">Equation numbers</a></li>
</ul>
</li>
<li><a href="#sec-22">Miscellaneous effects</a>
<ul>
<li><a href="#sec-22-1">Include Org files</a></li>
<li><a href="#sec-22-2">Raw HTML</a></li>
<li><a href="#sec-22-3">Raw LaTeX</a></li>
</ul>
</li>
<li><a href="#sec-23">Footnotes </a></li>
<li><a href="#sec-24">Useful extensions</a>
<ul>
<li><a href="#sec-24-1">Todo extension</a></li>
<li><a href="#sec-24-2">Bigblow extension</a></li>
</ul>
</li>
<li><a href="#sec-25">Graphs with Graphviz</a>
<ul>
<li><a href="#sec-25-1">Undirected</a></li>
<li><a href="#sec-25-2">Directed</a></li>
</ul>
</li>
<li><a href="#sec-26">Graphs with R</a>
<ul>
<li><a href="#sec-26-1">Example</a></li>
</ul>
</li>
<li><a href="#sec-27">Citations</a></li>
<li><a href="#sec-28">Appendix</a>
<ul>
<li><a href="#sec-28-1">Index</a></li>
<li><a href="#sec-28-2">Bibliography</a></li>
<li><a href="#sec-28-3">Glossary</a></li>
</ul>
</li>
<li><a href="#sec-29">Contributing</a>
<ul>
<li><a href="#sec-29-1">Issues</a></li>
<li><a href="#sec-29-2">Patches</a></li>
<li><a href="#sec-29-3">Donations</a></li>
</ul>
</li>
<li><a href="#sec-30">License</a></li>
</ul>
</div>
</div>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="left" />
<col class="left" />
</colgroup>
<tbody>
<tr>
<td class="left"><b>Framework</b></td>
<td class="left">Org mode 8</td>
</tr>
<tr>
<td class="left"><b>Bug tracker</b></td>
<td class="left"><a href="https://github.com/fniessen/refcard-org-mode/issues">https://github.com/fniessen/refcard-org-mode/issues</a></td>
</tr>
<tr>
<td class="left"><b>Source</b></td>
<td class="left"><a href="https://github.com/fniessen/refcard-org-mode">https://github.com/fniessen/refcard-org-mode</a></td>
</tr>
</tbody>
</table>
<div id="outline-container-sec-1" class="outline-2">
<h2 id="sec-1">Summary</h2>
<div class="outline-text-2" id="text-1">
<div class="sidebar">
<p>
<b>You will learn to:</b>
</p>
<ul class="org-ul">
<li>write your docs in Org mode
</li>
<li>create tables
</li>
<li>create custom code blocks
</li>
<li>and much more!
</li>
</ul>
</div>
<div class="abstract">
<p>
This is an Org mode document, using the <code>.org</code> extension (supported by GitHub).
</p>
<p>
<b>Org mode</b> is an easy-to-write <i>plain text</i> formatting syntax for authoring notes,
articles, LaTeX documents, books, Web pages, Beamer slide decks and much more!
</p>
<p>
This is a cheat sheet for <b>Org mode 8</b> (because of some markup syntax changes
since Org mode 7), using <a href="https://github.com/fniessen/org-html-themes">ReadTheOrg CSS</a>.
</p>
<p>
Reading through all the <a href="http://orgmode.org/org.pdf">documentation</a> is highly recommended, but for the truly
impatient, following are some quick steps to get started.
</p>
</div>
</div>
</div>
<div id="outline-container-sec-2" class="outline-2">
<h2 id="sec-2">Reference card</h2>
<div class="outline-text-2" id="text-2">
<div id="table-of-contents">
<h2>Table of Contents</h2>
<div id="text-table-of-contents">
<ul>
<li><a href="#sec-1">Summary</a></li>
<li><a href="#sec-2">Reference card</a></li>
<li><a href="#sec-3">Document header</a></li>
<li><a href="#sec-4">Document settings</a>
<ul>
<li><a href="#sec-4-1">Document description</a></li>
<li><a href="#sec-4-2">Section numbering</a></li>
<li><a href="#sec-4-3">Table of contents</a></li>
<li><a href="#sec-4-4">List of figures</a></li>
<li><a href="#sec-4-5">List of tables</a></li>
<li><a href="#sec-4-6">List of equations</a></li>
</ul>
</li>
<li><a href="#sec-5">Section titles (headings)</a>
<ul>
<li><a href="#sec-5-1">Bigger heading (level 2)</a></li>
<li><a href="#sec-5-2">Numbered headings</a></li>
</ul>
</li>
<li><a href="#sec-6">Paragraphs</a>
<ul>
<li><a href="#sec-6-1">Normal</a></li>
<li><a href="#sec-6-2">Line breaks</a></li>
<li><a href="#sec-6-3">Horizontal rules</a></li>
<li><a href="#sec-6-4">Text width</a></li>
</ul>
</li>
<li><a href="#sec-7">Formatting text</a>
<ul>
<li><a href="#sec-7-1">Bold and italic</a></li>
<li><a href="#sec-7-2">Monospace, superscript and subscript</a></li>
<li><a href="#sec-7-3">Smart punctuation</a></li>
</ul>
</li>
<li><a href="#sec-8">Lists</a>
<ul>
<li><a href="#sec-8-1">Unordered lists</a></li>
<li><a href="#sec-8-2">Checklists</a></li>
<li><a href="#sec-8-3">Ordered lists</a></li>
<li><a href="#sec-8-4">Definition lists</a></li>
<li><a href="#sec-8-5">Separating lists</a></li>
</ul>
</li>
<li><a href="#sec-9">Tables</a>
<ul>
<li><a href="#sec-9-1">Simple table</a></li>
<li><a href="#sec-9-2">Column formatting</a></li>
<li><a href="#sec-9-3">Header row</a></li>
<li><a href="#sec-9-4">A very long table</a></li>
<li><a href="#sec-9-5">Table placement</a></li>
<li><a href="#sec-9-6">Align tables on the page</a></li>
<li><a href="#sec-9-7">Table size</a></li>
<li><a href="#sec-9-8">CSV</a></li>
</ul>
</li>
<li><a href="#links">Links</a>
<ul>
<li><a href="#sec-10-1">External links</a></li>
<li><a href="#sec-10-2">Internal links</a></li>
<li><a href="#sec-10-3">Extensions that define new hyperlinks targets</a></li>
</ul>
</li>
<li><a href="#sec-11">Images</a>
<ul>
<li><a href="#sec-11-1">Inline picture</a></li>
<li><a href="#sec-11-2">Image alignment (using positioning)</a></li>
<li><a href="#sec-11-3">Image attributes and values</a></li>
<li><a href="#sec-11-4">Figures</a></li>
</ul>
</li>
<li><a href="#sec-12">Videos</a></li>
<li><a href="#sec-13">Admonitions</a>
<ul>
<li><a href="#sec-13-1">Base admonitions</a></li>
<li><a href="#sec-13-2">Additional admonitions</a></li>
<li><a href="#sec-13-3">Todo admonition</a></li>
</ul>
</li>
<li><a href="#sec-14">Centered text</a></li>
<li><a href="#sec-15">Sidebar</a></li>
<li><a href="#sec-16">Example</a></li>
<li><a href="#sec-17">Prose excerpts</a>
<ul>
<li><a href="#sec-17-1">Quote</a></li>
<li><a href="#sec-17-2">Verse</a></li>
<li><a href="#sec-17-3">Block quote with optional attribution line</a></li>
<li><a href="#sec-17-4">Block quotes with their own class attribute</a></li>
<li><a href="#sec-17-5">Non-breaking space</a></li>
</ul>
</li>
<li><a href="#sec-18">Comments</a></li>
<li><a href="#sec-19">Substitutions</a>
<ul>
<li><a href="#sec-19-1">General replacements</a></li>
<li><a href="#sec-19-2">Styled references</a></li>
<li><a href="#sec-19-3">Special characters</a></li>
</ul>
</li>
<li><a href="#sec-20">Source code</a>
<ul>
<li><a href="#sec-20-1">Inline code</a></li>
<li><a href="#sec-20-2">Code blocks (with syntax highlighting)</a></li>
<li><a href="#sec-20-3">Source mode</a></li>
<li><a href="#sec-20-4">Line break</a></li>
<li><a href="#sec-20-5">Line numbers</a></li>
<li><a href="#sec-20-6">Callouts</a></li>
</ul>
</li>
<li><a href="#sec-21">Math</a>
<ul>
<li><a href="#sec-21-1">Inline math expressions</a></li>
<li><a href="#sec-21-2">Math expressions in display mode</a></li>
<li><a href="#sec-21-3">Equation numbers</a></li>
</ul>
</li>
<li><a href="#sec-22">Miscellaneous effects</a>
<ul>
<li><a href="#sec-22-1">Include Org files</a></li>
<li><a href="#sec-22-2">Raw HTML</a></li>
<li><a href="#sec-22-3">Raw LaTeX</a></li>
</ul>
</li>
<li><a href="#sec-23">Footnotes </a></li>
<li><a href="#sec-24">Useful extensions</a>
<ul>
<li><a href="#sec-24-1">Todo extension</a></li>
<li><a href="#sec-24-2">Bigblow extension</a></li>
</ul>
</li>
<li><a href="#sec-25">Graphs with Graphviz</a>
<ul>
<li><a href="#sec-25-1">Undirected</a></li>
<li><a href="#sec-25-2">Directed</a></li>
</ul>
</li>
<li><a href="#sec-26">Graphs with R</a>
<ul>
<li><a href="#sec-26-1">Example</a></li>
</ul>
</li>
<li><a href="#sec-27">Citations</a></li>
<li><a href="#sec-28">Appendix</a>
<ul>
<li><a href="#sec-28-1">Index</a></li>
<li><a href="#sec-28-2">Bibliography</a></li>
<li><a href="#sec-28-3">Glossary</a></li>
</ul>
</li>
<li><a href="#sec-29">Contributing</a>
<ul>
<li><a href="#sec-29-1">Issues</a></li>
<li><a href="#sec-29-2">Patches</a></li>
<li><a href="#sec-29-3">Donations</a></li>
</ul>
</li>
<li><a href="#sec-30">License</a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="outline-container-sec-3" class="outline-2">
<h2 id="sec-3">Document header</h2>
<div class="outline-text-2" id="text-3">
<p>
Title and author line:
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-document-info-keyword">#+TITLE:</span> <span class="org-org-document-title">Org mode syntax examples</span>
<span class="org-org-document-info-keyword">#+AUTHOR:</span> <span class="org-org-document-info">Fabrice Niessen</span>

My document provides...
</pre>
</div>
<p>
It&rsquo;s a good practice to also include an email line following the author line.
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-document-info-keyword">#+EMAIL:</span> <span class="org-org-document-info">john.doe@example.com</span>
</pre>
</div>
</div>
</div>
<div id="outline-container-sec-4" class="outline-2">
<h2 id="sec-4">Document settings</h2>
<div class="outline-text-2" id="text-4">
</div><div id="outline-container-sec-4-1" class="outline-3">
<h3 id="sec-4-1">Document description</h3>
<div class="outline-text-3" id="text-4-1">
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-meta-line">#+DESCRIPTION: This document catalogs a set of tips and tricks for composing documents in Org mode.</span>
<span class="org-org-meta-line">#+KEYWORDS: org-mode, syntax, quick reference, cheat sheet, recommended practices, latex, beamer, html</span>
<span class="org-org-meta-line">#+LANGUAGE: en</span>
</pre>
</div>
</div>
</div>
<div id="outline-container-sec-4-2" class="outline-3">
<h3 id="sec-4-2">Section numbering</h3>
<div class="outline-text-3" id="text-4-2">
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-meta-line">#+OPTIONS: H:4</span>
</pre>
</div>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-meta-line">#+OPTIONS: num:nil</span>
</pre>
</div>
</div>
</div>
<div id="outline-container-sec-4-3" class="outline-3">
<h3 id="sec-4-3">Table of contents</h3>
<div class="outline-text-3" id="text-4-3">
<p>
Set the <code>toc</code> attribute to activate an auto-generated table of contents (limited
to its 2 first levels) at the top of document.
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-meta-line">#+OPTIONS: toc:2</span>
</pre>
</div>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-meta-line">#+OPTIONS: p:t</span>
</pre>
</div>
<div class="note">
<p>
The <code>ALT_TITLE</code> property allows to set an alternate title (shorter, for example)
for a given headline in the table of contents and other running heads.
</p>
</div>
<p>
To locally insert the TOC at some random place, use the <code>#+TOC: headlines [n]</code>
feature; for example:
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-meta-line">#+TOC: headlines 2</span>
</pre>
</div>
</div>
</div>
<div id="outline-container-sec-4-4" class="outline-3">
<h3 id="sec-4-4">List of figures</h3>
<div class="outline-text-3" id="text-4-4">
<p>
<code>#+TOC: figures</code> is not implemented yet in the HMTL backend.
</p>
</div>
</div>
<div id="outline-container-sec-4-5" class="outline-3">
<h3 id="sec-4-5">List of tables</h3>
<div class="outline-text-3" id="text-4-5">
<p>
<code>#+TOC: tables</code> is already implemented in the HTML backend.
</p>
</div>
</div>
<div id="outline-container-sec-4-6" class="outline-3">
<h3 id="sec-4-6">List of equations</h3>
</div>
</div>
<div id="outline-container-sec-5" class="outline-2">
<h2 id="sec-5">Section titles (headings)</h2>
<div class="outline-text-2" id="text-5">
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-level-1">* Biggest heading (level 1)</span>

New chapter.
</pre>
</div>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-level-2">** Bigger heading (level 2)</span>

New section.

<span class="org-org-level-3">*** Big heading (level 3)</span>

New sub-section.

<span class="org-org-level-4">**** Heading (level 4)</span>

New sub-sub-section.
</pre>
</div>
</div>
<div id="outline-container-sec-5-1" class="outline-3">
<h3 id="sec-5-1">Bigger heading (level 2)</h3>
<div class="outline-text-3" id="text-5-1">
<p>
New section.
</p>
</div>
<div id="outline-container-sec-5-1-1" class="outline-4">
<h4 id="sec-5-1-1">Big heading (level 3)</h4>
<div class="outline-text-4" id="text-5-1-1">
<p>
New sub-section.
</p>
</div>
<div id="outline-container-sec-5-1-1-1" class="outline-5">
<h5 id="sec-5-1-1-1">Heading (level 4)</h5>
<div class="outline-text-5" id="text-5-1-1-1">
<p>
New sub-sub-section.
</p>
</div>
</div>
</div>
</div>
<div id="outline-container-sec-5-2" class="outline-3">
<h3 id="sec-5-2">Numbered headings</h3>
<div class="outline-text-3" id="text-5-2">
<p>
You can create numbered headings up to a certain level by setting an option:
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-meta-line">#+OPTIONS: H:4</span>
</pre>
</div>
</div>
</div>
</div>
<div id="outline-container-sec-6" class="outline-2">
<h2 id="sec-6">Paragraphs</h2>
<div class="outline-text-2" id="text-6">
</div><div id="outline-container-sec-6-1" class="outline-3">
<h3 id="sec-6-1">Normal</h3>
<div class="outline-text-3" id="text-6-1">
<div class="org-src-container">
<pre class="src src-org">A single newline has no effect.
This line is part of the same paragraph.

But an empty line

demarcates paragraphs.
</pre>
</div>
<p>
A single newline has no effect.
This line is part of the same paragraph.
</p>
<p>
But an empty line
</p>
<p>
demarcates paragraphs.
</p>
</div>
</div>
<div id="outline-container-sec-6-2" class="outline-3">
<h3 id="sec-6-2">Line breaks</h3>
<div class="outline-text-3" id="text-6-2">
<div class="org-src-container">
<pre class="src src-org">By entering two consecutive backslashes, \\
you can force to break lines
without starting a new paragraph.
</pre>
</div>
<p>
By entering two consecutive backslashes, <br />
you can force to break lines
without starting a new paragraph.
</p>
</div>
</div>
<div id="outline-container-sec-6-3" class="outline-3">
<h3 id="sec-6-3">Horizontal rules</h3>
<div class="outline-text-3" id="text-6-3">
<div class="org-src-container">
<pre class="src src-org">For an horizontal line, insert at least 5 dashes: this is some text above an
horizontal rule
-----
and some text below it.
</pre>
</div>
<p>
For an horizontal line, insert at least 5 dashes: this is some text above an
horizontal rule
</p>
<hr />
<p>
and some text below it.
</p>
</div>
</div>
<div id="outline-container-sec-6-4" class="outline-3">
<h3 id="sec-6-4">Text width</h3>
<div class="outline-text-3" id="text-6-4">
<p>
One morning, when Gregor Samsa woke from troubled dreams, he found himself
transformed in his bed into a horrible vermin. He lay on his armour-like back,
and if he lifted his head a little he could see his brown belly, slightly domed
and divided by arches into stiff sections. The bedding was hardly able to cover
it and seemed ready to slide off any moment. His many legs, pitifully thin
compared with the size of the rest of him, waved about helplessly as he looked.
</p>
</div>
</div>
</div>
<div id="outline-container-sec-7" class="outline-2">
<h2 id="sec-7">Formatting text</h2>
<div class="outline-text-2" id="text-7">
<p>
Text effects.
</p>
</div>
<div id="outline-container-sec-7-1" class="outline-3">
<h3 id="sec-7-1">Bold and italic</h3>
<div class="outline-text-3" id="text-7-1">
<div class="org-src-container">
<pre class="src src-org"><span class="org-italic">Emphasize</span> (italics), <span class="org-bold">strongly</span> (bold), and <span class="org-bold">/very strongly/</span> (bold italics).
</pre>
</div>
<p>
<i>Emphasize</i> (italics), <b>strongly</b> (bold), and <b><i>very strongly</i></b> (bold italics).
</p>
<p>
Markup elements can be nested:
</p>
<div class="org-src-container">
<pre class="src src-org">This is <span class="org-italic">italic text which contains </span><span class="org-italic"><span class="org-underline">underlined text</span></span><span class="org-italic"> within it</span>, whereas <span class="org-underline">this is</span>
<span class="org-underline">normal underlined text</span>.
</pre>
</div>
<p>
This is <i>italic text which contains <span class="underline">underlined text</span> within it</i>, whereas <span class="underline">this is
normal underlined text</span>.
</p>
<p>
Markup can span across multiple lines, by default <b>no more than 2</b>:
</p>
<div class="org-src-container">
<pre class="src src-org">*This
is not
bold.*
</pre>
</div>
<p>
*This
is not
bold.*
</p>
<p>
Org mode does not interpret a marker surrounded by alphanumeric characters as an
emphasis marker. So, you can&rsquo;t (easily) emphasize just part of a word:
</p>
<div class="org-src-container">
<pre class="src src-org">Not feas*ible*.
</pre>
</div>
<p>
Not feas*ible*.
</p>
</div>
</div>
<div id="outline-container-sec-7-2" class="outline-3">
<h3 id="sec-7-2">Monospace, superscript and subscript</h3>
<div class="outline-text-3" id="text-7-2">
<p>
Other elements to use sparingly are:
</p>
<div class="org-src-container">
<pre class="src src-org">- monospaced typewriter font for <span class="org-org-code">inline code</span>
- monospaced typewriter font for <span class="org-org-verbatim">verbatim text</span>
- <span class="custom">deleted text</span> (vs. <span class="org-underline">inserted text</span>)
- text with super<span class="org-org-latex-and-related">script</span>, such as 2<span class="org-org-latex-and-related">10</span>
- text with sub<span class="org-org-latex-and-related">script</span>, such as H<span class="org-org-latex-and-related">2</span>O
</pre>
</div>
<ul class="org-ul">
<li>monospaced typewriter font for <code>inline code</code>
</li>
<li>monospaced typewriter font for <code>verbatim text</code>
</li>
<li><del>deleted text</del> (vs. <span class="underline">inserted text</span>)
</li>
<li>text with super<sup>script</sup>, such as 2<sup>10</sup>
</li>
<li>text with sub<sub>script</sub>, such as H<sub>2</sub>O
</li>
</ul>
</div>
</div>
<div id="outline-container-sec-7-3" class="outline-3">
<h3 id="sec-7-3">Smart punctuation</h3>
<div class="outline-text-3" id="text-7-3">
<p>
If the XXX option is specified, Org mode will produce typographically correct
output, converting straight quotes to curly quotes, <code>---</code> to em-dashes, <code>--</code> to
en-dashes, and <code>...</code> to ellipses.
</p>
</div>
</div>
</div>
<div id="outline-container-sec-8" class="outline-2">
<h2 id="sec-8">Lists</h2>
<div class="outline-text-2" id="text-8">
<p>
Org markup allows you to create <b>bulleted</b> or <b>numbered</b> lists. It allows any
combination of the two list types.
</p>
</div>
<div id="outline-container-sec-8-1" class="outline-3">
<h3 id="sec-8-1">Unordered lists</h3>
<div class="outline-text-3" id="text-8-1">
<p>
Itemized lists are marked with bullets. Create them with a minus or a plus sign.
</p>
<p>
They are convenient to organize data, and make the document prettier, and easier
to read.
</p>
<div class="org-src-container">
<pre class="src src-org">- Item with some lengthy text wrapping hopefully across several lines. We add
a few words to really show the line wrapping.
- Bullet.
+ Bullet.
* Bullet.
</pre>
</div>
<ul class="org-ul">
<li>Item with some lengthy text wrapping hopefully across several lines. We add
a few words to really show the line wrapping.
</li>
<li>Bullet.
<ul class="org-ul">
<li>Bullet.
<ul class="org-ul">
<li>Bullet.
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div id="outline-container-sec-8-2" class="outline-3">
<h3 id="sec-8-2">Checklists</h3>
<div class="outline-text-3" id="text-8-2">
<div class="org-src-container">
<pre class="src src-org">- <span class="org-org-checkbox">[X]</span> Checked.
- <span class="org-org-checkbox">[-]</span> Half-checked.
- <span class="org-org-checkbox">[ ]</span> Not checked.
- Normal list item.
</pre>
</div>
<ul class="org-ul">
<li>&#x2611; Checked.
</li>
<li>&#x2610; Half-checked.
</li>
<li>&#x2610; Not checked.
</li>
<li>Normal list item.
</li>
</ul>
</div>
</div>
<div id="outline-container-sec-8-3" class="outline-3">
<h3 id="sec-8-3">Ordered lists</h3>
<div class="outline-text-3" id="text-8-3">
<p>
Enumerated lists are marked with numbers or letters:
</p>
<div class="org-src-container">
<pre class="src src-org">1. Arabic (decimal) numbered list item. We add a few words to show the line
wrapping.
A. Upper case alpha (letter) numbered list item.
a. Lower alpha.
b. Lower alpha.
B. Upper alpha.
2. Number.
</pre>
</div>
<ol class="org-ol">
<li>Arabic (decimal) numbered list item. We add a few words to show the line
wrapping.
<ol class="org-ol">
<li>Upper case alpha (letter) numbered list item.
<ol class="org-ol">
<li>Lower alpha.
</li>
<li>Lower alpha.
</li>
</ol>
</li>
<li>Upper alpha.
</li>
</ol>
</li>
<li>Number.
</li>
</ol>
<p>
You can have ordered lists with jumping numbers:
</p>
<div class="org-src-container">
<pre class="src src-org">2. [@2] We start with point number 2.
3. Automatically numbered item.
</pre>
</div>
<ol class="org-ol">
<li value="2">We start with point number 2.
</li>
<li>Automatically numbered item.
</li>
</ol>
</div>
</div>
<div id="outline-container-sec-8-4" class="outline-3">
<h3 id="sec-8-4"><a id="ID-f1a4a242-755b-4c38-9280-ee3f60e2b29a" name="ID-f1a4a242-755b-4c38-9280-ee3f60e2b29a"></a>Definition lists</h3>
<div class="outline-text-3" id="text-8-4">
<p>
Labeled, multi-line lists.
</p>
<div class="org-src-container">
<pre class="src src-org">- <span class="org-org-list-dt">First term to define ::</span>
Definition of the first term. We add a few words to show the line wrapping,
to see what happens when you have long lines.

- <span class="org-org-list-dt">Second term ::</span>
Explication of the second term with <span class="org-bold">inline markup</span>.

In many paragraphs.
</pre>
</div>
<dl class="org-dl">
<dt> First term to define </dt><dd> Definition of the first term. We add a few words to show the line wrapping,
to see what happens when you have long lines.
</dd>
<dt> Second term </dt><dd> Explication of the second term with <b>inline markup</b>.
<p>
In many paragraphs.
</p>
</dd>
</dl>
</div>
</div>
<div id="outline-container-sec-8-5" class="outline-3">
<h3 id="sec-8-5">Separating lists</h3>
<div class="outline-text-3" id="text-8-5">
<p>
Adjacent lists sometimes like to fuse. To force the start of a new list, offset
the two lists by an empty line comment:
</p>
<div class="org-src-container">
<pre class="src src-org">- apples
- oranges
- bananas

<span class="org-comment"># Comment.</span>

- carrots
- tomatoes
- celery
</pre>
</div>
<ul class="org-ul">
<li>apples
</li>
<li>oranges
</li>
<li>bananas
</li>
</ul>
<ul class="org-ul">
<li>carrots
</li>
<li>tomatoes
</li>
<li>celery
</li>
</ul>
</div>
</div>
</div>
<div id="outline-container-sec-9" class="outline-2">
<h2 id="sec-9">Tables</h2>
<div class="outline-text-2" id="text-9">
<p>
Tables are one of the most refined areas of the Org mode syntax. They are very easy
to create and to read.
</p>
</div>
<div id="outline-container-sec-9-1" class="outline-3">
<h3 id="sec-9-1">Simple table</h3>
<div class="outline-text-3" id="text-9-1">
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-table">| Cell in column 1, row 1 | Cell in column 2, row 1 |</span>
<span class="org-org-table">| Cell in column 1, row 2 | Cell in column 2, row 2 |</span>
</pre>
</div>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="left" />
<col class="left" />
</colgroup>
<tbody>
<tr>
<td class="left">Cell in column 1, row 1</td>
<td class="left">Cell in column 2, row 1</td>
</tr>
<tr>
<td class="left">Cell in column 1, row 2</td>
<td class="left">Cell in column 2, row 2</td>
</tr>
</tbody>
</table>
<p>
Org tables have cells of at most one line long: there is no such thing as
a multi-line table cell in Org.
</p>
</div>
</div>
<div id="outline-container-sec-9-2" class="outline-3">
<h3 id="sec-9-2">Column formatting</h3>
<div class="outline-text-3" id="text-9-2">
<p>
Columns are automatically aligned:
</p>
<ul class="org-ul">
<li>Number-rich columns to the right, and
</li>
<li>String-rich columns to the left.
</li>
</ul>
</div>
<div id="outline-container-sec-9-2-1" class="outline-4">
<h4 id="sec-9-2-1">Table with aligned cells</h4>
<div class="outline-text-4" id="text-9-2-1">
<p>
If you want to override the automatic alignment, use <code>&lt;r&gt;</code>, <code>&lt;c&gt;</code> or <code>&lt;l&gt;</code>.
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-meta-line">#+CAPTION: Table with aligned columns</span>
<span class="org-org-table">| </span><span class="org-org-formula">&lt;r&gt;</span><span class="org-org-table"> | </span><span class="org-org-formula">&lt;c&gt;</span><span class="org-org-table"> | </span><span class="org-org-formula">&lt;l&gt;</span><span class="org-org-table"> |</span>
<span class="org-org-table">| 1 | 2 | 3 |</span>
<span class="org-org-table">| Right | Center | Left |</span>
<span class="org-org-table">| xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |</span>
</pre>
</div>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<caption class="t-above"><span class="table-number">Table 1:</span> Table with aligned columns</caption>
<colgroup>
<col class="right" />
<col class="center" />
<col class="left" />
</colgroup>
<tbody>
<tr>
<td class="right">1</td>
<td class="center">2</td>
<td class="left">3</td>
</tr>
<tr>
<td class="right">Right</td>
<td class="center">Center</td>
<td class="left">Left</td>
</tr>
<tr>
<td class="right">xxxxxxxxxxxx</td>
<td class="center">xxxxxxxxxxxx</td>
<td class="left">xxxxxxxxxxxx</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="outline-container-sec-9-2-2" class="outline-4">
<h4 id="sec-9-2-2">Table with column size adjusted</h4>
</div>
</div>
<div id="outline-container-sec-9-3" class="outline-3">
<h3 id="sec-9-3">Header row</h3>
<div class="outline-text-3" id="text-9-3">
<p>
You can create tables with an header row (by using an horizontal line of dashes
to separate it from the rest of the table).
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-meta-line">#+CAPTION: Table with an header row</span>
<span class="org-org-table">| Name of column 1 | Name of column 2 | Name of column 3 |</span>
<span class="org-org-table">|------------------+------------------+------------------|</span>
<span class="org-org-table">| Top left | Top middle | |</span>
<span class="org-org-table">| | | Right |</span>
<span class="org-org-table">| Bottom left | Bottom middle | |</span>
</pre>
</div>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<caption class="t-above"><span class="table-number">Table 2:</span> Table with an header row</caption>
<colgroup>
<col class="left" />
<col class="left" />
<col class="left" />
</colgroup>
<thead>
<tr>
<th scope="col" class="left">Name of column 1</th>
<th scope="col" class="left">Name of column 2</th>
<th scope="col" class="left">Name of column 3</th>
</tr>
</thead>
<tbody>
<tr>
<td class="left">Top left</td>
<td class="left">Top middle</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="left">&#xa0;</td>
<td class="left">&#xa0;</td>
<td class="left">Right</td>
</tr>
<tr>
<td class="left">Bottom left</td>
<td class="left">Bottom middle</td>
<td class="left">&#xa0;</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="outline-container-sec-9-4" class="outline-3">
<h3 id="sec-9-4">A very long table</h3>
<div class="outline-text-3" id="text-9-4">
<p>
To test &ldquo;sticky table headers&rdquo;&#x2026;
</p>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="right" />
<col class="left" />
<col class="left" />
</colgroup>
<thead>
<tr>
<th scope="col" class="right">Name of column 1</th>
<th scope="col" class="left">Name of column 2</th>
<th scope="col" class="left">Name of column 3</th>
</tr>
</thead>
<tbody>
<tr>
<td class="right">Top left</td>
<td class="left">Top middle</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="right">2</td>
<td class="left">&#xa0;</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="right">3</td>
<td class="left">&#xa0;</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="right">4</td>
<td class="left">&#xa0;</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="right">5</td>
<td class="left">&#xa0;</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="right">6</td>
<td class="left">&#xa0;</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="right">7</td>
<td class="left">&#xa0;</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="right">8</td>
<td class="left">&#xa0;</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="right">9</td>
<td class="left">&#xa0;</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="right">10</td>
<td class="left">&#xa0;</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="right">11</td>
<td class="left">&#xa0;</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="right">12</td>
<td class="left">&#xa0;</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="right">13</td>
<td class="left">&#xa0;</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="right">14</td>
<td class="left">&#xa0;</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="right">15</td>
<td class="left">&#xa0;</td>
<td class="left">Right</td>
</tr>
<tr>
<td class="right">16</td>
<td class="left">&#xa0;</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="right">17</td>
<td class="left">&#xa0;</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="right">18</td>
<td class="left">&#xa0;</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="right">19</td>
<td class="left">&#xa0;</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="right">20</td>
<td class="left">&#xa0;</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="right">21</td>
<td class="left">&#xa0;</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="right">22</td>
<td class="left">&#xa0;</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="right">23</td>
<td class="left">&#xa0;</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="right">24</td>
<td class="left">&#xa0;</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="right">25</td>
<td class="left">&#xa0;</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="right">26</td>
<td class="left">&#xa0;</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="right">27</td>
<td class="left">&#xa0;</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="right">28</td>
<td class="left">&#xa0;</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="right">29</td>
<td class="left">&#xa0;</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="right">Bottom left</td>
<td class="left">Bottom middle</td>
<td class="left">&#xa0;</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="outline-container-sec-9-5" class="outline-3">
<h3 id="sec-9-5">Table placement</h3>
<div class="outline-text-3" id="text-9-5">
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-meta-line">#+ATTR_LATEX: :center nil</span>
<span class="org-org-table">| a | b |</span>
<span class="org-org-table">| 1 | 2 |</span>
</pre>
</div>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="right" />
<col class="right" />
</colgroup>
<tbody>
<tr>
<td class="right">a</td>
<td class="right">b</td>
</tr>
<tr>
<td class="right">1</td>
<td class="right">2</td>
</tr>
</tbody>
</table>
<p>
XXX Different from the following:
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-table">| a | b |</span>
<span class="org-org-table">| 1 | 2 |</span>
</pre>
</div>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="right" />
<col class="right" />
</colgroup>
<tbody>
<tr>
<td class="right">a</td>
<td class="right">b</td>
</tr>
<tr>
<td class="right">1</td>
<td class="right">2</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="outline-container-sec-9-6" class="outline-3">
<h3 id="sec-9-6">Align tables on the page</h3>
<div class="outline-text-3" id="text-9-6">
</div><div id="outline-container-sec-9-6-1" class="outline-4">
<h4 id="sec-9-6-1">Left</h4>
<div class="outline-text-4" id="text-9-6-1">
<p>
Here is a table on the left side:
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-meta-line">#+LATEX:</span> <span class="org-org-block">\noindent</span>
<span class="org-org-meta-line">#+ATTR_LATEX: :center nil</span>
<span class="org-org-table">| a | b | c |</span>
<span class="org-org-table">|---+---+---|</span>
<span class="org-org-table">| 1 | 2 | 3 |</span>
<span class="org-org-table">| 4 | 5 | 6 |</span>
<span class="org-org-meta-line">#+LATEX:</span> <span class="org-org-block">\hfill</span>
</pre>
</div>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="right" />
<col class="right" />
<col class="right" />
</colgroup>
<thead>
<tr>
<th scope="col" class="right">a</th>
<th scope="col" class="right">b</th>
<th scope="col" class="right">c</th>
</tr>
</thead>
<tbody>
<tr>
<td class="right">1</td>
<td class="right">2</td>
<td class="right">3</td>
</tr>
<tr>
<td class="right">4</td>
<td class="right">5</td>
<td class="right">6</td>
</tr>
</tbody>
</table>
<p>
The <code>noindent</code> just gets rid of the indentation of the first line of a paragraph
which in this case is the table. The <code>hfill</code> adds infinite stretch after the
table, so it pushes the table to the left.
</p>
</div>
</div>
<div id="outline-container-sec-9-6-2" class="outline-4">
<h4 id="sec-9-6-2">Center</h4>
<div class="outline-text-4" id="text-9-6-2">
<p>
Here is a centered table:
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-table">| a | b | c |</span>
<span class="org-org-table">|---+---+---|</span>
<span class="org-org-table">| 1 | 2 | 3 |</span>
<span class="org-org-table">| 4 | 5 | 6 |</span>
</pre>
</div>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="right" />
<col class="right" />
<col class="right" />
</colgroup>
<thead>
<tr>
<th scope="col" class="right">a</th>
<th scope="col" class="right">b</th>
<th scope="col" class="right">c</th>
</tr>
</thead>
<tbody>
<tr>
<td class="right">1</td>
<td class="right">2</td>
<td class="right">3</td>
</tr>
<tr>
<td class="right">4</td>
<td class="right">5</td>
<td class="right">6</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="outline-container-sec-9-6-3" class="outline-4">
<h4 id="sec-9-6-3">Right</h4>
<div class="outline-text-4" id="text-9-6-3">
<p>
And here&rsquo;s a table on the right side:
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-meta-line">#+LATEX:</span> <span class="org-org-block">\hfill</span>
<span class="org-org-meta-line">#+ATTR_LATEX: :center nil</span>
<span class="org-org-table">| a | b | c |</span>
<span class="org-org-table">|---+---+---|</span>
<span class="org-org-table">| 1 | 2 | 3 |</span>
<span class="org-org-table">| 4 | 5 | 6 |</span>
</pre>
</div>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="right" />
<col class="right" />
<col class="right" />
</colgroup>
<thead>
<tr>
<th scope="col" class="right">a</th>
<th scope="col" class="right">b</th>
<th scope="col" class="right">c</th>
</tr>
</thead>
<tbody>
<tr>
<td class="right">1</td>
<td class="right">2</td>
<td class="right">3</td>
</tr>
<tr>
<td class="right">4</td>
<td class="right">5</td>
<td class="right">6</td>
</tr>
</tbody>
</table>
<p>
Here the <code>hfill</code> adds infinite stretch before the table, so it pushes the table
to the right.
</p>
</div>
</div>
</div>
<div id="outline-container-sec-9-7" class="outline-3">
<h3 id="sec-9-7">Table size</h3>
<div class="outline-text-3" id="text-9-7">
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-meta-line">#+ATTR_HTML: :width 100%</span>
<span class="org-org-table">| Cell in column 1, row 1 | Cell in column 2, row 1 |</span>
<span class="org-org-table">| Cell in column 1, row 2 | Cell in column 2, row 2 |</span>
</pre>
</div>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides" width="100%">
<colgroup>
<col class="left" />
<col class="left" />
</colgroup>
<tbody>
<tr>
<td class="left">Cell in column 1, row 1</td>
<td class="left">Cell in column 2, row 1</td>
</tr>
<tr>
<td class="left">Cell in column 1, row 2</td>
<td class="left">Cell in column 2, row 2</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="outline-container-sec-9-8" class="outline-3">
<h3 id="sec-9-8">CSV</h3>
<div class="outline-text-3" id="text-9-8">
<p>
You can fill a table from a CSV file using R commands.
</p>
</div>
</div>
</div>
<div id="outline-container-links" class="outline-2">
<h2 id="links"><a id="sec-10" name="sec-10"></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="README.html">plain text</a>, <a href="README.html">HTML</a> and <a href="README.pdf">PDF</a>.
</p>
<p>
The links are delimited by double square brackets.
</p>
</div>
<div id="outline-container-sec-10-1" class="outline-3">
<h3 id="sec-10-1">External links</h3>
<div class="outline-text-3" id="text-10-1">
<div class="org-src-container">
<pre class="src src-org">See <span class="org-org-link"><a href="http://www.pirilampo.org">http://www.pirilampo.org</a></span> (automatic!) and the
<span class="org-org-link"><a href="http://orgmode.org/">Org mode Web site</a></span>.
</pre>
</div>
<p>
See <a href="http://www.pirilampo.org">http://www.pirilampo.org</a> (automatic!) and the
<a href="http://orgmode.org/">Org mode Web site</a>.
</p>
</div>
<div id="outline-container-sec-10-1-1" class="outline-4">
<h4 id="sec-10-1-1">Relative links</h4>
<div class="outline-text-4" id="text-10-1-1">
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-link"><a href="../README.html">Home</a></span>
</pre>
</div>
<p>
<a href="../README.html">Home</a>
</p>
</div>
</div>
<div id="outline-container-sec-10-1-2" class="outline-4">
<h4 id="sec-10-1-2">Email links</h4>
<div class="outline-text-4" id="text-10-1-2">
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-link"><a href="mailto:john.doe@example.com">email John Doe</a></span>
</pre>
</div>
<p>
<a href="mailto:john.doe@example.com">email John Doe</a>
</p>
</div>
</div>
<div id="outline-container-sec-10-1-3" class="outline-4">
<h4 id="sec-10-1-3">Image links</h4>
<div class="outline-text-4" id="text-10-1-3">
<p>
To get image links, put a link to a file in the description.
</p>
<div class="org-src-container">
<pre class="src src-org">Clicking on the image <span class="org-org-link"><a href="http://orgmode.org/">file:images/org-mode-unicorn.png</a></span>
leads to the Org mode home page.
</pre>
</div>
<p>
Clicking on the image <a href="http://orgmode.org/"><img src="images/org-mode-unicorn.png" alt="org-mode-unicorn.png" /></a>
leads to the Org mode home page.
</p>
</div>
</div>
</div>
<div id="outline-container-sec-10-2" class="outline-3">
<h3 id="sec-10-2"><a id="ID-0d2b0cb2-116c-4a61-a076-4c641faf4346" name="ID-0d2b0cb2-116c-4a61-a076-4c641faf4346"></a>Internal links</h3>
<div class="outline-text-3" id="text-10-2">
</div>
<div id="outline-container-sec-10-2-1" class="outline-4">
<h4 id="sec-10-2-1">Inline anchors</h4>
<div class="outline-text-4" id="text-10-2-1">
<p>
Anchors are used to specify hypertext link targets.
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-target">&lt;&lt;anchor&gt;&gt;</span> Inline anchors make arbitrary content referenceable.
</pre>
</div>
<p>
<a id="anchor" name="anchor"></a> Inline anchors make arbitrary content referenceable.
</p>
</div>
</div>
<div id="outline-container-sec-10-2-2" class="outline-4">
<h4 id="sec-10-2-2">Internal cross references</h4>
<div class="outline-text-4" id="text-10-2-2">
<p>
Links generally point to an headline.
</p>
<div class="org-src-container">
<pre class="src src-org">See chapter <span class="org-org-link"><a href="#links">Links</a></span>.
</pre>
</div>
<p>
See chapter <a href="#links">Links</a>.
</p>
<p>
To add a link to a figure (e.g., &ldquo;See Figure 1&rdquo;), just do:
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-meta-line">#+name: fig</span>
<span class="org-org-meta-line">#+caption: caption</span>
<span class="org-org-link"><a href="file:fig.png">file:fig.png</a></span>

See figure <span class="org-org-link"><a href="fig">fig</a></span>.
</pre>
</div>
<div id="fig" class="figure">
<p><img src="fig.png" alt="fig.png" />
</p>
<p><span class="figure-number">Figure 1:</span> caption</p>
</div>
<p>
See figure <a href="#fig">1</a>.
</p>
<p>
You can also create a hypertext link to a document anchor in the current
document <i>or in another document</i>.
</p>
<div class="org-src-container">
<pre class="src src-org">See:
- Location <span class="org-org-link"><a href="anchor">cross reference</a></span>.
- Section <span class="org-org-link"><a href="id:0d2b0cb2-116c-4a61-a076-4c641faf4346">Internal links</a></span>
</pre>
</div>
<p>
See:
</p>
<ul class="org-ul">
<li>Location <a href="#anchor">cross reference</a>.
</li>
<li>Section <a href="#sec-10-2">Internal links</a>
</li>
</ul>
</div>
</div>
</div>
<div id="outline-container-sec-10-3" class="outline-3">
<h3 id="sec-10-3">Extensions that define new hyperlinks targets</h3>
</div>
</div>
<div id="outline-container-sec-11" class="outline-2">
<h2 id="sec-11">Images</h2>
<div class="outline-text-2" id="text-11">
<p>
You can insert <b>image</b> files of different <b>formats</b> to a document:
</p>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="left" />
<col class="left" />
<col class="left" />
</colgroup>
<thead>
<tr>
<th scope="col" class="left">&#xa0;</th>
<th scope="col" class="left">HTML</th>
<th scope="col" class="left">PDF</th>
</tr>
</thead>
<tbody>
<tr>
<td class="left">gif</td>
<td class="left">yes</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="left">jpeg</td>
<td class="left">yes</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="left">png</td>
<td class="left">yes</td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="left">bmp</td>
<td class="left">(depends on browser support)</td>
<td class="left">&#xa0;</td>
</tr>
</tbody>
</table>
</div>
<div id="outline-container-sec-11-1" class="outline-3">
<h3 id="sec-11-1">Inline picture</h3>
<div class="outline-text-3" id="text-11-1">
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-meta-line">#+caption: Org mode logo</span>
<span class="org-org-link"><a href="file:images/org-mode-unicorn.png">file:images/org-mode-unicorn.png</a></span>
</pre>
</div>
<div class="figure">
<p><img src="images/org-mode-unicorn.png" alt="org-mode-unicorn.png" />
</p>
<p><span class="figure-number">Figure 2:</span> Org mode logo</p>
</div>
<div class="org-src-container">
<pre class="src src-org">Click to see the <span class="org-org-link"><a href="file:images/org-mode-unicorn.png">Unicorn picture</a></span>.
</pre>
</div>
<p>
Click to see the <a href="images/org-mode-unicorn.png">Unicorn picture</a>.
</p>
</div>
</div>
<div id="outline-container-sec-11-2" class="outline-3">
<h3 id="sec-11-2">Image alignment (using positioning)</h3>
<div class="outline-text-3" id="text-11-2">
<p>
Books usually align/float images on the right/left of the contents.
</p>
</div>
<div id="outline-container-sec-11-2-1" class="outline-4">
<h4 id="sec-11-2-1">Image is left aligned</h4>
</div>
<div id="outline-container-sec-11-2-2" class="outline-4">
<h4 id="sec-11-2-2">Image is right aligned</h4>
</div>
<div id="outline-container-sec-11-2-3" class="outline-4">
<h4 id="sec-11-2-3">Image is centered</h4>
<div class="outline-text-4" id="text-11-2-3">
</div>
</div>
</div>
<div id="outline-container-sec-11-3" class="outline-3">
<h3 id="sec-11-3">Image attributes and values</h3>
<div class="outline-text-3" id="text-11-3">
<p>
XXX Available HTML image tags include &#x2026;
</p>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="left" />
<col class="left" />
</colgroup>
<thead>
<tr>
<th scope="col" class="left">Attribute</th>
<th scope="col" class="left">Value(s)</th>
</tr>
</thead>
<tbody>
<tr>
<td class="left"><code>:alt</code></td>
<td class="left">Alternate text</td>
</tr>
<tr>
<td class="left"><code>:height</code></td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="left"><code>:width</code></td>
<td class="left">User defined size in pixels</td>
</tr>
<tr>
<td class="left"><code>:align</code></td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="left"><code>:border</code></td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="left"><code>:bordercolor</code></td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="left"><code>:hspace</code></td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="left"><code>:vspace</code></td>
<td class="left">&#xa0;</td>
</tr>
<tr>
<td class="left"><code>:title</code></td>
<td class="left">User defined text</td>
</tr>
</tbody>
</table>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-meta-line">#+ATTR_LaTeX: :width 0.25\linewidth</span>
<span class="org-org-link"><a href="file:images/org-mode-unicorn.png">file:images/org-mode-unicorn.png</a></span>
</pre>
</div>
<div class="figure">
<p><img src="images/org-mode-unicorn.png" alt="org-mode-unicorn.png" />
</p>
</div>
<p>
Place images side by side: XXX
</p>
</div>
</div>
<div id="outline-container-sec-11-4" class="outline-3">
<h3 id="sec-11-4">Figures</h3>
<div class="outline-text-3" id="text-11-4">
<p>
To define images that will be <b>treated as book illustrations</b> (figures) and
automatically labeled and numbered, use XXX.
</p>
</div>
</div>
</div>
<div id="outline-container-sec-12" class="outline-2">
<h2 id="sec-12">Videos</h2>
<div class="outline-text-2" id="text-12">
<p>
Videos can&rsquo;t be added directly.
</p>
<p>
Though, you can add an image with a link to the video like this:
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-link"><a href="http://www.youtube.com/watch?v=DnSGSiXYuOk">file:../bigblow.png</a></span>
</pre>
</div>
<div class="figure">
<p><a href="http://www.youtube.com/watch?v=DnSGSiXYuOk"><img src="../bigblow.png" alt="bigblow.png" /></a>
</p>
</div>
</div>
</div>
<div id="outline-container-sec-13" class="outline-2">
<h2 id="sec-13">Admonitions</h2>
<div class="outline-text-2" id="text-13">
<p>
Admonitions (contextual backgrounds) are statements taken out of the content&rsquo;s
flow and labeled with a title.
</p>
<p>
Common admonitions are:
</p>
<ol class="org-ol">
<li><code>note</code>
</li>
<li><code>warning</code>
</li>
<li><code>tip</code>
</li>
<li><code>caution</code>
</li>
<li><code>important</code>
</li>
</ol>
<p>
(Most themes style only <code>note</code> and <code>warning</code> specially.)
</p>
</div>
<div id="outline-container-sec-13-1" class="outline-3">
<h3 id="sec-13-1">Base admonitions</h3>
<div class="outline-text-3" id="text-13-1">
</div><div id="outline-container-sec-13-1-1" class="outline-4">
<h4 id="sec-13-1-1">Note</h4>
<div class="outline-text-4" id="text-13-1-1">
<p>
A note box is displayed as follows:
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-block-begin-line">#+begin_note</span>
This is a useful note.
<span class="org-org-block-end-line">#+end_note</span>
</pre>
</div>
<div class="note">
<p>
This is a useful note.
</p>
</div>
</div>
</div>
<div id="outline-container-sec-13-1-2" class="outline-4">
<h4 id="sec-13-1-2">Warning</h4>
<div class="outline-text-4" id="text-13-1-2">
<p>
A warning box is displayed as follows:
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-block-begin-line">#+begin_warning</span>
Be careful! Check that you have...
<span class="org-org-block-end-line">#+end_warning</span>
</pre>
</div>
<div class="warning">
<p>
Be careful! Check that you have&#x2026;
</p>
</div>
</div>
</div>
<div id="outline-container-sec-13-1-3" class="outline-4">
<h4 id="sec-13-1-3">Tip</h4>
<div class="outline-text-4" id="text-13-1-3">
<p>
A tip box is displayed as follows:
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-block-begin-line">#+begin_tip</span>
Try doing it this way...
<span class="org-org-block-end-line">#+end_tip</span>
</pre>
</div>
<div class="tip">
<p>
Try doing it this way&#x2026;
</p>
</div>
</div>
</div>
<div id="outline-container-sec-13-1-4" class="outline-4">
<h4 id="sec-13-1-4">Caution</h4>
<div class="outline-text-4" id="text-13-1-4">
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-block-begin-line">#+begin_caution</span>
Caution
<span class="org-org-block-end-line">#+end_caution</span>
</pre>
</div>
<div class="caution">
<p>
Caution
</p>
</div>
</div>
</div>
<div id="outline-container-sec-13-1-5" class="outline-4">
<h4 id="sec-13-1-5">Important</h4>
<div class="outline-text-4" id="text-13-1-5">
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-block-begin-line">#+begin_important</span>
Important
<span class="org-org-block-end-line">#+end_important</span>
</pre>
</div>
<div class="important">
<p>
Important
</p>
</div>
</div>
</div>
</div>
<div id="outline-container-sec-13-2" class="outline-3">
<h3 id="sec-13-2">Additional admonitions</h3>
<div class="outline-text-3" id="text-13-2">
</div><div id="outline-container-sec-13-2-1" class="outline-4">
<h4 id="sec-13-2-1">Attention</h4>
<div class="outline-text-4" id="text-13-2-1">
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-block-begin-line">#+begin_attention</span>
Attention
<span class="org-org-block-end-line">#+end_attention</span>
</pre>
</div>
<div class="attention">
<p>
Attention
</p>
</div>
</div>
</div>
<div id="outline-container-sec-13-2-2" class="outline-4">
<h4 id="sec-13-2-2">Hint</h4>
<div class="outline-text-4" id="text-13-2-2">
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-block-begin-line">#+begin_hint</span>
Hint
<span class="org-org-block-end-line">#+end_hint</span>
</pre>
</div>
<div class="hint">
<p>
Hint
</p>
</div>
</div>
</div>
<div id="outline-container-sec-13-2-3" class="outline-4">
<h4 id="sec-13-2-3">Error</h4>
<div class="outline-text-4" id="text-13-2-3">
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-block-begin-line">#+begin_error</span>
Error
<span class="org-org-block-end-line">#+end_error</span>
</pre>
</div>
<div class="error">
<p>
Error
</p>
</div>
</div>
</div>
<div id="outline-container-sec-13-2-4" class="outline-4">
<h4 id="sec-13-2-4">Danger</h4>
<div class="outline-text-4" id="text-13-2-4">
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-block-begin-line">#+begin_danger</span>
Danger
<span class="org-org-block-end-line">#+end_danger</span>
</pre>
</div>
<div class="danger">
<p>
Danger
</p>
</div>
</div>
</div>
<div id="outline-container-sec-13-2-5" class="outline-4">
<h4 id="sec-13-2-5">SeeAlso (Sphinx additional)</h4>
<div class="outline-text-4" id="text-13-2-5">
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-block-begin-line">#+begin_seealso</span>
- <span class="org-org-link"><span class="org-org-list-dt"><a href="http://en.wikipedia.org/wiki/Apple">Apples</a></span></span><span class="org-org-list-dt"> ::</span>
A kind of <span class="org-org-link"><a href="http://en.wikipedia.org/wiki/Fruit">fruit</a></span>.
<span class="org-org-block-end-line">#+end_seealso</span>
</pre>
</div>
<div class="seealso">
<dl class="org-dl">
<dt> <a href="http://en.wikipedia.org/wiki/Apple">Apples</a> </dt><dd> A kind of <a href="http://en.wikipedia.org/wiki/Fruit">fruit</a>.
</dd>
</dl>
</div>
</div>
</div>
</div>
<div id="outline-container-sec-13-3" class="outline-3">
<h3 id="sec-13-3">Todo admonition</h3>
<div class="outline-text-3" id="text-13-3">
<p>
Simple box (&ldquo;inline task&rdquo;):
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-hide">*************</span><span class="org-org-inlinetask">** </span><span class="org-org-todo">TODO</span><span class="org-org-inlinetask"> Do this task</span>
Description of inline task.
<span class="org-org-hide">*************</span><span class="org-org-inlinetask">** END</span>
</pre>
</div>
<p>
<b><b><b><b><b><b><b>*</b></b></b></b></b></b></b> TODO Do this task
Description of inline task.
</p>
<div class="inlinetask">
<b>END</b><br />
nil</div>
<div class="inlinetask">
<b><span class="todo TODO">TODO</span> Do this task</b><br />
<p>
Description of inline task.
</p>
</div>
<p>
or:
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-hide">*************</span><span class="org-org-inlinetask">** </span><span class="org-leuven-org-waiting-for-kwd">WAIT</span><span class="org-org-inlinetask"> </span><span class="custom">[#B]</span><span class="org-org-inlinetask"> Do also this other task </span><span class="org-org-inlinetask"><span class="org-org-tag">:phone:</span></span>
<span class="org-org-hide">*************</span><span class="org-org-inlinetask">** END</span>
</pre>
</div>
<p>
<b><b><b><b><b><b><b>*</b></b></b></b></b></b></b> WAIT [#B] Do also this other task :phone:
</p>
<div class="inlinetask">
<b>END</b><br />
nil</div>
<div class="admonitiontodo">
<p>
Admonitiontodo
</p>
</div>
<p>
Alternatively to the inline tasks (for creating &ldquo;TODO&rdquo; annotations), if you want
such notes not to show up in the published version, drawers may also do the job,
e.g.:
</p>
<p>
:FIXME:
&#x2026;
</p>
<p>
:END:
</p>
<p>
You can then control what drawers are exported with
<code>org-export-with-drawers</code> (or per document with d OPTIONS item).
</p>
</div>
</div>
</div>
<div id="outline-container-sec-14" class="outline-2">
<h2 id="sec-14">Centered text</h2>
<div class="outline-text-2" id="text-14">
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-block-begin-line">#+begin_left</span>
This text is \\
aligned to the left!
<span class="org-org-block-end-line">#+end_left</span>

<span class="org-org-block-begin-line">#+begin_center</span>
This text is \\
centered!
<span class="org-org-block-end-line">#+end_center</span>

<span class="org-org-block-begin-line">#+begin_right</span>
This text is \\
aligned to the right!
<span class="org-org-block-end-line">#+end_right</span>
</pre>
</div>
<div class="left">
<p>
This text is <br />
aligned to the left!
</p>
</div>
<div class="center">
<p>
This text is <br />
centered!
</p>
</div>
<div class="right">
<p>
This text is <br />
aligned to the right!
</p>
</div>
</div>
</div>
<div id="outline-container-sec-15" class="outline-2">
<h2 id="sec-15">Sidebar</h2>
<div class="outline-text-2" id="text-15">
<div class="org-src-container">
<pre class="src src-org">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

<span class="org-org-block-begin-line">#+begin_sidebar</span>
Org mode was first released by Carsten Dominik in 2004 as an outlining and
project planning tool. Further development turned it into a general tool that
can be used to author professional documents like LaTeX.
<span class="org-org-block-end-line">#+end_sidebar</span>

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac
turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor
sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies
mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien
ullamcorper pharetra. Vestibulum erat wisi...

Phasellus ut libero. Nulla in libero non enim tristique sollicitudin. Ut
tempor. Phasellus pellentesque augue eget ante. Mauris malesuada. Donec sit
amet diam sit amet dolor placerat blandit. Morbi enim purus, imperdiet in,
molestie sit amet, pellentesque eu, mauris. In vel erat vel ipsum bibendum
commodo. Curabitur accumsan. Nam sed metus. Etiam tristique bibendum justo.
</pre>
</div>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<div class="sidebar">
<p>
Org mode was first released by Carsten Dominik in 2004 as an outlining and
project planning tool. Further development turned it into a general tool that
can be used to author professional documents like LaTeX.
</p>
</div>
<p>
Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac
turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor
sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies
mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien
ullamcorper pharetra. Vestibulum erat wisi&#x2026;
</p>
<p>
Phasellus ut libero. Nulla in libero non enim tristique sollicitudin. Ut
tempor. Phasellus pellentesque augue eget ante. Mauris malesuada. Donec sit
amet diam sit amet dolor placerat blandit. Morbi enim purus, imperdiet in,
molestie sit amet, pellentesque eu, mauris. In vel erat vel ipsum bibendum
commodo. Curabitur accumsan. Nam sed metus. Etiam tristique bibendum justo.
</p>
</div>
</div>
<div id="outline-container-sec-16" class="outline-2">
<h2 id="sec-16">Example</h2>
<div class="outline-text-2" id="text-16">
<p>
You can have <code>example</code> blocks.
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-code">: 10/17/97 9:04 &lt;DIR&gt; bin</span>
<span class="org-org-code">: 10/16/97 14:11 &lt;DIR&gt; DOS</span>
<span class="org-org-code">: 10/16/97 14:46 &lt;DIR&gt; TEMP</span>
<span class="org-org-code">: 10/16/97 14:37 &lt;DIR&gt; WINNT</span>
<span class="org-org-code">: 10/16/97 14:25 119 AUTOEXEC.BAT</span>
<span class="org-org-code">: 2/13/94 6:21 54,619 COMMAND.COM</span>
</pre>
</div>
<pre class="example">
10/17/97 9:04 &lt;DIR&gt; bin
10/16/97 14:11 &lt;DIR&gt; DOS
10/16/97 14:46 &lt;DIR&gt; TEMP
10/16/97 14:37 &lt;DIR&gt; WINNT
10/16/97 14:25 119 AUTOEXEC.BAT
2/13/94 6:21 54,619 COMMAND.COM
</pre>
<p>
or
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-block-begin-line">#+begin_example</span>
<span class="org-org-block">10/17/97 9:04 &lt;DIR&gt; bin</span>
<span class="org-org-block">10/16/97 14:11 &lt;DIR&gt; DOS</span>
<span class="org-org-block">10/16/97 14:46 &lt;DIR&gt; TEMP</span>
<span class="org-org-block">10/16/97 14:37 &lt;DIR&gt; WINNT</span>
<span class="org-org-block">10/16/97 14:25 119 AUTOEXEC.BAT</span>
<span class="org-org-block"> 2/13/94 6:21 54,619 COMMAND.COM</span>
<span class="org-org-block-end-line">#+end_example</span>
</pre>
</div>
<pre class="example">
10/17/97 9:04 &lt;DIR&gt; bin
10/16/97 14:11 &lt;DIR&gt; DOS
10/16/97 14:46 &lt;DIR&gt; TEMP
10/16/97 14:37 &lt;DIR&gt; WINNT
10/16/97 14:25 119 AUTOEXEC.BAT
2/13/94 6:21 54,619 COMMAND.COM
</pre>
</div>
</div>
<div id="outline-container-sec-17" class="outline-2">
<h2 id="sec-17">Prose excerpts</h2>
<div class="outline-text-2" id="text-17">
</div><div id="outline-container-sec-17-1" class="outline-3">
<h3 id="sec-17-1">Quote</h3>
<div class="outline-text-3" id="text-17-1">
<p>
Use the <code>quote</code> block for content that <b>doesn&rsquo;t require the preservation of line
breaks</b>.
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-block-begin-line">#+begin_quote</span>
<span class="org-org-quote">Let us change our traditional attitude to the construction of programs:</span>
<span class="org-org-quote">Instead of imagining that our main task is to instruct a computer what to do,</span>
<span class="org-org-quote">let us concentrate rather on explaining to human beings what we want a</span>
<span class="org-org-quote">computer to do.</span>

<span class="org-org-quote">The practitioner of literate programming can be regarded as an essayist, whose</span>
<span class="org-org-quote">main concern is with exposition and excellence of style. Such an author, with</span>
<span class="org-org-quote">thesaurus in hand, chooses the names of variables carefully and explains what</span>
<span class="org-org-quote">each variable means. He or she strives for a program that is comprehensible</span>
<span class="org-org-quote">because its concepts have been introduced in an order that is best for human</span>
<span class="org-org-quote">understanding, using a mixture of formal and informal methods that reinforce</span>
<span class="org-org-quote">each other.</span>

<span class="org-org-quote">-- Donald Knuth</span>
<span class="org-org-block-end-line">#+end_quote</span>
</pre>
</div>
<blockquote>
<p>
Let us change our traditional attitude to the construction of programs:
Instead of imagining that our main task is to instruct a computer what to do,
let us concentrate rather on explaining to human beings what we want a
computer to do.
</p>
<p>
The practitioner of literate programming can be regarded as an essayist, whose
main concern is with exposition and excellence of style. Such an author, with
thesaurus in hand, chooses the names of variables carefully and explains what
each variable means. He or she strives for a program that is comprehensible
because its concepts have been introduced in an order that is best for human
understanding, using a mixture of formal and informal methods that reinforce
each other.
</p>
<p>
&#x2013; Donald Knuth
</p>
</blockquote>
<p>
A short one:
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-block-begin-line">#+begin_quote</span>
<span class="org-org-quote">Everything should be made as simple as possible,</span>
<span class="org-org-quote">but not any simpler. -- Albert Einstein</span>
<span class="org-org-block-end-line">#+end_quote</span>
</pre>
</div>
<blockquote>
<p>
Everything should be made as simple as possible,
but not any simpler. &#x2013; Albert Einstein
</p>
</blockquote>
</div>
</div>
<div id="outline-container-sec-17-2" class="outline-3">
<h3 id="sec-17-2">Verse</h3>
<div class="outline-text-3" id="text-17-2">
<p>
In a <code>verse</code> environment, there is an <b>implicit line break at the end of each line</b>,
and <b>indentation</b> is preserved:
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-block-begin-line">#+begin_verse</span>
<span class="org-org-verse">Everything should be made as simple as possible,</span>
<span class="org-org-verse">but not any simpler. -- Albert Einstein</span>
<span class="org-org-block-end-line">#+end_verse</span>
</pre>
</div>
<p class="verse">
Everything should be made as simple as possible,<br />
but not any simpler. &#x2013; Albert Einstein<br />
</p>
<p>
Typically used for quoting passages of an email message:
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-block-begin-line">#+begin_verse</span>
<span class="org-org-verse">&gt;&gt; The meeting has been postponed to next Friday.</span>
<span class="org-org-verse">&gt;</span>
<span class="org-org-verse">&gt; Has the deadline for the report been moved too?</span>

<span class="org-org-verse">Yes. And chekout <a href="http://www.doodle.com/">http://www.doodle.com/</a> for rescheduling the meeting.</span>

<span class="org-org-verse">In the text body,</span>
<span class="org-org-verse"> indentation is</span>
<span class="org-org-verse">preserved.</span>
<span class="org-org-block-end-line">#+end_verse</span>
</pre>
</div>
<p class="verse">
&gt;&gt; The meeting has been postponed to next Friday.<br />
&gt;<br />
&gt; Has the deadline for the report been moved too?<br />
<br />
Yes. And chekout <a href="http://www.doodle.com/">http://www.doodle.com/</a> for rescheduling the meeting.<br />
<br />
In the text body,<br />
&#xa0;&#xa0;&#xa0;indentation is<br />
preserved.<br />
</p>
</div>
</div>
<div id="outline-container-sec-17-3" class="outline-3">
<h3 id="sec-17-3">Block quote with optional attribution line</h3>
<div class="outline-text-3" id="text-17-3">
<div class="epigraph">
<p>
epigraph
</p>
</div>
</div>
</div>
<div id="outline-container-sec-17-4" class="outline-3">
<h3 id="sec-17-4">Block quotes with their own class attribute</h3>
<div class="outline-text-3" id="text-17-4">
<div class="highlights">
<p>
highlights
</p>
</div>
<div class="pull-quote">
<p>
pull-quote
</p>
</div>
<div class="blockquote">
<p>
Blockquote
</p>
</div>
</div>
</div>
<div id="outline-container-sec-17-5" class="outline-3">
<h3 id="sec-17-5">Non-breaking space</h3>
<div class="outline-text-3" id="text-17-5">
<p>
Insert the Unicode character <code>00A0</code> to add a non-breaking space.
</p>
<p>
FIXME Or add/use an Org entity? Or use tilde?
</p>
</div>
</div>
</div>
<div id="outline-container-sec-18" class="outline-2">
<h2 id="sec-18">Comments</h2>
<div class="outline-text-2" id="text-18">
<div class="org-src-container">
<pre class="src src-org">It's possible to add comments in the document.

<span class="org-comment"># This Org comment here won't be displayed.</span>
</pre>
</div>
<p>
It&rsquo;s possible to add comments in the document.
</p>
<div class="note">
<p>
Org doesn&rsquo;t support <b>comments inside paragraphs</b> since a comment ends
a paragraph. However, you can mimic inline comments with export snippets, e.g.,
<code>@@comment:...@@</code>.
</p>
</div>
<div class="tip">
<p>
If you have tables (for example) that you want to ignore during export, one possibility
is to use <b>comment blocks</b> or <code>:noexport:</code> subtrees. Another possibility is to
<b>use</b> non-exported <b>drawers</b> (see #+OPTIONS: d:).
</p>
</div>
<p>
If you want to ignore that part only during export, but still want to
use keep it active in the buffer, I suggest to use a drawer, with an
appropriate `org-export-with-drawers&rsquo; value, e.g.,
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-meta-line">#+OPTIONS: d:(not "NOEXPORT")</span>
</pre>
</div>
</div>
</div>
<div id="outline-container-sec-19" class="outline-2">
<h2 id="sec-19">Substitutions</h2>
<div class="outline-text-2" id="text-19">
</div><div id="outline-container-sec-19-1" class="outline-3">
<h3 id="sec-19-1">General replacements</h3>
<div class="outline-text-3" id="text-19-1">
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-meta-line">#+MACRO: longtext this very very long text</span>

Insert <span class="org-org-macro">{{{longtext}}}</span> wherever required.
</pre>
</div>
<p>
Insert this very very long text wherever required.
</p>
</div>
</div>
<div id="outline-container-sec-19-2" class="outline-3">
<h3 id="sec-19-2">Styled references</h3>
<div class="outline-text-3" id="text-19-2">
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-meta-line">#+MACRO: color @@html:&lt;span style="color: $1"&gt;$2&lt;/span&gt;@@</span>

<span class="org-org-macro">{{{color(blue, This text is colored in blue.)}}}</span>

<span class="org-org-macro">{{{color(red, This other text is in red.)}}}</span>
</pre>
</div>
<p>
<span style="color: blue"> This text is colored in blue.</span>
</p>
<p>
<span style="color: red"> This other text is in red.</span>
</p>
<p>
Find more macros on <a href="https://github.com/fniessen/org-macros">GitHub</a>.
</p>
</div>
</div>
<div id="outline-container-sec-19-3" class="outline-3">
<h3 id="sec-19-3">Special characters</h3>
<div class="outline-text-3" id="text-19-3">
<p>
We also use substitutions to include some of the widely used Unicode characters
(like ©, converted from text characters to its typographically correct entity).
</p>
</div>
<div id="outline-container-sec-19-3-1" class="outline-4">
<h4 id="sec-19-3-1">Accents</h4>
<div class="outline-text-4" id="text-19-3-1">
<div class="org-src-container">
<pre class="src src-org">- <span class="org-org-latex-and-related">\Agrave \Aacute</span>
</pre>
</div>
<ul class="org-ul">
<li>&Agrave; &Aacute;
</li>
</ul>
</div>
</div>
<div id="outline-container-sec-19-3-2" class="outline-4">
<h4 id="sec-19-3-2">Punctuation</h4>
<div class="outline-text-4" id="text-19-3-2">
<div class="org-src-container">
<pre class="src src-org">- Dash: <span class="org-org-latex-and-related">\ndash \mdash</span>
- Marks: <span class="org-org-latex-and-related">\iexcl \iquest</span>
- Quotations: <span class="org-org-latex-and-related">\laquo \raquo</span>
- Miscellaneous: <span class="org-org-latex-and-related">\para \ordf</span>
</pre>
</div>
<ul class="org-ul">
<li>Dash: &ndash; &mdash;
</li>
<li>Marks: &iexcl; &iquest;
</li>
<li>Quotations: &laquo; &raquo;
</li>
<li>Miscellaneous: &para; &ordf;
</li>
</ul>
</div>
</div>
<div id="outline-container-sec-19-3-3" class="outline-4">
<h4 id="sec-19-3-3">Commercial symbols</h4>
<div class="outline-text-4" id="text-19-3-3">
<div class="org-src-container">
<pre class="src src-org">- Property marks: <span class="org-org-latex-and-related">\copy \reg</span>
- Currency: <span class="org-org-latex-and-related">\cent \EUR \yen \pound</span>
</pre>
</div>
<ul class="org-ul">
<li>Property marks: &copy; &reg;
</li>
<li>Currency: &cent; &euro; &yen; &pound;
</li>
</ul>
</div>
</div>
<div id="outline-container-sec-19-3-4" class="outline-4">
<h4 id="sec-19-3-4">Greek characters</h4>
<div class="outline-text-4" id="text-19-3-4">
<div class="org-src-container">
<pre class="src src-org">The Greek letters <span class="org-org-latex-and-related">\alpha,</span> <span class="org-org-latex-and-related">\beta,</span> and <span class="org-org-latex-and-related">\gamma </span>are used to denote angles.
</pre>
</div>
<p>
The Greek letters &alpha;, &beta;, and &gamma; are used to denote angles.
</p>
</div>
</div>
<div id="outline-container-sec-19-3-5" class="outline-4">
<h4 id="sec-19-3-5">Math characters</h4>
<div class="outline-text-4" id="text-19-3-5">
<div class="org-src-container">
<pre class="src src-org">- Science: <span class="org-org-latex-and-related">\pm \div</span>
- Arrows: <span class="org-org-latex-and-related">\to \rarr \larr \harr \rArr \lArr \hArr</span>
- Function names: <span class="org-org-latex-and-related">\arccos \cos</span>
- Signs and symbols: <span class="org-org-latex-and-related">\bull \star</span>
</pre>
</div>
<ul class="org-ul">
<li>Science: &plusmn; &divide;
</li>
<li>Arrows: &rarr; &rarr; &larr; &harr; &rArr; &lArr; &hArr;
</li>
<li>Function names: arccos cos
</li>
<li>Signs and symbols: &bull; *
</li>
</ul>
</div>
</div>
<div id="outline-container-sec-19-3-6" class="outline-4">
<h4 id="sec-19-3-6">Misc</h4>
<div class="outline-text-4" id="text-19-3-6">
<div class="org-src-container">
<pre class="src src-org">- Zero-width non-joiner: <span class="org-org-latex-and-related">\zwnj</span>
<span class="org-comment"># Smilies: \smiley \sad</span>
- Suits: <span class="org-org-latex-and-related">\clubs \spades</span>
</pre>
</div>
<ul class="org-ul">
<li>Zero-width non-joiner: &zwnj;
</li>
</ul>
<ul class="org-ul">
<li>Suits: &clubs; &spades;
</li>
</ul>
<div class="note">
<p>
You can insert a real &ldquo;zero-width space&rdquo; Unicode character by pressing
<code>C-x 8 RET zero width space RET</code> or <code>C-x 8 RET 200b RET</code>.
</p>
</div>
</div>
</div>
</div>
</div>
<div id="outline-container-sec-20" class="outline-2">
<h2 id="sec-20">Source code</h2>
<div class="outline-text-2" id="text-20">
</div><div id="outline-container-sec-20-1" class="outline-3">
<h3 id="sec-20-1">Inline code</h3>
<div class="outline-text-3" id="text-20-1">
<div class="org-src-container">
<pre class="src src-org">Reference code like <span class="org-org-code">variables</span> or <span class="org-org-code">functions</span> inline.
</pre>
</div>
<p>
Reference code like <code>variables</code> or <code>functions</code> inline.
</p>
<p>
You can also evaluate code inline as follows: 1 + 1 is #+BEGIN_SRC R
1 + 1
#+END_SRC <code>2</code>.
</p>
</div>
</div>
<div id="outline-container-sec-20-2" class="outline-3">
<h3 id="sec-20-2">Code blocks (with syntax highlighting)</h3>
<div class="outline-text-3" id="text-20-2">
<p>
The source code blocks support syntax highlighting:
</p>
<div class="org-src-container">
<pre class="src src-cpp"><span class="org-comment-delimiter">/*</span>
<span class="org-comment"> * Application that displays a "Hello" message to the standard output.</span>
<span class="org-comment"> */</span>
<span class="org-type">int</span> <span class="org-function-name">main</span>(<span class="org-type">int</span> <span class="org-variable-name">arc</span>, <span class="org-type">char</span> **<span class="org-variable-name">argv</span>)
{
printf(<span class="org-string">"Hello, %s!\n"</span>, (argc&gt;1) ? argv[1] : <span class="org-string">"World"</span>);
<span class="org-keyword">return</span> 0;
}
</pre>
</div>
<div class="org-src-container">
<pre class="src src-emacs-lisp">(<span class="org-keyword">defvar</span> <span class="org-variable-name">hello</span> <span class="org-string">"Hello"</span>)
(<span class="org-keyword">defun</span> <span class="org-function-name">hello</span> (name <span class="org-type">&amp;optional</span> greeting)
(message <span class="org-string">"%s %s"</span> (<span class="org-keyword">or</span> greeting <span class="org-string">"Hello"</span>) name))
(<span class="org-keyword">setq</span> tab-width 4)
</pre>
</div>
<div class="note">
<p>
You need <code>htmlize.el</code> in your <code>load-path</code>, for the HTML export.
</p>
</div>
</div>
</div>
<div id="outline-container-sec-20-3" class="outline-3">
<h3 id="sec-20-3">Source mode</h3>
<div class="outline-text-3" id="text-20-3">
<p>
The following language strings are currently recognized:
</p>
<p>
Awk, C, R, Asymptote, Calc, Clojure, CSS, Ditaa, Dot, Emacs Lisp, Fortran, Gnuplot, Haskell, IO, Java, Javascript, LaTeX, Ledger, Lilypond, Lisp, Makefile, Maxima, Matlab, Mscgen, Ocaml, Octave, Org, Perl, Pico Lisp, PlantUML, Python, Ruby, Sass, Scala, Scheme, Screen, Shell Script, Shen, Sql, Sqlite.
</p>
</div>
</div>
<div id="outline-container-sec-20-4" class="outline-3">
<h3 id="sec-20-4">Line break</h3>
<div class="outline-text-3" id="text-20-4">
<p>
Code block with long lines:
</p>
<div class="org-src-container">
<pre class="src src-emacs-lisp">testing testing testing testing testing testing testing testing testing testing
0 1 2 3 4 5 6 7 8 9
123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456
</pre>
</div>
<p>
For PDF (LaTeX), one solution is to surround the code block such as:
</p>
<div class="org-src-container">
<pre class="src src-R"><span class="org-ess-function-call">print</span><span class="org-builtin">(</span><span class="org-string">"This block is in scriptsize"</span><span class="org-builtin">)</span>
</pre>
</div>
<pre class="example">
This block is in scriptsize
</pre>
</div>
</div>
<div id="outline-container-sec-20-5" class="outline-3">
<h3 id="sec-20-5">Line numbers</h3>
<div class="outline-text-3" id="text-20-5">
<p>
Both in <code>example</code> and in <code>src</code> snippets, you can add a <code>-n</code> switch to the end of the
<code>begin</code> line to get the lines numbered:
</p>
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span class="linenr">1: </span>(<span class="org-keyword">defun</span> <span class="org-function-name">org-xor</span> (a b)
<span class="linenr">2: </span> <span class="org-doc">"Exclusive or."</span>
</pre>
</div>
<p>
If you use a <code>+n</code> switch, the numbering from the previous numbered snippet will
be continued in the current one:
</p>
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span class="linenr">3: </span> (<span class="org-keyword">if</span> a (not b) b))
</pre>
</div>
</div>
</div>
<div id="outline-container-sec-20-6" class="outline-3">
<h3 id="sec-20-6">Callouts</h3>
<div class="outline-text-3" id="text-20-6">
<p>
In literal examples, Org will interpret strings like <code>(ref:name)</code> as labels, and
use them as targets for special hyperlinks like <code>[[(name)]]</code> (i.e., the reference
name enclosed in single parenthesis). In HTML, hovering the mouse over such
a link will remote-highlight the corresponding code line, which is kind of
cool.
</p>
<p>
You can also add a <code>-r</code> switch which removes the labels from the source code.
With the <code>-n</code> switch, links to these references will be labeled by the line
numbers from the code listing, otherwise links will use the labels with no
parentheses. Here is an example:
</p>
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span id="coderef-sc" class="coderef-off"><span class="linenr">1: </span>(<span class="org-keyword">save-excursion</span> <span class="org-comment-delimiter">;</span></span>
<span id="coderef-jump" class="coderef-off"><span class="linenr">2: </span> (goto-char (point-min))) <span class="org-comment-delimiter">;</span></span>
</pre>
</div>
<p>
In line <a href="#coderef-sc"class="coderef" onmouseover="CodeHighlightOn(this, 'coderef-sc');" onmouseout="CodeHighlightOff(this, 'coderef-sc');">1</a>, we remember the current position. <a href="#coderef-jump"class="coderef" onmouseover="CodeHighlightOn(this, 'coderef-jump');" onmouseout="CodeHighlightOff(this, 'coderef-jump');">Line 2</a> jumps to
<code>point-min</code>.
</p>
</div>
</div>
</div>
<div id="outline-container-sec-21" class="outline-2">
<h2 id="sec-21">Math</h2>
<div class="outline-text-2" id="text-21">
<p>
You can embed LaTeX math formatting in Org mode files.
</p>
</div>
<div id="outline-container-sec-21-1" class="outline-3">
<h3 id="sec-21-1">Inline math expressions</h3>
<div class="outline-text-3" id="text-21-1">
<p>
For <b>inline math</b> expressions, use the parentheses notation <code>\(...\)</code>:
</p>
<div class="org-src-container">
<pre class="src src-org">The formula <span class="org-org-latex-and-related">\(a^2 + b^2 = c^2\)</span> has been discovered by Pythagoras.

Let <span class="org-org-latex-and-related">\(a=\sin(x) + \cos(x)\)</span>. Then <span class="org-org-latex-and-related">\(a^2 = 2\sin(x)\cos(x)\)</span> because <span class="org-org-latex-and-related">\(\sin^2x +</span>
<span class="org-org-latex-and-related">\cos^2x = 1\)</span>.
</pre>
</div>
<p>
The formula \(a^2 + b^2 = c^2\) has been discovered by Pythagoras.
</p>
<p>
Let \(a=\sin(x) + \cos(x)\). Then \(a^2 = 2\sin(x)\cos(x)\) because \(\sin^2x +
\cos^2x = 1\).
</p>
<div class="warning">
<p>
It&rsquo;s <i>not</i> advised to use the <code>$...$</code> construct (both for Org and for MathJax).
</p>
<p>
Don&rsquo;t forget that <code>$</code> is also a valid currency symbol!
</p>
</div>
</div>
</div>
<div id="outline-container-sec-21-2" class="outline-3">
<h3 id="sec-21-2">Math expressions in display mode</h3>
<div class="outline-text-3" id="text-21-2">
<p>
For mathematical expressions which you want to make <b>stand out, centered on their
own lines</b>, use <code>\[...\]</code>:
</p>
<div class="org-src-container">
<pre class="src src-org">The <span class="org-italic">Euler theorem</span>:

<span class="org-org-latex-and-related">\[</span>
<span class="org-org-latex-and-related">\int_0^\infty e-x^2 dx = {{\sqrt{\pi}} \over {2}}</span>
<span class="org-org-latex-and-related">\]</span>

LaTeX allows to inline such <span class="org-org-code">\[...\]</span> constructs (<span class="org-italic">quadratic formula</span>):
<span class="org-org-latex-and-related">\[ \frac{-b \pm \sqrt{b^2 - 4 a c}}{2a} \]</span>
</pre>
</div>
<p>
The <i>Euler theorem</i>:
</p>
<p>
\[
\int_0^\infty e^{-x^2} dx = {{\sqrt{\pi}} \over {2}}
\]
</p>
<p>
LaTeX allows to inline such <code>\[...\]</code> constructs (<i>quadratic formula</i>):
\[ \frac{-b \pm \sqrt{b^2 - 4 a c}}{2a} \]
</p>
<div class="warning">
<p>
Double dollar signs (<code>$$</code>) should not be used.
</p>
</div>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-latex-and-related">\[</span>
<span class="org-org-latex-and-related">\left( \int0\infty \frac{\sin x}{\sqrt x}\,\mathrm{d}x \</span>
<span class="org-org-latex-and-related">right)2 -</span>
<span class="org-org-latex-and-related">\prodk=1\infty \frac{4k2}{4k2-1} +</span>
<span class="org-org-latex-and-related">\frac{\lambda}{2n}\sumk=1 ^{n} \thetak ^{2} xn = 0</span>
<span class="org-org-latex-and-related">\]</span>
</pre>
</div>
<p>
\[
\left( \int_{0}^{\infty} \frac{\sin x}{\sqrt x}\,\mathrm{d}x \
right)^{2} -
\prod_{k=1}^{\infty} \frac{4k^{2}}{4k^{2}-1} +
\frac{\lambda}{2n}\sum_{k=1} ^{n} \theta_{k} ^{2} x^{n} = 0
\]
</p>
<p>
The equation may be wrong, but it&rsquo;s a nice one!
</p>
</div>
</div>
<div id="outline-container-sec-21-3" class="outline-3">
<h3 id="sec-21-3">Equation numbers</h3>
<div class="outline-text-3" id="text-21-3">
<p>
Differently from <code>$...$</code> and <code>\(...\)</code>, an equation environment produces a <b>numbered</b>
equation to which you can add a label and reference the equation by (label) name
in other parts of the text. This is not possibly with unnumbered math
environments (<code>$$</code>, &#x2026;).
</p>
<div class="org-src-container">
<pre class="src src-org">The <span class="org-italic">Pythagoras theorem</span>:

<span class="org-org-meta-line">#+name: pythag</span>
<span class="org-org-latex-and-related">\begin{equation}</span>
<span class="org-org-latex-and-related">a^2 + b^2 = c^2</span>
<span class="org-org-latex-and-related">\end{equation}</span>

See equation <span class="org-org-link"><a href="pythag">pythag</a></span>.

<span class="org-comment"># The sinus theorem can be written as the equation:</span>
<span class="org-comment">#</span>
<span class="org-comment"># \begin{equation}</span>
<span class="org-comment"># \label{eqn:sinalpha}</span>
<span class="org-comment"># \frac{\sin\alpha}{a}=\frac{\sin\beta}{b}</span>
<span class="org-comment"># \end{equation}</span>
<span class="org-comment">#</span>
<span class="org-comment"># See equation <a href="eqn:sinalpha">eqn:sinalpha</a>.</span>
</pre>
</div>
<p>
The <i>Pythagoras theorem</i>:
</p>
\begin{equation}
a^2 + b^2 = c^2
\end{equation}
<p>
See equation <a href="#pythag">1</a>.
</p>
<p>
Only captioned equations are numbered.
</p>
<p>
Other alternatives: use
</p>
<ul class="org-ul">
<li><code>\begin{equation*}</code> or
</li>
<li><code>\begin{displaymath}</code> (= the verbose form of the <code>\[...\]</code> construct).
</li>
</ul>
<p>
<code>M-q</code> does not fill those.
</p>
</div>
</div>
</div>
<div id="outline-container-sec-22" class="outline-2">
<h2 id="sec-22">Miscellaneous effects</h2>
<div class="outline-text-2" id="text-22">
</div><div id="outline-container-sec-22-1" class="outline-3">
<h3 id="sec-22-1">Include Org files</h3>
<div class="outline-text-3" id="text-22-1">
<p>
You can include another Org file and skip its title by using the <code>:lines</code> argument
to <code>#+INCLUDE</code>:
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-meta-line">#+INCLUDE: "chapter1.org" :lines "2-"</span>
</pre>
</div>
<div class="note">
<p>
File inclusion, through INCLUDE keywords, is an <b>export-only feature</b>.
</p>
</div>
</div>
</div>
<div id="outline-container-sec-22-2" class="outline-3">
<h3 id="sec-22-2">Raw HTML</h3>
<div class="outline-text-3" id="text-22-2">
<p>
You can include raw HTML in your Org documents and it will get kept as HTML
when it&rsquo;s exported.
</p>
<p>
Text can be preformatted (in a fixed-width font).
</p>
<p>
It is especially useful for more advanced stuff like images or tables where you
need more control of the HTML options than Org mode actually gives you.
</p>
<p>
Similarly, you can incorporate JS or do anything else you can do in a Web page
(such as importing a CSS file).
</p>
</div>
<div id="outline-container-sec-22-2-1" class="outline-4">
<h4 id="sec-22-2-1">Native DIV blocks</h4>
<div class="outline-text-4" id="text-22-2-1">
<p>
You can create named classes (to get style control from your CSS) with:
</p>
<pre class="example">
#+begin_myclass
This text is wrapped in a myclass DIV...
#+end_myclass
</pre>
<p>
You can also add interactive elements to the HTML such as interactive R plots.
</p>
<p>
Finally, you can include an HTML file verbatim (during export) with:
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-meta-line">#+INCLUDE: "file.html" export html</span>
</pre>
</div>
<p>
Don&rsquo;t edit the exported HTML file!
</p>
</div>
</div>
</div>
<div id="outline-container-sec-22-3" class="outline-3">
<h3 id="sec-22-3">Raw LaTeX</h3>
<div class="outline-text-3" id="text-22-3">
<p>
You can also use raw LaTeX. XXX
</p>
<p>
Text can be preformatted (in a fixed-width font).
</p>
</div>
</div>
</div>
<div id="outline-container-sec-23" class="outline-2">
<h2 id="sec-23">Footnotes </h2>
<div class="outline-text-2" id="text-23">
<div class="org-src-container">
<pre class="src src-org">It is possible to define named footnotes<span class="org-org-footnote">[fn:myfootnote]</span>, or ones with automatic
anchors<span class="org-org-footnote">[fn:2]</span>.
</pre>
</div>
<p>
It is possible to define named footnotes<sup><a id="fnr.1" name="fnr.1" class="footref" href="#fn.1">1</a></sup>, or ones with automatic
anchors<sup><a id="fnr.2" name="fnr.2" class="footref" href="#fn.2">2</a></sup>.
It is possible to define named footnotes<sup><a id="fnr.1.100" name="fnr.1.100" class="footref" href="#fn.1">1</a></sup>, or ones with automatic
anchors<sup><a id="fnr.2.100" name="fnr.2.100" class="footref" href="#fn.2">2</a></sup>.
</p>
</div>
</div>
<div id="outline-container-sec-24" class="outline-2">
<h2 id="sec-24">Useful extensions</h2>
<div class="outline-text-2" id="text-24">
</div><div id="outline-container-sec-24-1" class="outline-3">
<h3 id="sec-24-1">Todo extension</h3>
<div class="outline-text-3" id="text-24-1">
</div><div id="outline-container-sec-24-1-1" class="outline-4">
<h4 id="sec-24-1-1">Dates</h4>
<div class="outline-text-4" id="text-24-1-1">
<p>
Timestamps: <span class="timestamp-wrapper"><span class="timestamp">[2014-01-16 Thu]</span></span> and <span class="timestamp-wrapper"><span class="timestamp">&lt;2014-01-16 Thu&gt;</span></span>.
</p>
</div>
</div>
<div id="outline-container-sec-24-1-2" class="outline-4">
<h4 id="sec-24-1-2"><span class="todo TODO">TODO</span> We need to achieve&#x2026;</h4>
</div>
<div id="outline-container-sec-24-1-3" class="outline-4">
<h4 id="sec-24-1-3"><span class="done DONE">DONE</span> Buy GTD book&#xa0;&#xa0;&#xa0;<span class="tag"><span class="online">online</span></span></h4>
<div class="outline-text-4" id="text-24-1-3">
<ul class="org-ul">
<li>State &ldquo;TODO&rdquo; -&gt; &ldquo;DONE&rdquo; <span class="timestamp-wrapper"><span class="timestamp">[2014-01-16 Thu 09:52]</span></span>
</li>
</ul>
<p>
By default, <code>DONE</code> actions will be collapsed.
</p>
<p>
Note that I should probably implement that default behavior only for <code>ARCHIVE</code>&rsquo;d
items.
</p>
</div>
</div>
<div id="outline-container-sec-24-1-4" class="outline-4">
<h4 id="sec-24-1-4"><span class="todo TODO">TODO</span> Read GTD book</h4>
<div class="outline-text-4" id="text-24-1-4">
<p><span class="timestamp-wrapper"><span class="timestamp-kwd">SCHEDULED:</span> <span class="timestamp"><2014-09-11 Thu></span></span></p>
<p>
By default, <b>all</b> (active) entries will be expanded at page load, so that their
contents is visible.
</p>
<p>
That can be changed by adding such a line (into your Org document):
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-meta-line">#+HTML_HEAD: &lt;script&gt; var HS_STARTUP_FOLDED = true; &lt;/script&gt;</span>
</pre>
</div>
</div>
</div>
<div id="outline-container-sec-24-1-5" class="outline-4 hsCollapsed">
<h4 id="sec-24-1-5"><span class="todo TODO">TODO</span> Apply GTD methodoloy</h4>
<div class="outline-text-4" id="text-24-1-5">
<p><span class="timestamp-wrapper"><span class="timestamp-kwd">DEADLINE:</span> <span class="timestamp"><2014-12-01 Mon></span></span></p>
<p>
This section will be collapsed when loading the page because the entry has the
value <code>hsCollapsed</code> for the property <code>:HTML_CONTAINER_CLASS:</code>.
</p>
<p>
Powerful, no?
</p>
</div>
</div>
<div id="outline-container-sec-24-1-6" class="outline-4">
<h4 id="sec-24-1-6">Some note&#xa0;&#xa0;&#xa0;<span class="tag"><span class="computer">computer</span>&#xa0;<span class="write">write</span></span></h4>
<div class="outline-text-4" id="text-24-1-6">
<p>
You can add tags to any entry, and hightlight all entries having some specific
tag by clicking on the buttons made accessible to you in the &ldquo;Dashboard&rdquo;.
</p>
</div>
</div>
<div id="outline-container-sec-24-1-7" class="outline-4">
<h4 id="sec-24-1-7">Weekly review&#xa0;&#xa0;&#xa0;<span class="tag"><span class="computer">computer</span></span></h4>
<div class="outline-text-4" id="text-24-1-7">
<p>
Now, you can even make your weekly review in the HTML export&#x2026; Press the <code>r</code> key
to start entering the &ldquo;review mode&rdquo; where all but one active entry are
collapsed, so that you can really focus on one item at a time!
</p>
</div>
</div>
</div>
<div id="outline-container-sec-24-2" class="outline-3">
<h3 id="sec-24-2">Bigblow extension</h3>
<div class="outline-text-3" id="text-24-2">
<p>
The string <code>fixme</code> (in <b>upper case</b>) gets replaced by a &ldquo;Fix Me!&rdquo; image:
</p>
<div class="org-src-container">
<pre class="src src-org"><span class="org-leuven-highlight-todo-items">FIXME</span> Delete this...
</pre>
</div>
<p>
FIXME Delete this&#x2026;
</p>
</div>
</div>
</div>
<div id="outline-container-sec-25" class="outline-2">
<h2 id="sec-25">Graphs with Graphviz</h2>
<div class="outline-text-2" id="text-25">
<p>
To enable the Graphviz extension, we have to add it to the extensions list in
the <code>org-babel-load-languages</code> variable.
</p>
<div class="org-src-container">
<pre class="src src-emacs-lisp">(add-to-list 'org-babel-load-languages '(dot . t))
(org-babel-do-load-languages 'org-babel-load-languages org-babel-load-languages)
</pre>
</div>
<p>
It uses directly the <code>dot</code> command to process DOT language.
</p>
</div>
<div id="outline-container-sec-25-1" class="outline-3">
<h3 id="sec-25-1">Undirected</h3>
<div class="outline-text-3" id="text-25-1">
<div class="org-src-container">
<pre class="src src-org"><span class="org-org-block-begin-line">#+begin_src dot :file images/graph.png :cmdline -Tpng</span>
<span class="org-org-block-background">graph </span><span class="org-function-name"><span class="org-org-block-background">foo</span></span><span class="org-org-block-background"> {
</span><span class="org-string"><span class="org-org-block-background">"bar"</span></span><span class="org-org-block-background"> -- </span><span class="org-string"><span class="org-org-block-background">"baz"</span></span><span class="org-org-block-background">;
}
</span><span class="org-org-block-end-line">#+end_src</span>
</pre>
</div>
<div class="org-src-container">
<pre class="src src-dot">graph <span class="org-function-name">foo</span> {
<span class="org-string">"bar"</span> -- <span class="org-string">"baz"</span>;
}
</pre>
</div>
<div class="figure">
<p><img src="images/graph.png" alt="graph.png" />
</p>
</div>
</div>
</div>
<div id="outline-container-sec-25-2" class="outline-3">
<h3 id="sec-25-2">Directed</h3>
<div class="outline-text-3" id="text-25-2">
<div class="org-src-container">
<pre class="src src-dot">digraph <span class="org-function-name">foo</span> {
<span class="org-string">"bar"</span> -&gt; <span class="org-string">"baz"</span>;
}
</pre>
</div>
<div class="figure">
<p><img src="images/digraph.png" alt="digraph.png" />
</p>
</div>
</div>
</div>
</div>
<div id="outline-container-sec-26" class="outline-2">
<h2 id="sec-26">Graphs with R</h2>
<div class="outline-text-2" id="text-26">
<p>
The output from the <b>execution</b> of programs, scripts or commands can be inserted
in the document itself, allowing you to work in the <i>reproducible research</i>
mindset.
</p>
<p>
To enable the Graphviz extension, we have to add it to the extensions list in
the <code>org-babel-load-languages</code> variable.
</p>
<div class="org-src-container">
<pre class="src src-emacs-lisp">(add-to-list 'org-babel-load-languages '(R . t)) <span class="org-comment-delimiter">; </span><span class="org-comment">Requires R and ess-mode.</span>
(org-babel-do-load-languages 'org-babel-load-languages org-babel-load-languages)
</pre>
</div>
<p>
It uses directly the <code>R</code> command to process R language.
</p>
</div>
<div id="outline-container-sec-26-1" class="outline-3">
<h3 id="sec-26-1">Example</h3>
<div class="outline-text-3" id="text-26-1">
<p>
Data to be charted:
</p>
<table id="data" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="right" />
<col class="right" />
</colgroup>
<thead>
<tr>
<th scope="col" class="right">Month</th>
<th scope="col" class="right">Degrees</th>
</tr>
</thead>
<tbody>
<tr>
<td class="right">01</td>
<td class="right">3.8</td>
</tr>
<tr>
<td class="right">02</td>
<td class="right">4.1</td>
</tr>
<tr>
<td class="right">03</td>
<td class="right">6.3</td>
</tr>
<tr>
<td class="right">04</td>
<td class="right">9.0</td>
</tr>
<tr>
<td class="right">05</td>
<td class="right">11.9</td>
</tr>
<tr>
<td class="right">06</td>
<td class="right">15.1</td>
</tr>
<tr>
<td class="right">07</td>
<td class="right">17.1</td>
</tr>
<tr>
<td class="right">08</td>
<td class="right">17.4</td>
</tr>
<tr>
<td class="right">09</td>
<td class="right">15.7</td>
</tr>
<tr>
<td class="right">10</td>
<td class="right">11.8</td>
</tr>
<tr>
<td class="right">11</td>
<td class="right">7.7</td>
</tr>
<tr>
<td class="right">12</td>
<td class="right">4.8</td>
</tr>
</tbody>
</table>
<p>
Code:
</p>
<div class="org-src-container">
<pre class="src src-R" id="R-plot"><span class="org-ess-function-call">plot</span><span class="org-builtin">(</span>data, type<span class="org-constant">=</span><span class="org-string">"b"</span>, bty<span class="org-constant">=</span><span class="org-string">"l"</span>, col<span class="org-constant">=</span><span class="org-ess-function-call">c</span><span class="org-builtin">(</span><span class="org-string">"#ABD249"</span><span class="org-builtin">)</span>, las<span class="org-constant">=</span><span class="org-ess-numbers">1</span>, lwd<span class="org-constant">=</span><span class="org-ess-numbers">4</span><span class="org-builtin">)</span>
<span class="org-ess-function-call">grid</span><span class="org-builtin">(</span>nx<span class="org-constant">=</span><span class="org-type">NULL</span>, ny<span class="org-constant">=</span><span class="org-type">NULL</span>, col<span class="org-constant">=</span><span class="org-ess-function-call">c</span><span class="org-builtin">(</span><span class="org-string">"#E8E8E8"</span><span class="org-builtin">)</span>, lwd<span class="org-constant">=</span><span class="org-ess-numbers">1</span><span class="org-builtin">)</span>
<span class="org-ess-function-call">legend</span><span class="org-builtin">(</span><span class="org-string">"bottom"</span>, legend<span class="org-constant">=</span><span class="org-ess-function-call">c</span><span class="org-builtin">(</span><span class="org-string">"Degrees"</span><span class="org-builtin">)</span>, col<span class="org-constant">=</span><span class="org-ess-function-call">c</span><span class="org-builtin">(</span><span class="org-string">"#ABD249"</span><span class="org-builtin">)</span>, pch<span class="org-constant">=</span><span class="org-ess-function-call">c</span><span class="org-builtin">(</span><span class="org-ess-numbers">19</span><span class="org-builtin">))</span>
</pre>
</div>
<p>
The resulting chart:
</p>
<div class="figure">
<p><img src="images/Rplot.png" alt="Rplot.png" />
</p>
</div>
</div>
</div>
</div>
<div id="outline-container-sec-27" class="outline-2">
<h2 id="sec-27">Citations</h2>
<div class="outline-text-2" id="text-27">
<p>
Cross-referenced to bibliography.
</p>
</div>
</div>
<div id="outline-container-sec-28" class="outline-2">
<h2 id="sec-28">Appendix</h2>
<div class="outline-text-2" id="text-28">
<p>
Special sections.
</p>
</div>
<div id="outline-container-sec-28-1" class="outline-3">
<h3 id="sec-28-1">Index</h3>
<div class="outline-text-3" id="text-28-1">
<p>
Index (or list of acronyms).
</p>
<ul class="org-ul">
<li>Write index entries
</li>
</ul>
<p>
Note that multi-entry terms generate separate index entries.
</p>
<ul class="org-ul">
<li>Place the index at the desired location
</li>
<li>Produce the index by updating <code>org-latex-pdf-process</code>
</li>
</ul>
</div>
</div>
<div id="outline-container-sec-28-2" class="outline-3">
<h3 id="sec-28-2">Bibliography</h3>
<div class="outline-text-3" id="text-28-2">
<p>
The bibliography&#x2026;
</p>
<ul class="org-ul">
<li>Eric Steven Raymond. The Art of Unix Programming. Addison-Wesley. ISBN
0-13-142901-9.
</li>
</ul>
</div>
</div>
<div id="outline-container-sec-28-3" class="outline-3">
<h3 id="sec-28-3">Glossary</h3>
<div class="outline-text-3" id="text-28-3">
<p>
Glossaries are optional. Glossaries entries are an example of <a href="#sec-8-4">definition lists</a>.
</p>
<dl class="org-dl">
<dt> A glossary term </dt><dd> The corresponding (indented) definition.
</dd>
<dt> A second glossary term </dt><dd> The corresponding (indented) definition.
</dd>
</dl>
</div>
</div>
</div>
<div id="outline-container-sec-29" class="outline-2">
<h2 id="sec-29">Contributing</h2>
<div class="outline-text-2" id="text-29">
</div><div id="outline-container-sec-29-1" class="outline-3">
<h3 id="sec-29-1">Issues</h3>
<div class="outline-text-3" id="text-29-1">
<p>
Report issues and suggest features and improvements on the <a href="https://github.com/fniessen/refcard-org-mode/issues/new">GitHub issue tracker</a>.
</p>
</div>
</div>
<div id="outline-container-sec-29-2" class="outline-3">
<h3 id="sec-29-2">Patches</h3>
<div class="outline-text-3" id="text-29-2">
<p>
I love contributions! Patches under any form are always welcome!
</p>
</div>
</div>
<div id="outline-container-sec-29-3" class="outline-3">
<h3 id="sec-29-3">Donations</h3>
<div class="outline-text-3" id="text-29-3">
<p>
If you like the refcard-org-mode project, you can show your appreciation and
help support future development by making a <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=VCVAS6KPDQ4JC&lc=BE&item_number=refcard-org-mode&currency_code=EUR&bn=PP-DonationsBF:btn_donate_LG.gif:NonHosted">donation</a> through PayPal.
</p>
<p>
Regardless of the donations, refcard-org-mode will always be free both as in
beer and as in speech.
</p>
</div>
</div>
</div>
<div id="outline-container-sec-30" class="outline-2">
<h2 id="sec-30">License</h2>
<div class="outline-text-2" id="text-30">
<p>
Copyright (C) 2014-2017 Fabrice Niessen.
</p>
<p>
Author: Fabrice Niessen <br />
Keywords: org-mode refcard
</p>
<p>
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.
</p>
<p>
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
</p>
<p>
You should have received a copy of the GNU General Public License along with
this program. If not, see <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>.
</p>
<a href="http://opensource.org/licenses/GPL-3.0">
<img src="http://img.shields.io/:license-gpl-blue.svg" alt=":license-gpl-blue.svg" />
</a>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=VCVAS6KPDQ4JC&lc=BE&item_number=refcard%2dorg%2dmode&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted">
<img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" alt="btn_donate_LG.gif" />
</a>
</div>
</div>
<div id="footnotes">
<h2 class="footnotes">Footnotes: </h2>
<div id="text-footnotes">
<div class="footdef"><sup><a id="fn.1" name="fn.1" class="footnum" href="#fnr.1">1</a></sup> <p class="footpara">
Extensively used in large documents.
</p></div>
<div class="footdef"><sup><a id="fn.2" name="fn.2" class="footnum" href="#fnr.2">2</a></sup> <p class="footpara">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit
esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat
non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p></div>
</div>
</div></div>
<div id="postamble" class="status">
<p class="author">Author: Fabrice Niessen</p>
<p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 25.1.1 (<a href="http://orgmode.org">Org</a> mode 8.2.10)</p>
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
</div>
</body>
</html>