From mboxrd@z Thu Jan 1 00:00:00 1970 From: "George Kettleborough (EI)" Subject: Re: latex export creates "auto" directory Date: Fri, 3 Mar 2017 16:08:37 +0000 Message-ID: <1580671b-dcb4-f91a-a28e-72f4b9fe326a@earlham.ac.uk> References: <28f0284b-716f-7b11-4ffd-4fd77bb96100@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp"; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjrEF-0004x4-GG for emacs-orgmode@gnu.org; Fri, 03 Mar 2017 12:42:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cjrEC-0004B0-Ca for emacs-orgmode@gnu.org; Fri, 03 Mar 2017 12:42:55 -0500 Received: from mail-he1eur01on0114.outbound.protection.outlook.com ([104.47.0.114]:24144 helo=EUR01-HE1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cjrEB-0004Aw-Rc for emacs-orgmode@gnu.org; Fri, 03 Mar 2017 12:42:52 -0500 In-Reply-To: <28f0284b-716f-7b11-4ffd-4fd77bb96100@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" To: emacs-orgmode@gnu.org On 03/03/17 15:55, 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? > This is actually created by AucTeX. I guess if you open the latex source file in emacs then it gets created automatically if you have AucTeX installed. It is documented here: https://www.gnu.org/software/auctex/manual/auctex/Parsing-Files.html