/
githubmirror
/
pandoc
Обзор
Документация
Войти
/
githubmirror
/
pandoc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
data/templates/default.org
35 строк
453 B
Albert Krewinkel
Org template: add `#+options` lines if necessary
06 авг 2025, 22:54
06 авг 2025, 22:54
7639e80
Код
Авторство
О чём код?
$if(title)$ #+title: $title$ $endif$ $if(author)$ #+author: $for(author)$$author$$sep$; $endfor$ $endif$ $if(date)$ #+date: $date$ $endif$ $if(options/pairs)$ $for(options/pairs)$ #+options: ${it.key}:${it.value} $endfor$ $endif$ $for(header-includes)$ $header-includes$ $endfor$ $if(abstract)$ #+begin_abstract $abstract$ #+end_abstract $endif$ $for(include-before)$ $include-before$ $endfor$ $body$ $for(include-after)$ $include-after$ $endfor$