diff options
Diffstat (limited to 'lisp/org/org-html.el')
-rw-r--r-- | lisp/org/org-html.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-html.el b/lisp/org/org-html.el index a92fa998adb..5b0e7cb5bfb 100644 --- a/lisp/org/org-html.el +++ b/lisp/org/org-html.el @@ -544,7 +544,7 @@ PUB-DIR is set, use this as the publishing directory." (org-set-local 'buffer-file-name (with-current-buffer (buffer-base-buffer) buffer-file-name)) - (error "Need a file name to be able to export."))) + (error "Need a file name to be able to export"))) (message "Exporting...") (setq-default org-todo-line-regexp org-todo-line-regexp) |