From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: [new exporter] Windows / LaTeX export Date: Tue, 23 Oct 2012 15:36:06 +0000 (UTC) Message-ID: References: <87ehkqbe32.fsf@Rainer.invalid> <87d30a5o21.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQgWt-0003PB-1p for emacs-orgmode@gnu.org; Tue, 23 Oct 2012 11:36:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQgWn-0001Dn-Ez for emacs-orgmode@gnu.org; Tue, 23 Oct 2012 11:36:30 -0400 Received: from plane.gmane.org ([80.91.229.3]:53744) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQgWn-0001DV-8K for emacs-orgmode@gnu.org; Tue, 23 Oct 2012 11:36:25 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TQgWr-0007Cy-59 for emacs-orgmode@gnu.org; Tue, 23 Oct 2012 17:36:29 +0200 Received: from 217.10.60.85 ([217.10.60.85]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Oct 2012 17:36:29 +0200 Received: from Stromeko by 217.10.60.85 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Oct 2012 17:36:29 +0200 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: emacs-orgmode@gnu.org Nicolas Goaziou gmail.com> writes: > > The new exporter fires off LaTeX with an absolute path for the file to > > export. If you happen to use a native Emacs, but the LaTeX from Cygwin > > that will fail because it expects a POSIX path. Would it be possible to > > change things so that a relative path is used as in the old exporter > > It should be so in the latest commit. Does it fix the problem? Sadly not. Somewhere in org-e-latex (I think) the path is made absolute again. I'll have a look at it later unless you find it earlier. Regards, Achim.