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