From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: [Beamer] headings missing with two columns Date: Wed, 27 Jan 2016 10:34:08 +0000 Message-ID: <87wpqvl3a7.fsf@pinto.chemeng.ucl.ac.uk> References: <87lh7c8jf3.fsf@hornfels.zedat.fu-berlin.de> <87twm08drl.fsf@delle7240.chemeng.ucl.ac.uk> <87bn87qum7.fsf@hornfels.zedat.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aONfe-0007AM-IF for emacs-orgmode@gnu.org; Wed, 27 Jan 2016 05:49:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aONfb-0004oC-Ba for emacs-orgmode@gnu.org; Wed, 27 Jan 2016 05:49:54 -0500 Received: from mail-db3on0122.outbound.protection.outlook.com ([157.55.234.122]:29776 helo=emea01-db3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aONfb-0004nw-2X for emacs-orgmode@gnu.org; Wed, 27 Jan 2016 05:49:51 -0500 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: Loris Bennett Cc: emacs-orgmode@gnu.org On Wednesday, 27 Jan 2016 at 09:44, Loris Bennett wrote: [...] > Thanks, this works (I'm using 8.3.3). Now I am wondering whether it is > possible to have two headings in the same columns of the same order? I > thought that I would need a dummy heading between "Food" and "Fruit", > but the following does not work (everything ends up in a single > column). Even if it had worked, presumably it would have changed the > formatting, since '**** Fruit' is now '***** Fruit', or should > 'ignoreheading' handle that? I am not entirely sure what you are trying to achieve. However, I can say that ignoreheading and block are mutually exclusive environment settings so you cannot have both. A block needs a heading but if you ignore it, you cannot have a block. The following works, assuming I have understood what you wanted: #+begin_src org ,#+TITLE: test ,#+OPTIONS: H:3 ,#+STARTUP: beamer ,* blah ,** test ,*** Food ,**** dummy 1 :BMCOL: :PROPERTIES: :BEAMER_col: 0.5 :END: ,***** Fruit - apple - banana ,***** Nuts - brasil - cashew ,**** dummy 2 :BMCOL: :PROPERTIES: :BEAMER_col: 0.5 :END: ,***** Vegetables - artichoke - broccoli ,***** Pulses - chickpea - lentil #+end_src If you want a block with an empty heading, use a non-printing space of some sort for the heading, maybe @@latex:~@@? -- : Eric S Fraga (0xFFFCF67D), Emacs 24.5.1, Org release_8.3.3-456-g164555