emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Mirko Vukovic <mirko.vukovic@gmail.com>
To: Jambunathan K <kjambunathan@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: odt-export fails
Date: Sat, 25 Feb 2012 15:06:42 -0500	[thread overview]
Message-ID: <CAO73BACysSWDnTAcvq4Q5w==Z1rYNx8jxsiBy3paRQpBw1fk_A@mail.gmail.com> (raw)
In-Reply-To: <81linqbyuv.fsf@gmail.com>

The problem was fixed by changing temporary-file-directory from

"c:\Users\...\AppData\Local\Temp" to "~/temp/"

I am running windows 7.  The environment variables TEMP & TMP both
point to c:\Users\...\AppData\Local\Temp.

I guess that zip/unzip were running in the ~/temp directory, while the
files were stored in the
...\AppData\Local\Temp one.


Thanks for your help.

Mirko


On Sat, Feb 25, 2012 at 12:35 PM, Jambunathan K <kjambunathan@gmail.com> wrote:
> 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 20:06 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
2012-02-25 20:06         ` Mirko Vukovic [this message]

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='CAO73BACysSWDnTAcvq4Q5w==Z1rYNx8jxsiBy3paRQpBw1fk_A@mail.gmail.com' \
    --to=mirko.vukovic@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=kjambunathan@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).