Demote CSV section

This commit is contained in:
Fabrice Niessen 2015-03-05 23:10:26 +01:00
parent 22223d98c2
commit de0b4a308f
2 changed files with 6 additions and 6 deletions

View File

@ -94,9 +94,9 @@
<li><a href="#unnumbered-33">Table placement</a></li>
<li><a href="#unnumbered-34">Align tables on the page</a></li>
<li><a href="#unnumbered-38">Table size</a></li>
<li><a href="#unnumbered-39">CSV</a></li>
</ul>
</li>
<li><a href="#unnumbered-39">CSV</a></li>
<li><a href="#links">Links</a>
<ul>
<li><a href="#unnumbered-41">External links</a></li>
@ -1181,16 +1181,16 @@ to the right.
</table>
</div>
</div>
</div>
<div id="outline-container-unnumbered-39" class="outline-2">
<h2 id="unnumbered-39">CSV</h2>
<div class="outline-text-2" id="text-unnumbered-39">
<div id="outline-container-unnumbered-39" class="outline-3">
<h3 id="unnumbered-39">CSV</h3>
<div class="outline-text-3" id="text-unnumbered-39">
<p>
You can fill table from CSV file using R commands.
</p>
</div>
</div>
</div>
<div id="outline-container-links" class="outline-2">
<h2 id="links"><a id="unnumbered-40"></a>Links</h2>

View File

@ -411,7 +411,7 @@ to the right.
| Cell in column 1, row 2 | Cell in column 2, row 2 |
#+end_src
* CSV
** CSV
You can fill table from CSV file using R commands.