From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Schmidt Subject: Re: TeX-master: TeX-master is let-bound Date: Sat, 26 Jan 2013 13:54:40 +0000 (GMT) Message-ID: <87pq0skq1k@ch.ristopher.com> References: <87a9vajy4n@ch.ristopher.com> <20121025214510.GB24961@kuru.dyndns-at-home.com> <87sj92chzi@ch.ristopher.com> <20121026065115.GC24961@kuru.dyndns-at-home.com> <87mwz98vz4@ch.ristopher.com> <87ham6s7rf@ch.ristopher.com> <871ud9zgpn.fsf@bzg.ath.cx> <878v7hze8k@ch.ristopher.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tz6DW-0002p9-Ug for emacs-orgmode@gnu.org; Sat, 26 Jan 2013 08:54:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tz6DT-00022v-IY for emacs-orgmode@gnu.org; Sat, 26 Jan 2013 08:54:46 -0500 Received: from ristopher.com ([146.185.21.93]:43762 helo=saturn.ch.ristopher.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tz6DT-00022c-AL for emacs-orgmode@gnu.org; Sat, 26 Jan 2013 08:54:43 -0500 In-Reply-To: <878v7hze8k@ch.ristopher.com> (Christopher Schmidt's message of "Fri, 25 Jan 2013 11:36:02 +0000 (GMT)") 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 Christopher Schmidt writes: > Bastien writes: >> Can you provide a reproducible recipe? > > I already did, check <87390w51k0@ch.ristopher.com>. The issue I > described will only occur if one uses AUCTeX and AUCTeX has not been > loaded already. Nick did not follow the recipe so he was not able to > reproduce. Christopher Schmidt writes: > Recipe: > > emacs -q # + AUCTeX > C-x b rms RET > M-x org-mode RET > M-: (insert "a") RET > C-x h > M-x org-export-region-as-latex RET > > # In buffer *Org LaTeX Export* > C-c C-c > > TeX-command-master: Symbol's value as variable is void: TeX-master For the record, the first step of my recipe, "emacs -q # + AUCTeX", goes like this: $ cd /tmp $ export HOME=/tmp $ emacs -q --eval "(progn (package-refresh-contents) (package-install 'auctex) (kill-emacs))" $ emacs -q --eval "(package-initialize)" Is there anything I can do to help you to help me - i.e. fixing that bug upstream? Christopher