Thank you, I'm currently working around this with ;; fix f'ed up windows temp directory (if (eq system-type 'windows-nt) (setq temporary-file-directory "c:/tmp/") )
in my init.el, and odt export is now working as expected. Best, Ista On Tue, Nov 27, 2012 at 12:46 PM, Jambunathan K <kjambunat...@gmail.com> wrote: > Jambunathan K <kjambunat...@gmail.com> writes: > >> Ista >> >>> Your suspicion is confirmed. >>> >>> If this is true, then either my >>>> understanding of `get-file-buffer' is incorrect or that >>>> `get-file-buffer' is buggy. >>> >>> Please let me know what I can do to help figure this out. >> >> I have filed a bug: >> >> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13013 >> >> Irrespective of what the Emacs maintainers feel about this issue, I will >> push a fix. (But fix will take couple of day's time to hit the repo.) > > > To add to that > > As a temporary work around, you can also do > M-x customize-variable RET temporary-file-directory RET > > and point in to some directory that doesn't have spaces or long names. > > With my (future) fix, the above customization may not be necessary. > > >> Jambunathan K.