From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Schmidt Subject: Re: TeX-master: TeX-master is let-bound Date: Thu, 25 Oct 2012 23:19:30 +0100 (BST) Message-ID: <87sj92chzi@ch.ristopher.com> References: <87a9vajy4n@ch.ristopher.com> <20121025214510.GB24961@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35673) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRVm2-0004c3-0b for emacs-orgmode@gnu.org; Thu, 25 Oct 2012 18:19:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TRVm0-0006nV-Ri for emacs-orgmode@gnu.org; Thu, 25 Oct 2012 18:19:33 -0400 Received: from ristopher.com ([146.185.21.93]:37732 helo=saturn.ch.ristopher.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRVm0-0006mq-K6 for emacs-orgmode@gnu.org; Thu, 25 Oct 2012 18:19:32 -0400 In-Reply-To: <20121025214510.GB24961@kuru.dyndns-at-home.com> (Suvayu Ali's message of "Thu, 25 Oct 2012 23:45:10 +0200") 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: emacs-orgmode@gnu.org Suvayu Ali writes: > On Thu, Oct 25, 2012 at 05:48:57PM +0100, Christopher Schmidt wrote: >> org-export-as-latex (org-latex.el) let-binds TeX-master. Later on >> feature tex may be loaded. This is a problem, because in that case >> the defvar TeX-master of tex (AUCTeX) is ignored. >> >> Warning: defvar ignored because TeX-master is let-bound >> >> This issue could be fixed by adding (require 'tex nil t). >> > > What is your org-version? AFAIR, this was the case at the beginning > of this year (Feb-March '12) but I do not think this is an issue > anymore. No, it is in both maint and master (org-latex.el:958) right now. To be honest, why is TeX-master exactly bound in the first place? (TeX-master (boundp 'TeX-master)) For the record, I use Org-mode version 7.9.2 (release_7.9.2-62-gde7766), that is maint from the 15th. of October.