From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [new exporter][latex] does org-preview-latex-fragment use #+latex_header ? Date: Tue, 26 Feb 2013 00:07:41 +0100 Message-ID: <878v6cdmbm.fsf@gmail.com> References: <87mwutd4ui.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42742) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UA79J-0000aP-O6 for Emacs-orgmode@gnu.org; Mon, 25 Feb 2013 18:07:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UA79I-0005Gc-Ml for Emacs-orgmode@gnu.org; Mon, 25 Feb 2013 18:07:57 -0500 Received: from mail-wi0-f176.google.com ([209.85.212.176]:52526) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UA79I-0005GP-Go for Emacs-orgmode@gnu.org; Mon, 25 Feb 2013 18:07:56 -0500 Received: by mail-wi0-f176.google.com with SMTP id hm14so4111314wib.15 for ; Mon, 25 Feb 2013 15:07:55 -0800 (PST) In-Reply-To: <87mwutd4ui.fsf@gmail.com> (Myles English's message of "Sun, 24 Feb 2013 17:00:37 +0000") 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: Myles English Cc: Emacs-orgmode Hello, Myles English writes: > I have a problem where org-preview-latex-fragment appears not to use a > style file the latex header. > > Starting emacs like this: > > emacs -Q -l ~/minimal.el ~/file.org > > When I export the whole buffer to pdf it looks right. > > When I call org-preview-latex-fragment on the fragment the definitions > in a.sty are not picked up. This previously worked when using the > new exporter before it was merged. > > Can anyone help? > > Thanks, > Myles > > > ---------------------------------- ~/bug.sty -------------- > \newcommand{\mysymbol}{\mathbf v} > > ---------------------------------- minimal.el ------------ > (add-to-list 'load-path "~/.emacs.d/plugins/org-mode/lisp") > (require 'ox) > > ---------------------------------- file.org --------------- > > #+STARTUP: indent > #+LATEX_HEADER: \usepackage{~/bug} > > > * heading > > \[ \mysymbol = f \] -- NO WORK > > \[ 0 = f \] -- WORKS > > ---------------------------------------------------------- I removed this functionality when clearing out old exporter from org.el. It should be back in master. Thank you for your report. Regards, -- Nicolas Goaziou