From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: [ox bug] batch export seems to be broken or have changed Date: Sat, 18 Jul 2015 23:05:47 +0200 Message-ID: <87bnf9jhw4.fsf@gmx.us> References: <87h9pf4opz.fsf@gmx.us> <87h9p1ewdy.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54718) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGZJ6-0007Dx-LE for emacs-orgmode@gnu.org; Sat, 18 Jul 2015 17:06:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZGZJ2-0006aG-Fk for emacs-orgmode@gnu.org; Sat, 18 Jul 2015 17:06:04 -0400 Received: from plane.gmane.org ([80.91.229.3]:51995) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGZJ2-0006Zo-97 for emacs-orgmode@gnu.org; Sat, 18 Jul 2015 17:06:00 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZGZJ1-00045e-35 for emacs-orgmode@gnu.org; Sat, 18 Jul 2015 23:05:59 +0200 Received: from 46.166.188.227 ([46.166.188.227]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 Jul 2015 23:05:59 +0200 Received: from rasmus by 46.166.188.227 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 Jul 2015 23:05:59 +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 Hi, I hope you had a pleasant break from the PC. Nicolas Goaziou writes: > Rasmus writes: > >> I used to be able to something like >> >> emacs -Q --file foo.org --batch --no-init-file -f org-latex-export-to-pdf >> # tex output >> >> And everything would work. >> >> Now I get something like >> >> emacs -Q --file foo.org --batch --no-init-file -f org-latex-export-to-pdf >> Output file: # RET >> Processing LaTeX file ./.tex... >> PDF file ./.tex.pdf wasn't produced >> >> i.e. I'm asked about output file name. > > I cannot reproduce it. I still see the problem. Are you tracking Emacs-git? I'm currently using: commit fa5a880f733cbbe3b0d515ed3e1cf7c6fd54cfd8 Date: Thu Jul 16 20:04:07 2015 +0200 My Makefile calling something similar to the above is not working on my PC and asks for an input file. On my Debian 7 CI machine the Makefile is still working... I don't have access to my other laptop ATM so I haven't tested it there. I tried to downgrade to Emacs 24.5, but when I batch export as above I get: Symbol's function definition is void: cl-struct-define Rasmus -- In theory, practice and theory are the same. In practice they are not