From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: odt-export fails Date: Sat, 25 Feb 2012 23:05:04 +0530 Message-ID: <81linqbyuv.fsf@gmail.com> References: <81mx872gbf.fsf@gmail.com> <81pqd2bzh4.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1LWo-0006fI-Iz for emacs-orgmode@gnu.org; Sat, 25 Feb 2012 12:35:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S1LWh-0005Cx-Hu for emacs-orgmode@gnu.org; Sat, 25 Feb 2012 12:35:26 -0500 Received: from mail-pz0-f41.google.com ([209.85.210.41]:33704) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1LWh-0005Ct-AT for emacs-orgmode@gnu.org; Sat, 25 Feb 2012 12:35:19 -0500 Received: by dadv6 with SMTP id v6so3788707dad.0 for ; Sat, 25 Feb 2012 09:35:18 -0800 (PST) In-Reply-To: <81pqd2bzh4.fsf@gmail.com> (Jambunathan K.'s message of "Sat, 25 Feb 2012 22:51:43 +0530") 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: Mirko Vukovic Cc: emacs-orgmode@gnu.org Jambunathan K writes: > (setq temporary-file-directory "~/tmp/") You can see how it is set on my Windows XP machine. Basically it some directory under my "My Documents" path. I never had any problems with this setup. ,----[ C-h v temporary-file-directory RET ] | temporary-file-directory is a variable defined in `C source code'. | Its value is "~/tmp/" | Original value was | "c:/DOCUME~1/KJAMBU~1/LOCALS~1/Temp/" | | Documentation: | The directory for writing temporary files. | | You can customize this variable. | | [back] `---- #+begin_src emacs-lisp (expand-file-name "~/tmp") #+end_src #+RESULTS: : c:/Documents and Settings/kjambunathan/My Documents/My Data/tmp --