From: Colin Baxter <m43cap@yandex.com>
To: Takeshi Teshima <takeshi.diadochos@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: latex export creates "auto" directory
Date: Fri, 03 Mar 2017 16:37:06 +0000 [thread overview]
Message-ID: <871sue5nbh.fsf@jetstar> (raw)
In-Reply-To: <28f0284b-716f-7b11-4ffd-4fd77bb96100@gmail.com> (Takeshi Teshima's message of "Sat, 4 Mar 2017 00:55:52 +0900")
Hello Takeshi,
On Sat, Mar 04 2017, Takeshi Teshima wrote:
> I have a question regarding latex export.
>
> When I export an org-mode to a latex file, a directory named "auto" is
> created in the same folder as the tex file.
>
> However, I couldn't find what line in the source code of org-mode
> creates this directory.
>
> Does anyone know what causes this, or what variables can be used to
> control where the directory is created?
It allows AUCTeX to be aware of style files and multi-files. The default
is "auto/" in the working directory. However you set the directory
yourself. I have the settings:
(setq TeX-auto-local "/path/to/auto/dir") ;; Sets /auto/ directory.
(setq TeX-auto-save t) ;; Also sets lisp files to save in /auto/.
If you want to switch it off then try (setq TeX-auto-save nil). I have
never used that myself, so I don't know how successful it might be.
Best wishes
Colin.
next prev parent reply other threads:[~2017-03-03 16:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-03 15:55 latex export creates "auto" directory Takeshi Teshima
2017-03-03 16:06 ` Thomas S. Dye
2017-03-03 16:16 ` Takeshi Teshima
2017-03-03 16:08 ` George Kettleborough (EI)
2017-03-03 16:37 ` Colin Baxter [this message]
2017-03-03 16:41 ` Takeshi Teshima
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=871sue5nbh.fsf@jetstar \
--to=m43cap@yandex.com \
--cc=emacs-orgmode@gnu.org \
--cc=takeshi.diadochos@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).