From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Help understanding what's imported from a #+SETUPFILE file Date: Fri, 12 Feb 2016 23:47:14 +0100 Message-ID: <87k2m94kct.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUMSf-0007U3-M5 for emacs-orgmode@gnu.org; Fri, 12 Feb 2016 17:45:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aUMSe-0001Oe-Uu for emacs-orgmode@gnu.org; Fri, 12 Feb 2016 17:45:13 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:53665) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUMSe-0001O0-HO for emacs-orgmode@gnu.org; Fri, 12 Feb 2016 17:45:12 -0500 In-Reply-To: (Kaushal Modi's message of "Fri, 12 Feb 2016 15:11:23 -0500") 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: Kaushal Modi Cc: emacs-org list Hello, Kaushal Modi writes: > Actually, I just realized that changing those 2 lines to: > > #+LaTeX_HEADER: \BeforeBeginEnvironment{minted}{\begin{mdframed}} > #+LaTeX_HEADER: \AfterEndEnvironment{minted}{\end{mdframed}} > > in the SETUPFILE works too. I don't recall the reason why I did not have > them as LaTeX_HEADER earlier. > > But the question still remains.. is SETUPFILE designed to not export lines > beginning with #+LaTeX? Or a general question would be.. what stuff doesn't > SETUPFILE export? SETUPFILE exports keywords defined in `org-export-options-alist' and in back-end specific options (i.e. :options-alist). For example, in latex back-end the latter category is LATEX_CLASS, LATEX_CLASS_OPTIONS, LATEX_HEADER, LATEX_HEADER_EXTRA, DESCRIPTION, KEYWORDS, SUBTITLE, LATEX_COMPILER, DATE Regards, -- Nicolas Goaziou