From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Fraga, Eric" Subject: Re: Make beamer items ticked or alerted via overlay? Date: Mon, 9 Sep 2019 15:06:52 +0000 Message-ID: References: <87imq6iyio.fsf@hornfels.zedat.fu-berlin.de> <87a7bhlx0p.fsf@ucl.ac.uk> <87k1ah6dqd.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]:48793) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i7LFo-0006IS-J8 for emacs-orgmode@gnu.org; Mon, 09 Sep 2019 11:06:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i7LFn-0002vj-Ho for emacs-orgmode@gnu.org; Mon, 09 Sep 2019 11:06:56 -0400 Received: from mail-eopbgr80104.outbound.protection.outlook.com ([40.107.8.104]:30421 helo=EUR04-VI1-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 1i7LFn-0002ua-7S for emacs-orgmode@gnu.org; Mon, 09 Sep 2019 11:06:55 -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" On Monday, 9 Sep 2019 at 11:06, Loris Bennett wrote: [...] > I was wondering, however, whether there is a more compact way to do the > second line, i.e. without having to repeat the text for which I want to > change the colour. This is really more of a LaTeX question. In any case, I would do something like this: #+begin_src org ,#+options: H:1 ,* slide - first - @@latex:\alert<3->{\only<2->{@@second@@latex:}}@@ #+end_src You could invert the order of only and alert in that line. And, if you do this a lot, you might wish to start looking at org macros to= make it easier and cleaner/prettier. HTH, eric --=20 Eric S Fraga via Emacs 27.0.50, Org release_9.2.4-420-ga18edf