Skip to content

Commit 785e1f5

Browse files
committed
Removed stray paren
1 parent 3032721 commit 785e1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org-preview-html.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Obselete as of version 0.3, instead use `org-preview-html-subtree-only'."
198198
"Open a browser to preview the exported HTML file."
199199
;; Store the exported HTML filename
200200
(setq-local org-preview-html--html-file (concat (file-name-sans-extension buffer-file-name) ".html"))
201-
(org-preview-html--org-export-html)) ;; Export the org file to HTML
201+
(org-preview-html--org-export-html) ;; Export the org file to HTML
202202
;; Procedure to open the side-by-side preview
203203
(split-window-right)
204204
(other-window 1)

0 commit comments

Comments
 (0)