From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: bug&fix for org-compile-file on Windows Date: Mon, 12 Dec 2016 08:48:22 +0100 Message-ID: <877f75bnax.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cGLLu-0007IT-9V for emacs-orgmode@gnu.org; Mon, 12 Dec 2016 02:49:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cGLLi-00054x-9F for emacs-orgmode@gnu.org; Mon, 12 Dec 2016 02:48:50 -0500 Received: from [2001:4b98:c:538::196] (port=57935 helo=relay4-d.mail.gandi.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cGLLi-00051D-2c for emacs-orgmode@gnu.org; Mon, 12 Dec 2016 02:48:38 -0500 In-Reply-To: (Mirko Vukovic's message of "Mon, 12 Dec 2016 03:06:04 +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" To: Mirko Vukovic Cc: "emacs-orgmode@gnu.org" Hello, Mirko Vukovic writes: > I was not able to preview latex fragments using > org-toggle-latex-fragment (C-c C-x C-l) > > I traced the problem to the (shell-command ...) in org-compile-file > during the dvipng step. > > The problem was in the formatting of the destination file (the -o switch). > It consists > of the directory and filename. Both were enclosed in double quotes, so > that when concatenated the string looked like this: > \"path\"\"filename\".extension Thanks. However, this issue was fixed a few days ago. The fix should be available in today's Org ELPA, or in the yet to be released Org 9.0.2. Regards, -- Nicolas Goaziou