From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Error exporting to temp buffer Date: Fri, 20 Mar 2009 14:07:08 +0100 Message-ID: References: <83tz5qgic0.fsf@cam.ac.uk> <20090319215914.GA4933@thinkpad> <8763i5p3jk.fsf@kassiopeya.MSHEIMNETZ> <11742.1237502168@alphaville.usa.hp.com> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LkeRS-0003W6-Vl for emacs-orgmode@gnu.org; Fri, 20 Mar 2009 09:07:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LkeRN-0003UI-TF for emacs-orgmode@gnu.org; Fri, 20 Mar 2009 09:07:18 -0400 Received: from [199.232.76.173] (port=41022 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LkeRN-0003UA-NL for emacs-orgmode@gnu.org; Fri, 20 Mar 2009 09:07:13 -0400 Received: from mail-fx0-f166.google.com ([209.85.220.166]:64178) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LkeRN-0005mK-09 for emacs-orgmode@gnu.org; Fri, 20 Mar 2009 09:07:13 -0400 Received: by fxm10 with SMTP id 10so832509fxm.42 for ; Fri, 20 Mar 2009 06:07:12 -0700 (PDT) In-Reply-To: <11742.1237502168@alphaville.usa.hp.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org Again and again: Thank for the analysis, I have pushed a fix. - Carsten On Mar 19, 2009, at 11:36 PM, Nick Dokos wrote: > Sebastian Rose wrote: > >> David Maus writes: >>> Cannot reprocude this either. C-x b org-bug , paste sample, C- >>> c C-e >>> H gives an *Org HTML Export* buffer with the exported sample. >> >> Same here. >> >> > Same here, but I was wondering: the function that Leo fingers looks > like this > > ,---- > | (defun org-export-html-preprocess (parameters) > | ;; Convert LaTeX fragments to images > | (when (plist-get parameters :LaTeX-fragments) > | (org-format-latex > | (concat "ltxpng/" (file-name-sans-extension > | (file-name-nondirectory > | org-current-export-file))) > | org-current-export-dir nil "Creating LaTeX image %s")) > | (message "Exporting...")) > `---- > > and when I step through it, the when expression evaluates to nil, so > the > whole thing is skipped. So it may be some setting in Leo's setup or > maybe > something is missing from the fragment, that would make that > expression > non-nil. So my question is: > > What do I have to do to make > > (plist-get parameters :LaTeX-fragments) > > non-nil? > > Nick > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode