Hello,

Alan Schmitt <alan.schm...@polytechnique.org> 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?


Regards,

-- 
Nicolas Goaziou

Reply via email to