diff options
| author | Albert Krewinkel <[email protected]> | 2022-08-17 15:45:32 +0200 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2022-08-17 16:40:54 +0200 |
| commit | 90d8205e174c8b734423e81ada5a5f0b59755f6d (patch) | |
| tree | 808f308d7e5b32ebbc04f2495501f30524e71698 /data | |
| parent | 81e31ee637935ce7ba076bdd5a648c2489698d2d (diff) | |
Org template: add abstract from metadata as block of type "abstract"
See #8204.
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/default.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/templates/default.org b/data/templates/default.org index a7daef7df..ee073c6e5 100644 --- a/data/templates/default.org +++ b/data/templates/default.org @@ -13,6 +13,11 @@ $for(header-includes)$ $header-includes$ $endfor$ +$if(abstract)$ +#+begin_abstract +$abstract$ +#+end_abstract +$endif$ $for(include-before)$ $include-before$ |
