summaryrefslogtreecommitdiff
path: root/repo/www/helpers.py
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-10-06 10:30:42 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-10-06 10:30:42 +0200
commit348ac65f367ec3b0ce4a517a281810e5c82bd135 (patch)
treeb4081bd92498c369938cfee2727eb0b8e1846a87 /repo/www/helpers.py
parent3e230d40ab1255aec292df17d7b127b681a55710 (diff)
downloadmemory-leaks-348ac65f367ec3b0ce4a517a281810e5c82bd135.tar.xz
Bang on Org export some more
Diffstat (limited to 'repo/www/helpers.py')
-rw-r--r--repo/www/helpers.py2
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',