From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy <jw.hendy@gmail.com> Subject: Re: BUG: org-beamer-select-environment select multiple environments not working? Date: Wed, 25 May 2016 15:38:54 -0500 Message-ID: <CA+M2ft8YiK7ikaX7Q9jzWZ3Mr8znThAJcTCZodn05uWfpFSg7g@mail.gmail.com> References: <m2posbvd3y.fsf@krugs.de> <87oa7v9pf9.fsf@saiph.selenimh> <87fut78932.fsf@gmx.us> <87iny1c225.fsf@saiph.selenimh> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org> Received: from eggs.gnu.org ([2001:4830:134:3::10]:37174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <jw.hendy@gmail.com>) id 1b5fZx-0007hq-5N for emacs-orgmode@gnu.org; Wed, 25 May 2016 16:38:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <jw.hendy@gmail.com>) id 1b5fZv-0006dy-4B for emacs-orgmode@gnu.org; Wed, 25 May 2016 16:38:56 -0400 Received: from mail-vk0-x235.google.com ([2607:f8b0:400c:c05::235]:33531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <jw.hendy@gmail.com>) id 1b5fZu-0006ds-Uq for emacs-orgmode@gnu.org; Wed, 25 May 2016 16:38:55 -0400 Received: by mail-vk0-x235.google.com with SMTP id r140so79618734vkf.0 for <emacs-orgmode@gnu.org>; Wed, 25 May 2016 13:38:54 -0700 (PDT) In-Reply-To: <87iny1c225.fsf@saiph.selenimh> List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode/> List-Post: <mailto:emacs-orgmode@gnu.org> List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=subscribe> Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org> To: Rasmus <rasmus@gmx.us>, emacs-orgmode <emacs-orgmode@gnu.org> Just to comment on the original attempt, block and column (which is |, not c which is columnS) are not mutually exclusive. I just did a presentation and used both together. I'm not sure on the use-case for columnS, but my structure was two side by side columns in a slide: #+begin_src org * slide ** col1 :B_block:BMCOL: :PROPERTIES: :BEAMER_env: block :BEAMER_col: 0.5 :END: - list - of - items ** col2 :B_block:BMCOL: :PROPERTIES: :BEAMER_env: block :BEAMER_col: 0.5 :END: [[pic]] #+end_src Probably not that helpful, just wanted to clarify that some environments are still compatible (in case someone finds this and thinks that *all* multiple combos are not possible anymore). John On Wed, May 25, 2016 at 3:31 PM, Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote: > Hello, > > Rasmus <rasmus@gmx.us> writes: > >> Not necessarily. On the top of my head, you could have a column group >> with columns inside. This example used to be possible. I haven't checked >> now. > > This one is not possible anymore. A column environment implies columns. > You can also provide a columns environment explicitly, at a higher > level, e.g., to provide specific options. > > Regards, > > -- > Nicolas Goaziou >