mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-26 07:33:39 +00:00
Fix use of minted with beamer export
* lisp/org-beamer.el: Mark frame as fragile when it is using minted for src block export.
This commit is contained in:
parent
7a108e1fc6
commit
ef4c6c8785
@ -399,7 +399,7 @@ the value will be inserted right after the documentclass statement."
|
||||
(insert org-beamer-header-extra)
|
||||
(or (bolp) (insert "\n"))))))
|
||||
|
||||
(defcustom org-beamer-fragile-re "^[ \t]*\\\\begin{\\(verbatim\\|lstlisting\\)}"
|
||||
(defcustom org-beamer-fragile-re "^[ \t]*\\\\begin{\\(verbatim\\|lstlisting\\|minted\\)}"
|
||||
"If this regexp matches in a frame, the frame is marked as fragile."
|
||||
:group 'org-beamer
|
||||
:type 'regexp)
|
||||
|
Loading…
Reference in New Issue
Block a user