dox/html/org-mode.html

98 lines
3.0 KiB
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>org-example</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="css/style.css"/>
</head>
<body>
<header id="title-block-header">
<h1 class="title">org-example</h1>
</header>
<nav id="TOC">
<ul>
<li><a href="#hierarchies-of-bullets">Hierarchies of bullets</a><ul>
<li><a href="#they-collapse-and-expand">they collapse and expand!</a></li>
</ul></li>
<li><a href="#todo-items">Todo items</a><ul>
<li><a href="#show-plast-an-example-or-org-mode"><span class="todo TODO">TODO</span> show plast an example or org mode</a></li>
<li><a href="#make-a-video-of-the-functionality"><span class="todo TODO">TODO</span> make a video of the functionality</a></li>
<li><a href="#paste-plaintext-to-a-pad"><span class="done DONE">DONE</span> paste plaintext to a pad!</a></li>
</ul></li>
<li><a href="#checkboxes">Checkboxes</a></li>
<li><a href="#can-make-timeclock-tables-and-also-plain-tables">Can make timeclock tables and also plain tables</a></li>
<li><a href="#can-export-to-html-md-latex-and-more">Can export to HTML, md, LaTeX, and more</a></li>
</ul>
</nav>
<h1 id="hierarchies-of-bullets">Hierarchies of bullets</h1>
<h2 id="they-collapse-and-expand">they collapse and expand!</h2>
<ul>
<li>simple markdown</li>
<li>lists are great!</li>
</ul>
<h1 id="todo-items">Todo items</h1>
<h2 id="show-plast-an-example-or-org-mode"><span class="todo TODO">TODO</span> show plast an example or org mode</h2>
<h2 id="make-a-video-of-the-functionality"><span class="todo TODO">TODO</span> make a video of the functionality</h2>
<h2 id="paste-plaintext-to-a-pad"><span class="done DONE">DONE</span> paste plaintext to a pad!</h2>
<h1 id="checkboxes">Checkboxes</h1>
<ul>
<li>[ ] It's seriously rad</li>
<li>[X] And you can check these off!</li>
</ul>
<h1 id="can-make-timeclock-tables-and-also-plain-tables">Can make timeclock tables and also plain tables</h1>
<table>
<thead>
<tr class="header">
<th>c1</th>
<th>c2</th>
<th>c3</th>
<th>c4</th>
<th>c5</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>r1</td>
<td>plaintext tables!</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr class="even">
<td>r2</td>
<td>org mode auto-spaces</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr class="odd">
<td>r3</td>
<td>it's just text!</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr class="even">
<td>r4</td>
<td>so cool man</td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<h1 id="can-export-to-html-md-latex-and-more">Can export to HTML, md, LaTeX, and more</h1>
</body>
</html>