summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2009-01-20 10:10:15 +0100
committerCarsten Dominik <carsten.dominik@gmail.com>2009-01-20 10:10:15 +0100
commit70099303bfcecca53ba488895cbc3b7a5a9d777d (patch)
tree312dc48edc1022734466f607dff21fcc783b576e
parent0e46dc3f9c6170826103e25306a7ad5993dd4815 (diff)
Fixing minor issues.
-rw-r--r--lisp/org-export-latex.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/org-export-latex.el b/lisp/org-export-latex.el
index f4902b586..926bafd49 100644
--- a/lisp/org-export-latex.el
+++ b/lisp/org-export-latex.el
@@ -880,7 +880,6 @@ links, keywords, lists, tables, fixed-width"
(org-export-latex-special-chars
(plist-get org-export-latex-options-plist :sub-superscript))
(org-export-latex-links)
-; (org-trim (buffer-substring-no-properties (point-min) (point-max)))))
(org-trim (buffer-string))))
(defun org-export-latex-quotation-marks ()
@@ -909,8 +908,6 @@ See the `org-export-latex.el' code for a complete conversion table."
(goto-char (point-min))
(while (re-search-forward c nil t)
;; Put the point where to check for org-protected
-; (unless (or (get-text-property (match-beginning 2) 'org-protected);
-; (org-at-table-p))
(unless (get-text-property (match-beginning 2) 'org-protected)
(cond ((member (match-string 2) '("\\$" "$"))
(if (equal (match-string 2) "\\$")