From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Windows-unfriendly filename in org-preview-latex-process-alist customization Date: Sun, 27 Nov 2016 12:12:56 +0100 Message-ID: <87vav9goqv.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41682) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cAxOG-0005cJ-8C for emacs-orgmode@gnu.org; Sun, 27 Nov 2016 06:13:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cAxOB-0004Vw-6P for emacs-orgmode@gnu.org; Sun, 27 Nov 2016 06:13:00 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:39246) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cAxOB-0004U9-0d for emacs-orgmode@gnu.org; Sun, 27 Nov 2016 06:12:55 -0500 In-Reply-To: (Scott Otterson's message of "Sun, 27 Nov 2016 00:15:45 +0100") 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" To: Scott Otterson Cc: "Emacs-orgmode@gnu.org" Hello, Scott Otterson writes: > Thanks Fabrice. After more experimentation, I found that image-converter > field of the customization alist should be: > > ("dvipng -fg %F -bg %B -D %D -T tight -o \"%o%b\.png\" %f") > > If this also works for *nix, then I hope that the org-mode maintainers will > make this string the new default. If it doesn't work on linux, then I hope > that it's possible to come up with a string that works in both OS families > (and that could be the new default). I'll be back on Linux in a few > months, and would love to keep a simple, cross-platform .emacs file. I introduced %O, which is the absolute output file name, as a replacement for %o%b.extension. Could you confirm the bug is fixed? Regards, -- Nicolas Goaziou