2010-12-04 19:19:53 +01:00
|
|
|
$if(title)$
|
|
|
|
$title$
|
|
|
|
|
|
|
|
$endif$
|
2010-12-13 05:09:14 +01:00
|
|
|
$if(author)$
|
2010-12-04 19:19:53 +01:00
|
|
|
#+AUTHOR: $for(author)$$author$$sep$; $endfor$
|
2010-12-13 05:09:14 +01:00
|
|
|
$endif$
|
2010-12-04 19:19:53 +01:00
|
|
|
$if(date)$
|
|
|
|
#+DATE: $date$
|
|
|
|
|
|
|
|
$endif$
|
|
|
|
$for(header-includes)$
|
|
|
|
$header-includes$
|
|
|
|
|
|
|
|
$endfor$
|
|
|
|
$for(include-before)$
|
|
|
|
$include-before$
|
|
|
|
|
|
|
|
$endfor$
|
|
|
|
$body$
|
|
|
|
$for(include-after)$
|
|
|
|
|
|
|
|
$include-after$
|
|
|
|
$endfor$
|