2017-02-20 20:52:00 +01:00
|
|
|
$if(title)$
|
2020-11-17 19:06:30 +01:00
|
|
|
#+title: $title$
|
2017-02-20 20:52:00 +01:00
|
|
|
|
|
|
|
$endif$
|
|
|
|
$if(author)$
|
2020-11-17 19:06:30 +01:00
|
|
|
#+author: $for(author)$$author$$sep$; $endfor$
|
2017-02-20 20:52:00 +01:00
|
|
|
$endif$
|
|
|
|
$if(date)$
|
2020-11-17 19:06:30 +01:00
|
|
|
#+date: $date$
|
2017-02-20 20:52:00 +01:00
|
|
|
|
|
|
|
$endif$
|
|
|
|
$for(header-includes)$
|
|
|
|
$header-includes$
|
|
|
|
|
|
|
|
$endfor$
|
|
|
|
$for(include-before)$
|
|
|
|
$include-before$
|
|
|
|
|
|
|
|
$endfor$
|
|
|
|
$body$
|
|
|
|
$for(include-after)$
|
|
|
|
|
|
|
|
$include-after$
|
|
|
|
$endfor$
|