On 2016-01-14 11:47, Nicolas Goaziou writes: >> Here is a small addition to the custom source environments for >> ox-latex. > > Thank you. Some comments follow. > >> + (?o . >> + ,(let ((local-options (plist-get attributes :options))) >> + (if local-options local-options "")))))))) > > Shorter: > > (?o . ,(or (plist-get attributes :options) "")) > > I think this should also be documented in > `org-latex-custom-lang-environments' docstring. > > Could you send an updated patch? Thanks a lot for these comments. Here is an updated patch. Best, Alan