Browse Source

Fix parenthesis bug.

Carsten Dominik 16 years ago
parent
commit
5f432e324c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      lisp/org-publish.el

+ 3 - 3
lisp/org-publish.el

@@ -507,9 +507,9 @@ PUB-DIR is the publishing directory."
 	  (erase-buffer)
 	  (insert init-buf-string)
 	  (save-buffer)
-	  (goto-char init-point))))
-    (unless visiting
-      (kill-buffer init-buf))))
+	  (goto-char init-point))
+	(unless visiting
+	  (kill-buffer init-buf))))))
 
 (defun org-publish-org-to-latex (plist filename pub-dir)
   "Publish an org file to LaTeX.