4d48abcb12
+ Added tables.org and writer.org to tests. + Added org.template to templates. + Changed RunTests.hs as required. + Minor changes to Org writer.
22 lines
265 B
Text
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$
|