Christopher Schmidt writes: > The default value it t anyway. The docstring suggests that this > variable should be set via file variables. I do not think org-mode > should worry about AUCTeX. Ping? The default value of TeX-master is t. Binding a symbol which might be defvar'ed within the let-body does not work. In fact, this might break the Emacs instance, rendering any latex-mode buffer unusable. To make a long story short, there is no excuse for the form in question. Please remove it. Everyone who messes with TeX-master should use org-export-latex-final-hook to set TeX-master and/or add a local variables list to the buffer. 2013-01-24 Christopher Schmidt * org-latex.el (org-export-as-latex): Do not bind TeX-master.