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