From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: [ox-beamer] overlay specification for bold markup ignored in list labels Date: Mon, 23 Mar 2015 23:58:14 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaCGP-0004aJ-Jq for emacs-orgmode@gnu.org; Mon, 23 Mar 2015 20:00:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YaCGM-0008UQ-CV for emacs-orgmode@gnu.org; Mon, 23 Mar 2015 20:00:09 -0400 Received: from plane.gmane.org ([80.91.229.3]:35460) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaCGM-0008Si-61 for emacs-orgmode@gnu.org; Mon, 23 Mar 2015 20:00:06 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YaCGI-0006gp-NP for emacs-orgmode@gnu.org; Tue, 24 Mar 2015 01:00:02 +0100 Received: from cpc33-cmbg15-2-0-cust4.5-4.cable.virginm.net ([81.102.136.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Mar 2015 01:00:02 +0100 Received: from andreas.leha by cpc33-cmbg15-2-0-cust4.5-4.cable.virginm.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Mar 2015 01:00:02 +0100 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, The overlay specification for bold markup (as in *@@beamer:<2->@@useful*) is ignored when used in the label of a description list. Is this a bug? Regards, Andreas PS: ECM: --8<---------------cut here---------------start------------->8--- #+TITLE: Example Presentation #+OPTIONS: H:2 #+LATEX_CLASS: beamer #+LATEX_CLASS_OPTIONS: [presentation] #+BEAMER_THEME: Madrid * This is the first structural section ** Frame *** Request - Test :: of a *@@beamer:<2->@@useful* feature! - *@@beamer:<2->@@Test 2* :: of the same feature --8<---------------cut here---------------end--------------->8---