From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ista Zahn Subject: Re: New exporter (org-e-odt) not creating content.xml Date: Tue, 27 Nov 2012 14:25:27 -0500 Message-ID: References: <1354005623.49791.YahooMailNeo@web29805.mail.ird.yahoo.com> <87624rowx5.fsf@gmail.com> <87vccrhrn9.fsf@gmail.com> <87r4nfhrap.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdQn4-0002PX-D6 for emacs-orgmode@gnu.org; Tue, 27 Nov 2012 14:26:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TdQmy-0001WE-LB for emacs-orgmode@gnu.org; Tue, 27 Nov 2012 14:25:54 -0500 Received: from mail-vc0-f169.google.com ([209.85.220.169]:38364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdQmy-0001W9-GB for emacs-orgmode@gnu.org; Tue, 27 Nov 2012 14:25:48 -0500 Received: by mail-vc0-f169.google.com with SMTP id gb30so7322945vcb.0 for ; Tue, 27 Nov 2012 11:25:47 -0800 (PST) In-Reply-To: <87r4nfhrap.fsf@gmail.com> 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: Jambunathan K Cc: emacs-orgmode@gnu.org 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 wrote: > Jambunathan K 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.