From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: bug: latex exporter Date: Tue, 29 Sep 2015 14:46:06 -0400 Message-ID: <87oaglf4i9.fsf@alphaville.usersys.redhat.com> References: <560A5BDA.2050601@verizon.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zgzuv-0004Db-Tm for emacs-orgmode@gnu.org; Tue, 29 Sep 2015 14:46:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zgzus-0004uK-Dz for emacs-orgmode@gnu.org; Tue, 29 Sep 2015 14:46:21 -0400 Received: from plane.gmane.org ([80.91.229.3]:46949) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zgzus-0004th-79 for emacs-orgmode@gnu.org; Tue, 29 Sep 2015 14:46:18 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Zgzuq-0003tF-5Z for emacs-orgmode@gnu.org; Tue, 29 Sep 2015 20:46:16 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Sep 2015 20:46:16 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Sep 2015 20:46:16 +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 Charles Millar writes: > Since Monday morning (New York time) I have not been able to export to > pdflatex (worked OK the night before). Instead the message buffer > reads > > symbol's value as variable is void - compile > > GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.10.7) of > 2014-03-07 on lamiak, modified by Debian > Org-mode version 8.3.1 (release_8.3.1-283-gf6187d @ > /usr/share/emacs/site-lisp/org-mode/lisp/) > > Charlie Millar Rasmus just fixed it: commit 679adcaa64613c821b38cd1d34b081640315293a Author: Rasmus Date: Tue Sep 29 19:39:01 2015 +0200 ox-latex: Fix typo in 1e4b7e4bec6b6d4351b1e23872b6 * ox-latex.el (org-latex--remove-packages): Fix typo. Nick