From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [ox bug] batch export seems to be broken or have changed Date: Mon, 20 Jul 2015 11:45:54 +0200 Message-ID: <87vbdf17sd.fsf@nicolasgoaziou.fr> References: <87h9pf4opz.fsf@gmx.us> <87h9p1ewdy.fsf@nicolasgoaziou.fr> <87bnf9jhw4.fsf@gmx.us> <871tg4v9qd.fsf@nicolasgoaziou.fr> <87vbdgil0j.fsf@gmx.us> <87io9f2twp.fsf@nicolasgoaziou.fr> <87pp3nurbs.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZH7cW-0006Xf-Qs for emacs-orgmode@gnu.org; Mon, 20 Jul 2015 05:44:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZH7cV-0007rc-VN for emacs-orgmode@gnu.org; Mon, 20 Jul 2015 05:44:24 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:38434) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZH7cV-0007r4-OT for emacs-orgmode@gnu.org; Mon, 20 Jul 2015 05:44:23 -0400 In-Reply-To: <87pp3nurbs.fsf@gmx.us> (rasmus@gmx.us's message of "Mon, 20 Jul 2015 11:11:03 +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: Rasmus Cc: emacs-orgmode@gnu.org Rasmus writes: > $ emacs --batch --file foo.org --eval="(let ((name (buffer-file-name))) (with-temp-file \"report.txt\" (insert (message \"%S\n\" name))))" > $ cat report.txt > nil OK, so this changed. > C-h v mentions no change. Fortunately there are not too many changes to > buffer.c It might be worth to make a bug report about it. It isn't clear that this change was intended. > The stable Emacs version I've got is 24.5. Why is Org git trying to pull > it in when exporting if it doesn't exist? Probably I missed > something. Shot in the dark: could it be related to asynchronous export, calling a different Emacs executable (Emacs 25 in this case)? Regards,