emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [PATCH] make options available for custom source environment in


From: Nicolas Goaziou
Subject: Re: [O] [PATCH] make options available for custom source environment in ox-latex
Date: Thu, 14 Jan 2016 11:47:10 +0100

Hello,

Alan Schmitt <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]