From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: [Beamer] headings missing with two columns Date: Tue, 26 Jan 2016 17:13:50 +0000 Message-ID: <87twm08drl.fsf@delle7240.chemeng.ucl.ac.uk> References: <87lh7c8jf3.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]:58761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aO7Gi-0000uk-BA for emacs-orgmode@gnu.org; Tue, 26 Jan 2016 12:19:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aO7Gd-0005vw-Bn for emacs-orgmode@gnu.org; Tue, 26 Jan 2016 12:19:04 -0500 Received: from mail-am1on0108.outbound.protection.outlook.com ([157.56.112.108]:5728 helo=emea01-am1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aO7Gd-0005vD-3C for emacs-orgmode@gnu.org; Tue, 26 Jan 2016 12:18:59 -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 Tuesday, 26 Jan 2016 at 16:11, Loris Bennett wrote: > Hi, > > With the following: [...] > I expected to see headings "Fruit" and "Vegetables" over the two > columns, but they do not appear. I thought I had to use > > :BEAMER_env: ignoreheading > > explicitly to suppress the headings and that the default was to show > them. > > What am I doing wrong? You haven't said what version of org you are using. The above would probably work with versions of org 7.x but for 8.x, you need a different set of commands to achieve what you want. The following should do what you want: #+begin_src org ,#+TITLE: test ,#+OPTIONS: H:3 ,#+startup: beamer ,* blah ,** test ,*** Food ,**** Fruit :B_block:BMCOL: :PROPERTIES: :BEAMER_col: 0.5 :BEAMER_env: block :END: - apple - banana ,**** Vegetables :B_block:BMCOL: :PROPERTIES: :BEAMER_col: 0.5 :BEAMER_env: block :END: - artichoke - broccoli #+end_src Note the removal of the LaTeX class declaration. In v8, blocks have headings ignored by default if they are columns so you need to specify a block type explicitly. Using the beamer startup directive allows you to easily specify what you want on a headline by C-c C-b. HTH, eric -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org release_8.3.3-449-gd85ff3