From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: New beamer export error with top-level TODOs Date: Fri, 1 Mar 2013 17:17:20 +0800 Message-ID: Reply-To: jamshark70@dewdrop-world.net Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBM5j-0008Iq-BQ for Emacs-orgmode@gnu.org; Fri, 01 Mar 2013 04:17:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UBM5i-0007R9-1c for Emacs-orgmode@gnu.org; Fri, 01 Mar 2013 04:17:23 -0500 Received: from mail-oa0-f49.google.com ([209.85.219.49]:50142) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBM5h-0007Qz-SW for Emacs-orgmode@gnu.org; Fri, 01 Mar 2013 04:17:21 -0500 Received: by mail-oa0-f49.google.com with SMTP id j6so5205135oag.22 for ; Fri, 01 Mar 2013 01:17:20 -0800 (PST) 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 Bug or not? In the *new* beamer exporter, if I have a top level heading with a TODO keyword, LaTeX chokes on the exported .tex file. E.g., ~~ * TODO Quiz review --> \section{\textbf{\textsf{\textsc{TODO}}} Quiz review} byte-code: PDF file ./slides.pdf wasn't produced: [undefined control sequence] Runaway argument ~~ My export options have H:2, so a top level heading as above becomes a section. Second-level headings become frames, and there is no export error with a TODO keyword on that level or below. Use case: I'd like to track the status of a section at the top level, so I can open the file (with all top-level headings folded) and see instantly what needs attention, e.g. TODO = nothing written yet for this section INPROG = started, but not finished DONE = (obvious) org-version: Org-mode version 7.9.3e (7.9.3e-1141-gc561d1 @ /home/dlm/share/org-mode.git/lisp/) LaTeX: pdfTeX 3.1415926-1.40.10-2.2 (TeX Live 2009/Debian) kpathsea version 5.0.0 Copyright 2009 Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX). ... Compiled with libpng 1.2.46; using libpng 1.2.46 Compiled with zlib 1.2.3.4; using zlib 1.2.3.4 Compiled with poppler version 0.18.2 Hope it's an easy fix... hjh