pandoc/templates/org.template
Puneeth Chaganti 4d48abcb12 Added tests.
+ Added tables.org and writer.org to tests.
    + Added org.template to templates.
    + Changed RunTests.hs as required.
    + Minor changes to Org writer.
2010-12-04 23:49:53 +05:30

22 lines
265 B
Text

$if(title)$
$title$
$endif$
#+AUTHOR: $for(author)$$author$$sep$; $endfor$
$if(date)$
#+DATE: $date$
$endif$
$for(header-includes)$
$header-includes$
$endfor$
$for(include-before)$
$include-before$
$endfor$
$body$
$for(include-after)$
$include-after$
$endfor$