]> code.delx.au - gnu-emacs/blobdiff - lisp/org/org-special-blocks.el
Fix trailing whitespaces in Org files.
[gnu-emacs] / lisp / org / org-special-blocks.el
index fca5dd6b3da2d48ba2d253dcdc7b2b96c1743ad0..fc882a333967d445eccb636c8b9e6d6cff11c42d 100644 (file)
@@ -51,7 +51,7 @@ interpreted by other mechanisms.")
 (defun org-special-blocks-make-special-cookies ()
   "Adds special cookies when #+begin_foo and #+end_foo tokens are
 seen.  This is run after a few special cases are taken care of."
-  (when (or (eq org-export-current-backend 'html) 
+  (when (or (eq org-export-current-backend 'html)
            (eq org-export-current-backend 'latex))
     (goto-char (point-min))
     (while (re-search-forward "^[ \t]*#\\+\\(begin\\|end\\)_\\(.*\\)$" nil t)