From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Macro question Date: Sat, 24 Oct 2015 13:44:34 +0200 Message-ID: <87pp04cwyl.fsf@nicolasgoaziou.fr> References: <87fv11z5h3.fsf@nicolasgoaziou.fr> <871tclz0t4.fsf@nicolasgoaziou.fr> <87a8r8y4lk.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43388) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpxDn-0007vg-QV for emacs-orgmode@gnu.org; Sat, 24 Oct 2015 07:42:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpxDm-00028a-VS for emacs-orgmode@gnu.org; Sat, 24 Oct 2015 07:42:51 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:44684) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpxDm-00028L-PM for emacs-orgmode@gnu.org; Sat, 24 Oct 2015 07:42:50 -0400 In-Reply-To: (Fabrice Popineau's message of "Sat, 24 Oct 2015 13:37:56 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Fabrice Popineau Cc: "emacs-orgmode@gnu.org" Fabrice Popineau writes: > Ok for a new line, but I was looking for a way to get 2 columns on a slide, > independently of the backend, beamer or reveal. > > One easy way would have been to write : > > {{{beginColumns}}} > > {{{nextColumn}}} > > {{{endColumns}}} > > I find that using headers as in beamer is not pleasant (maybe that is just > me ?) > Moreover, it works only in beamer. > > At the moment, there is no "easy" way. Either resort to babel, or probably > better, derive a new backend. I don't know ox-reveal, so I cannot help here. However, macros are not meant for structural changes, only contents changes (and small ones). Regards,