[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] TeX-master: TeX-master is let-bound
From: |
Christopher Schmidt |
Subject: |
Re: [O] TeX-master: TeX-master is let-bound |
Date: |
Thu, 25 Oct 2012 23:19:30 +0100 (BST) |
Suvayu Ali <address@hidden> 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.
- [O] TeX-master: TeX-master is let-bound, Christopher Schmidt, 2012/10/25
- Re: [O] TeX-master: TeX-master is let-bound, Suvayu Ali, 2012/10/25
- Re: [O] TeX-master: TeX-master is let-bound,
Christopher Schmidt <=
- Re: [O] TeX-master: TeX-master is let-bound, Suvayu Ali, 2012/10/26
- Re: [O] TeX-master: TeX-master is let-bound, Christopher Schmidt, 2012/10/26
- Re: [O] TeX-master: TeX-master is let-bound, Christopher Witte, 2012/10/26
- Re: [O] TeX-master: TeX-master is let-bound, Suvayu Ali, 2012/10/26
- Re: [O] TeX-master: TeX-master is let-bound, Christopher Schmidt, 2012/10/26
- Re: [O] TeX-master: TeX-master is let-bound, Nick Dokos, 2012/10/26
- Re: [O] TeX-master: TeX-master is let-bound, Christopher Schmidt, 2012/10/29
- Re: [O] TeX-master: TeX-master is let-bound, Nick Dokos, 2012/10/29
- Re: [O] TeX-master: TeX-master is let-bound, Christopher Schmidt, 2012/10/29
- Re: [O] TeX-master: TeX-master is let-bound, Nick Dokos, 2012/10/29