From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org export for both latex and beamer, a recipe? Date: Mon, 20 Jan 2014 13:38:28 +0100 Message-ID: <87iotezv3v.fsf@gmail.com> References: <87d2k0131v.fsf@gmail.com> <87lhyayjte.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55339) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5E7J-0005JY-4E for emacs-orgmode@gnu.org; Mon, 20 Jan 2014 07:38:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5E7D-0001I4-PC for emacs-orgmode@gnu.org; Mon, 20 Jan 2014 07:38:13 -0500 In-Reply-To: <87lhyayjte.fsf@bzg.ath.cx> (Bastien's message of "Mon, 20 Jan 2014 12:27:41 +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: Bastien Cc: "Liste-emacs-orgmode@gnu.org " , Joseph Vidal-Rosset Hello, Bastien writes: > ox-beamer.el could have an option so that plain lists are always > converted as dynamic lists (using the <1-> <2-> syntax) -- one problem > would be solved, at least. This is already possible on a case by case basis : - @@beamer:<1->@@ Item - @@beamer:<2->@@ ... and as a frame property: * Headline :PROPERTIES: :BEAMER_ACT: [+-] :END: - item - item Regards, -- Nicolas Goaziou