Rasmus <ras...@gmx.us> 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,