Re: [O] [PATCH] ox-latex: Don't quote const in defcustom.

2013-10-29 Thread Nicolas Goaziou
Rüdiger Sonderfeld writes: > On Tuesday 29 October 2013 20:34:04 Nicolas Goaziou wrote: >> Have you signed FSF papers? > > Yes. OK. I applied your patch and updated information on Worg. Thank you again. Regards, -- Nicolas Goaziou

Re: [O] [PATCH] ox-latex: Don't quote const in defcustom.

2013-10-29 Thread Rüdiger Sonderfeld
On Tuesday 29 October 2013 20:34:04 Nicolas Goaziou wrote: > Have you signed FSF papers? Yes. Regards, Rüdiger

Re: [O] [PATCH] ox-latex: Don't quote const in defcustom.

2013-10-29 Thread Nicolas Goaziou
Hello, Rüdiger Sonderfeld writes: > Quoting it would set `org-export-latex' not to `minted' but `(quote > minted)' and thus breaking the export. > > * lisp/ox-latex.el (org-latex-listings): Don't quote const value. > > Signed-off-by: Rüdiger Sonderfeld > --- > lisp/ox-latex.el | 2 +- > 1 file

[O] [PATCH] ox-latex: Don't quote const in defcustom.

2013-10-29 Thread Rüdiger Sonderfeld
Quoting it would set `org-export-latex' not to `minted' but `(quote minted)' and thus breaking the export. * lisp/ox-latex.el (org-latex-listings): Don't quote const value. Signed-off-by: Rüdiger Sonderfeld --- lisp/ox-latex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a