|
@@ -399,7 +399,7 @@ the value will be inserted right after the documentclass statement."
|
|
(insert org-beamer-header-extra)
|
|
(insert org-beamer-header-extra)
|
|
(or (bolp) (insert "\n"))))))
|
|
(or (bolp) (insert "\n"))))))
|
|
|
|
|
|
-(defcustom org-beamer-fragile-re "^[ \t]*\\\\begin{\\(verbatim\\|lstlisting\\|minted\\)}"
|
|
|
|
|
|
+(defcustom org-beamer-fragile-re "\\\\\\(verb\\|lstinline\\)\\|^[ \t]*\\\\begin{\\(verbatim\\|lstlisting\\|minted\\)}"
|
|
"If this regexp matches in a frame, the frame is marked as fragile."
|
|
"If this regexp matches in a frame, the frame is marked as fragile."
|
|
:group 'org-beamer
|
|
:group 'org-beamer
|
|
:type 'regexp)
|
|
:type 'regexp)
|