Merge branch 'bugfix'
This commit is contained in:
commit
697aa627ac
|
@ -2131,13 +2131,13 @@ information."
|
||||||
(let ((environment (or (org-export-read-attribute
|
(let ((environment (or (org-export-read-attribute
|
||||||
:attr_latex example-block :environment)
|
:attr_latex example-block :environment)
|
||||||
"verbatim")))
|
"verbatim")))
|
||||||
(org-latex--wrap-label
|
(format "\\begin{%s}%s\n%s\\end{%s}"
|
||||||
example-block
|
|
||||||
(format "\\begin{%s}\n%s\\end{%s}"
|
|
||||||
environment
|
environment
|
||||||
|
(if (org-element-property :name example-block)
|
||||||
|
(org-latex--label example-block info nil 'full)
|
||||||
|
"")
|
||||||
(org-export-format-code-default example-block info)
|
(org-export-format-code-default example-block info)
|
||||||
environment)
|
environment))))
|
||||||
info))))
|
|
||||||
|
|
||||||
|
|
||||||
;;;; Export Block
|
;;;; Export Block
|
||||||
|
|
Loading…
Reference in New Issue