emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [Beamer] headings missing with two columns


From: Loris Bennett
Subject: [O] [Beamer] headings missing with two columns
Date: Tue, 26 Jan 2016 16:11:44 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Hi,

With the following:

#+TITLE: test
#+OPTIONS: H:3
#+LaTeX_CLASS: beamer
* blah
** test
*** Food                                                          :B_columns:
    :PROPERTIES:
    :BEAMER_env: columns
    :END:
**** Fruit                                                         :B_column:
     :PROPERTIES:
     :BEAMER_col: .5
     :BEAMER_env: column
     :END:
     - apple
     - banana
**** Vegetables                                                    :B_column:
     :PROPERTIES:
     :BEAMER_col: .5
     :BEAMER_env: column
     :END:
     - artichoke
     - broccoli

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?

Cheers,

Loris

-- 
This signature is currently under construction.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]