From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: Re: [new exporter][latex] does org-preview-latex-fragment use #+latex_header ? Date: Tue, 26 Feb 2013 14:21:00 +0000 Message-ID: <877glvcg1f.fsf@gmail.com> References: <87mwutd4ui.fsf@gmail.com> <87obf7xjcz.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37591) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UALNu-0002u7-8i for Emacs-orgmode@gnu.org; Tue, 26 Feb 2013 09:19:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UALNj-0006tS-Sf for Emacs-orgmode@gnu.org; Tue, 26 Feb 2013 09:19:58 -0500 Received: from mail-wi0-f179.google.com ([209.85.212.179]:34559) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UALNj-0006so-Mv for Emacs-orgmode@gnu.org; Tue, 26 Feb 2013 09:19:47 -0500 Received: by mail-wi0-f179.google.com with SMTP id ez12so4703608wid.6 for ; Tue, 26 Feb 2013 06:19:47 -0800 (PST) In-reply-to: <87obf7xjcz.fsf@bzg.ath.cx> 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: Bastien Cc: Emacs-orgmode Bastien writes: > Hi Myles, > > Myles English writes: > >> #+LATEX_HEADER: \usepackage{~/bug} > > you want > > #+LATEX_HEADER: \usepackage{/full/path/bug} I do use the full path but cut it down for the example, which was incorrect, because it should have had a full path, so thanks for pointing that out. These fragments still don't work for me though. Do they work for anyone else apart from Nicolas? I have done make clean and build, started with emacs -Q, checked that the correct org library is found, I don't know what else to try. Myles