From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Fraga, Eric" Subject: Re: Make beamer items ticked or alerted via overlay? Date: Fri, 6 Sep 2019 07:11:20 +0000 Message-ID: <87a7bhlx0p.fsf@ucl.ac.uk> References: <87imq6iyio.fsf@hornfels.zedat.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:57079) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i68Oy-0001TD-Sm for emacs-orgmode@gnu.org; Fri, 06 Sep 2019 03:11:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i68Ox-00011W-Us for emacs-orgmode@gnu.org; Fri, 06 Sep 2019 03:11:24 -0400 Received: from mail-eopbgr10108.outbound.protection.outlook.com ([40.107.1.108]:11774 helo=EUR02-HE1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i68Ox-000100-Jd for emacs-orgmode@gnu.org; Fri, 06 Sep 2019 03:11:23 -0400 Content-Language: en-US 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: Loris Bennett Cc: "emacs-orgmode@gnu.org" Yes, it is possible to use overlays in org beamer export. Depending on what you want to achieve, there are a number of ways to do this. One way in to introduce LaTeX directives directly. For instance, #+begin_src org 1. The first point 2. The second one @@latex:{\only<2->\checkmark}@@ 3. the third point #+end_src There are also other examples in section 13.8.4 (Beamer specific syntax) in the info manual. HTH. --=20 Eric S Fraga via Emacs 27.0.50, Org release_9.2.4-401-gfabd6d