|
@@ -1344,7 +1344,7 @@ LEVEL indicates the default depth for export."
|
|
(save-restriction
|
|
(save-restriction
|
|
(widen)
|
|
(widen)
|
|
(goto-char (point-min))
|
|
(goto-char (point-min))
|
|
- (and (re-search-forward "^#\\+LaTeX_CLASS:[ \t]*\\(-[a-zA-Z]+\\)" nil t)
|
|
|
|
|
|
+ (and (re-search-forward "^#\\+LaTeX_CLASS:[ \t]*\\([-a-zA-Z]+\\)" nil t)
|
|
(match-string 1))))
|
|
(match-string 1))))
|
|
(plist-get org-export-latex-options-plist :latex-class)
|
|
(plist-get org-export-latex-options-plist :latex-class)
|
|
org-export-latex-default-class)
|
|
org-export-latex-default-class)
|