emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Jambunathan K <kjambunathan@gmail.com>
To: Mirko Vukovic <mirko.vukovic@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: odt-export fails
Date: Sat, 25 Feb 2012 23:05:04 +0530	[thread overview]
Message-ID: <81linqbyuv.fsf@gmail.com> (raw)
In-Reply-To: <81pqd2bzh4.fsf@gmail.com> (Jambunathan K.'s message of "Sat, 25 Feb 2012 22:51:43 +0530")

Jambunathan K <kjambunathan@gmail.com> 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
-- 

  reply	other threads:[~2012-02-25 17:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-24 22:41 odt-export fails Mirko Vukovic
2012-02-25 13:28 ` Jambunathan K
2012-02-25 16:44   ` Mirko Vukovic
2012-02-25 17:21     ` Jambunathan K
2012-02-25 17:35       ` Jambunathan K [this message]
2012-02-25 20:06         ` Mirko Vukovic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=81linqbyuv.fsf@gmail.com \
    --to=kjambunathan@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=mirko.vukovic@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).