From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarmo Hurri Subject: Bug: Beamer export error Date: Wed, 09 Aug 2017 14:22:49 +0300 Message-ID: <87poc5t27q.fsf@iki.fi> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38867) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dfP4o-0003qL-Gx for emacs-orgmode@gnu.org; Wed, 09 Aug 2017 07:23:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dfP4k-0008LZ-87 for emacs-orgmode@gnu.org; Wed, 09 Aug 2017 07:23:02 -0400 Received: from [195.159.176.226] (port=47534 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dfP4k-0008LF-15 for emacs-orgmode@gnu.org; Wed, 09 Aug 2017 07:22:58 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dfP4a-00019y-DL for emacs-orgmode@gnu.org; Wed, 09 Aug 2017 13:22:48 +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" To: emacs-orgmode@gnu.org Greetings. I get an error (pdflatex hangs up) when trying to Beamer export the following simple Org file (key command C-c C-e l O). # ----------------------------------------------------------------- #+STARTUP: beamer * This is a simple test - let us see what happens # ----------------------------------------------------------------- I have traced the issue to the extra comma in the following line in the exported TeX file: \begin{frame}[,label={sec:org03f80c8}]{This is a simple test} If you remove the extra comma, then the file compiles just fine. Thanks in advance! Jarmo