From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: PATCH -- allow user to set minted style Date: Fri, 04 Apr 2014 20:46:31 +0200 Message-ID: <87d2gx7x14.fsf@gmail.com> References: <130448E3-E9CF-4414-9447-8FEDE6C53224@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WW981-0000Ln-Vy for emacs-orgmode@gnu.org; Fri, 04 Apr 2014 14:46:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WW97s-0002yu-Ow for emacs-orgmode@gnu.org; Fri, 04 Apr 2014 14:46:13 -0400 Received: from mail-wg0-x22c.google.com ([2a00:1450:400c:c00::22c]:43720) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WW97s-0002yo-Hv for emacs-orgmode@gnu.org; Fri, 04 Apr 2014 14:46:04 -0400 Received: by mail-wg0-f44.google.com with SMTP id m15so3861664wgh.3 for ; Fri, 04 Apr 2014 11:46:03 -0700 (PDT) In-Reply-To: <130448E3-E9CF-4414-9447-8FEDE6C53224@gmail.com> (Michael Weylandt's message of "Fri, 4 Apr 2014 11:11:55 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Michael Weylandt Cc: emacs-orgmode@gnu.org Hello, Michael Weylandt writes: > Here's a small patch which allows the user to set the Minted > highlighting style for latex export. Thank you for the patch. > This requires a different mechanism than org-latex-minted-options > since it's a global/preamble option. Since it's a global/preamble option, you can include it in your header, buffer wise, or with `org-latex-classes', or with `org-latex-packages-alist'... I don't think this variable is needed in this case. Regards, -- Nicolas Goaziou