Prechádzať zdrojové kódy

org-export: Fix code typo

* contrib/lisp/org-export.el (org-export-unravel-code): Fix code typo.
Nicolas Goaziou 12 rokov pred
rodič
commit
db6602ef24
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      contrib/lisp/org-export.el

+ 1 - 1
contrib/lisp/org-export.el

@@ -3814,7 +3814,7 @@ line (string)."
 	 (code (let ((c (replace-regexp-in-string
 			 "\\`\\([ \t]*\n\\)+" ""
 			 (replace-regexp-in-string
-			  "\\(:?[ \t]*\n\\)*[ \t]*\\'" "\n"
+			  "\\([ \t]*\n\\)*[ \t]*\\'" "\n"
 			  (org-element-property :value element)))))
 		 ;; If appropriate, remove global indentation.
 		 (if (or org-src-preserve-indentation