summaryrefslogtreecommitdiff
path: root/repo/www/helpers.py
diff options
context:
space:
mode:
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',