From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Lists with bullets and checkboxes in beamer Date: Fri, 15 Dec 2017 22:50:56 +0100 Message-ID: <87wp1n3bjz.fsf@nicolasgoaziou.fr> References: <871sjync58.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePxsl-0007ES-Af for emacs-orgmode@gnu.org; Fri, 15 Dec 2017 16:51:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ePxsi-0005TU-9U for emacs-orgmode@gnu.org; Fri, 15 Dec 2017 16:51:03 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:33928) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ePxsi-0005SI-2L for emacs-orgmode@gnu.org; Fri, 15 Dec 2017 16:51:00 -0500 In-Reply-To: <871sjync58.fsf@gmail.com> (Eric S. Fraga's message of "Wed, 13 Dec 2017 10:41:07 +0000") 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: Ken Mankoff Cc: Org Mode Hello, Eric S Fraga writes: > On Tuesday, 12 Dec 2017 at 17:24, Ken Mankoff wrote: >> Hi List, >> >> I have some lists with checkboxes like this: >> >> + [X] Foo >> + [ ] Bar >> >> >> When I export these to Beamer, I get both a bullet and a [] box. The >> bullet is redundant and adds noise to the slide. Is there a way to not >> have the bullet when checkboxes are present? > > I've had a look at the code, which seems to be in ox-latex, and I cannot > understand why beamer export acts differently to LaTeX. Something to do > with the :tag property but I really don't understand it. Maybe somebody > else can have a look (org-latex-item in ox-latex.el, approximately line > 2182 and following). Fixed. Thank you. Regards, -- Nicolas Goaziou