|
@@ -877,8 +877,9 @@ See the `org-export-latex.el' code for a complete conversion table."
|
|
(goto-char (point-min))
|
|
(goto-char (point-min))
|
|
(while (re-search-forward c nil t)
|
|
(while (re-search-forward c nil t)
|
|
;; Put the point where to check for org-protected
|
|
;; Put the point where to check for org-protected
|
|
- (unless (or (get-text-property (match-beginning 2) 'org-protected)
|
|
|
|
- (org-at-table-p))
|
|
|
|
|
|
+; (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) '("\\$" "$"))
|
|
(cond ((member (match-string 2) '("\\$" "$"))
|
|
(if (equal (match-string 2) "\\$")
|
|
(if (equal (match-string 2) "\\$")
|
|
(replace-match (concat (match-string 1) "$"
|
|
(replace-match (concat (match-string 1) "$"
|