diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-10-06 10:30:42 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-10-06 10:30:42 +0200 |
| commit | 348ac65f367ec3b0ce4a517a281810e5c82bd135 (patch) | |
| tree | b4081bd92498c369938cfee2727eb0b8e1846a87 /repo/www/helpers.py | |
| parent | 3e230d40ab1255aec292df17d7b127b681a55710 (diff) | |
| download | memory-leaks-348ac65f367ec3b0ce4a517a281810e5c82bd135.tar.xz | |
Bang on Org export some more
Diffstat (limited to 'repo/www/helpers.py')
| -rw-r--r-- | repo/www/helpers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/www/helpers.py b/repo/www/helpers.py index 34f274f..12d9a41 100644 --- a/repo/www/helpers.py +++ b/repo/www/helpers.py @@ -74,7 +74,7 @@ class _OrgPreprocessor: self._source_path = source_path def __enter__(self): - self._output = NamedTemporaryFile(mode='w+', suffix='.md') + self._output = NamedTemporaryFile(mode='w+', suffix='.org') try: run(( 'emacs', '-Q', '--batch', '--load', 'preprocess-org.el', |
