emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* block in columns problem
@ 2015-01-20 12:43 Marko Schütz Schmuck
  2015-01-20 13:01 ` Rasmus
  0 siblings, 1 reply; 3+ messages in thread
From: Marko Schütz Schmuck @ 2015-01-20 12:43 UTC (permalink / raw)
  To: Orgmode Mailing List

[-- Attachment #1: Type: text/plain, Size: 901 bytes --]

In a presentation from before the new exporter, I used

* title 1
  - ...
  - ...

** goal 1:						      :BMCOL:B_block:
   :PROPERTIES:
   :BEAMER_env: block
   :BEAMER_col: 0.46
   :END:

   \( ... \)
** goal 2:						      :B_block:BMCOL:
   :PROPERTIES:
   :BEAMER_env: block
   :BEAMER_col: .54
   :END:

   ...

From reading up on this and searching the mailing list I was thinking
that with the new exporter this would have to be:

* title 1
  - ...
  - ...

** goal 1:
   :PROPERTIES:
   :BEAMER_env: block
   :BEAMER_col: 0.46
   :END:

   \( ... \)
** goal 2:
   :PROPERTIES:
   :BEAMER_env: block
   :BEAMER_col: .54
   :END:

But goal 1 & 2 come out in an enumeration. 

I have even been unable to get the example from
http://orgmode.org/worg/exporters/beamer/ox-beamer.html 
with the two columns to work.

Any hints?

Best regards,

Marko

[-- Attachment #2: OpenPGP Digital Signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: block in columns problem
  2015-01-20 12:43 block in columns problem Marko Schütz Schmuck
@ 2015-01-20 13:01 ` Rasmus
  2015-01-20 16:28   ` Marko Schütz Schmuck
  0 siblings, 1 reply; 3+ messages in thread
From: Rasmus @ 2015-01-20 13:01 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

Marko Schütz Schmuck <MarkoSchuetz@web.de> writes:

> In a presentation from before the new exporter, I used
>
> * title 1
>   - ...
>   - ...
>
> ** goal 1:						      :BMCOL:B_block:
>    :PROPERTIES:
>    :BEAMER_env: block
>    :BEAMER_col: 0.46
>    :END:
>
>    \( ... \)
> ** goal 2:						      :B_block:BMCOL:
>    :PROPERTIES:
>    :BEAMER_env: block
>    :BEAMER_col: .54
>    :END:

Yeah that should work and it does work on my system with Org v8.2 and v8.3.

> But goal 1 & 2 come out in an enumeration. 

You haven't by chance customized org-export-headline-levels?  Or set H:n
(n is a number) in your #+OPTIONS-line?  Try to set n to something like 3.

Cheers,
Rasmus

-- 
ツ

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: block in columns problem
  2015-01-20 13:01 ` Rasmus
@ 2015-01-20 16:28   ` Marko Schütz Schmuck
  0 siblings, 0 replies; 3+ messages in thread
From: Marko Schütz Schmuck @ 2015-01-20 16:28 UTC (permalink / raw)
  To: Rasmus; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1112 bytes --]

At Tue, 20 Jan 2015 14:01:07 +0100,
Rasmus wrote:
> 
> Hi,
> 
> Marko Schütz Schmuck <MarkoSchuetz@web.de> writes:
> 
> > In a presentation from before the new exporter, I used
> >
> > * title 1
> >   - ...
> >   - ...
> >
> > ** goal 1:						      :BMCOL:B_block:
> >    :PROPERTIES:
> >    :BEAMER_env: block
> >    :BEAMER_col: 0.46
> >    :END:
> >
> >    \( ... \)
> > ** goal 2:						      :B_block:BMCOL:
> >    :PROPERTIES:
> >    :BEAMER_env: block
> >    :BEAMER_col: .54
> >    :END:
> 
> Yeah that should work and it does work on my system with Org v8.2 and v8.3.
> 
> > But goal 1 & 2 come out in an enumeration. 
> 
> You haven't by chance customized org-export-headline-levels?  Or set H:n
> (n is a number) in your #+OPTIONS-line?  Try to set n to something like 3.

Before switching to the new exporter I had customized
org-export-latex-classes using org-beamer-sectioning. When switching
to the new exporter I used the sectioning from the start of
ox-beamer.el.

What is the customization of the sections in your setup?

Thanks and best regards,

Marko

[-- Attachment #2: OpenPGP Digital Signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-20 16:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-20 12:43 block in columns problem Marko Schütz Schmuck
2015-01-20 13:01 ` Rasmus
2015-01-20 16:28   ` Marko Schütz Schmuck

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).