Browse Source

Removed buggy reference to org-quote-chars.

Bastien Guerry 17 years ago
parent
commit
a8a499ed2d
2 changed files with 6 additions and 3 deletions
  1. 4 0
      lisp/ChangeLog
  2. 2 3
      lisp/org-export-latex.el

+ 4 - 0
lisp/ChangeLog

@@ -1,3 +1,7 @@
+2008-09-22  Bastien Guerry  <bzg@altern.org>
+
+	* org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
+
 2008-09-22  James TA Smith  <ahktenzero@mohorovi.cc>
 
 	* org-plot.el (org-plot/gnuplot): Make tables starting with a

+ 2 - 3
lisp/org-export-latex.el

@@ -778,9 +778,8 @@ links, keywords, lists, tables, fixed-width"
 	 (org-export-latex-protect-string
 	  (format "\\texttt{%s}"
                   (save-match-data
-                    (org-quote-chars
-                     (replace-regexp-in-string
-                      "_" "\\\\_" (match-string 0))))))
+                    (replace-regexp-in-string
+                     "_" "\\\\_" (match-string 0)))))
          t t)))))
 
 (defun org-export-latex-fontify-headline (string)