From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Butz Subject: latex export problem in HEAD Date: Sun, 28 Feb 2010 17:10:49 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NlljI-0001xQ-N8 for emacs-orgmode@gnu.org; Sun, 28 Feb 2010 11:10:52 -0500 Received: from [140.186.70.92] (port=38460 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NlljI-0001xI-0j for emacs-orgmode@gnu.org; Sun, 28 Feb 2010 11:10:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NlljH-00034y-Ak for emacs-orgmode@gnu.org; Sun, 28 Feb 2010 11:10:51 -0500 Received: from mail-bw0-f219.google.com ([209.85.218.219]:45206) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NlljH-00034l-5U for emacs-orgmode@gnu.org; Sun, 28 Feb 2010 11:10:51 -0500 Received: by bwz19 with SMTP id 19so1204604bwz.26 for ; Sun, 28 Feb 2010 08:10:49 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi all, I am getting an error when exporting to latex in the latest version in the repository if checkboxes are included in the document. the error is: ! LaTeX Error: Command \Box not provided in base LaTeX2e. which can then be cured by including \usepackage{latexsym} in the tex document. Is this a common problem or only related to my personal setup? Cheers, Erik