From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: ox-beamer add label when option 'allowframebreaks' setted in org-beamer-frame-default-options [9.1.14 (9.1.14-7-g01c419-elpaplus @ .emacs.d/elpa/org-plus-contrib-20181015/)] Date: Sat, 20 Oct 2018 10:53:21 +0200 Message-ID: <87y3atgfsu.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDn0m-0005bo-QK for emacs-orgmode@gnu.org; Sat, 20 Oct 2018 04:53:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDn0i-0004lt-Ls for emacs-orgmode@gnu.org; Sat, 20 Oct 2018 04:53:31 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:47775) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gDn0h-0004WY-Df for emacs-orgmode@gnu.org; Sat, 20 Oct 2018 04:53:28 -0400 In-Reply-To: (=?utf-8?Q?=22H=C3=A9ctor_Enr=C3=ADquez_Ram=C3=B3n=22's?= message of "Fri, 19 Oct 2018 19:24:46 +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: =?utf-8?Q?H=C3=A9ctor_Enr=C3=ADquez_Ram=C3=B3n?= Cc: emacs-orgmode@gnu.org Hello, H=C3=A9ctor Enr=C3=ADquez Ram=C3=B3n writes: > Latex beamer not allow 'label=3D' when 'allowframebreaks' setted in frame. > > In file ox-beamer.el function org-beamer--format-frame search > 'allowframebreaks' option inside beamer-opt but not inside variable > org-beamer-frame-default-options. Then insert 'label=3D..' with > 'allowframebreaks' and latex hide continuation's frames. Fixed. Thank you. Regards, --=20 Nicolas Goaziou