From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Re: Help understanding what's imported from a #+SETUPFILE file Date: Fri, 12 Feb 2016 15:11:23 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11420012cc0d12052b984784 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUK4T-0007w0-6Z for emacs-orgmode@gnu.org; Fri, 12 Feb 2016 15:12:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aUK4S-00054w-5b for emacs-orgmode@gnu.org; Fri, 12 Feb 2016 15:12:05 -0500 Received: from mail-wm0-x230.google.com ([2a00:1450:400c:c09::230]:33326) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUK4R-00054Y-R6 for emacs-orgmode@gnu.org; Fri, 12 Feb 2016 15:12:04 -0500 Received: by mail-wm0-x230.google.com with SMTP id g62so76813068wme.0 for ; Fri, 12 Feb 2016 12:12:03 -0800 (PST) In-Reply-To: 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: emacs-org list --001a11420012cc0d12052b984784 Content-Type: text/plain; charset=UTF-8 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? --001a11420012cc0d12052b984784 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Actually, I just realized that = changing those 2 lines to:

#+LaTeX_HEADER: \Befor= eBeginEnvironment{minted}{\begin{mdframed}}
#+LaTeX_HEADER: \AfterEndEnvironment{minted}{\end{mdframed}}

= in the SETUPFILE works too. I don't recall the reason why I did not hav= e them as LaTeX_HEADER earlier.

But the question still remains.. is SET= UPFILE designed to not export lines beginning with #+LaTeX? Or a general qu= estion would be.. what stuff doesn't SETUPFILE export?
--001a11420012cc0d12052b984784--