emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Ruud Brekelmans <ruud.brekelmans@gmail.com>
To: Carsten Dominik <carsten.dominik@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Bug: beamer columns mixed up [6.33trans]
Date: Fri, 1 Jan 2010 13:51:05 +0100	[thread overview]
Message-ID: <a577f2c31001010451w3a68e18fw9f032d24f46de217@mail.gmail.com> (raw)
In-Reply-To: <E78090A7-1970-44D0-AC43-F15FFB1526D7@gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 1603 bytes --]

Hi Carsten,

2009/12/31 Carsten Dominik <carsten.dominik@gmail.com>

> Hi Ruud,
>
> can you please post the exact content of your Org-mode file?
>
> Also, are you using the latest Org version?
>
>
I have attached the org-mode file and resulting latex file. Yes, I am using
the latest Org version.

Ruud






> - Carsten
>
>
> On Dec 30, 2009, at 9:37 PM, Ruud Brekelmans wrote:
>
>
>> Remember to cover the basics, that is, what you expected to happen and
>> what in fact did happen.  You don't know how to make a good report?  See
>>
>>     http://orgmode.org/manual/Feedback.html#Feedback
>>
>> Your bug report will be posted to the Org-mode mailing list.
>> ------------------------------------------------------------------------
>>
>>
>> I am trying to create a beamer presentation using the example at the
>> bottom of the page
>>
>> http://orgmode.org/worg/org-tutorials/org-beamer.php
>>
>> This example creates column environments *outside* the frame
>> environment and closes them *inside*.  Surely, that can't be right.
>>
>> \section{This is the first structural section}
>> \label{sec-1}
>> \begin{columns}[t]
>> \begin{column}{0.5\textwidth}
>> \begin{frame}
>> \frametitle{Thanks to Eric Fraga}
>> \label{sec-1.2}
>>
>>    for the first viable beamer setup in Org
>> \end{column}
>> \end{columns}
>> \end{frame}
>>
>>
>> Best regards,
>> Ruud
>>
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Please use `Reply All' to send replies to the list.
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>
>
> - Carsten
>
>
>
>

[-- Attachment #1.2: Type: text/html, Size: 2736 bytes --]

[-- Attachment #2: test2.org --]
[-- Type: application/octet-stream, Size: 1998 bytes --]

#+LaTeX_CLASS: beamer
#+TITLE: Example Presentation
#+AUTHOR: Carsten Dominik
#+LaTeX_CLASS_OPTIONS: [presentation]
#+BEAMER_FRAME_LEVEL: 2
#+BEAMER_HEADER_EXTRA: \usetheme{Madrid}\usecolortheme{default}
#+COLUMNS: %35ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) %4BEAMER_col(Col) %8BEAMER_extra(Extra)
#+OPTIONS: tags:nil


* This is the first structural section

** Frame 1 \\ with a subtitle
*** Thanks to Eric Fraga                                            :B_block:
    :PROPERTIES:
    :BEAMER_env: block
    :BEAMER_envargs: C[t]
    :BEAMER_col: 0.5
    :END:
    for the first viable beamer setup in Org
*** Thanks to everyone else                                         :B_block:
    :PROPERTIES:
    :BEAMER_col: 0.5
    :BEAMER_env: block
    :BEAMER_envargs: <2->
    :END:
    for contributing to the discussion
** Frame 2 \\ Like 1, but now with explicit columns
    :PROPERTIES:
    :BEAMER_extra: \transblindsvertical[duration=1]
    :END:
*** columns                                                       :B_columns:
    :PROPERTIES:
    :BEAMER_env: columns
    :END:
**** 0.5                                                           :B_column:
     :PROPERTIES:
     :BEAMER_env: column
     :END:
***** Thanks to Eric Fraga                                          :B_block:
      :PROPERTIES:
      :BEAMER_env: block
      :BEAMER_col: 
      :END:
      for the first viable beamer setup in Org

**** 0.5                                                           :B_column:
     :PROPERTIES:
     :BEAMER_env: column
     :END:

***** Thanks to everyone else                                       :B_block:
      :PROPERTIES:
      :BEAMER_col: 
      :BEAMER_env: block
      :BEAMER_envargs: <2->
      :END:
      for contributing to the discussion
** Frame 2 \\ where we will not use columns
*** Request                                                         :B_block:
    Please test this stuff!

[-- Attachment #3: test2.tex --]
[-- Type: application/x-tex, Size: 1387 bytes --]

[-- Attachment #4: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2010-01-01 12:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-30 20:37 Bug: beamer columns mixed up [6.33trans] Ruud Brekelmans
2009-12-31  7:52 ` Carsten Dominik
2010-01-01 12:51   ` Ruud Brekelmans [this message]
2010-01-02  7:23     ` Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a577f2c31001010451w3a68e18fw9f032d24f46de217@mail.gmail.com \
    --to=ruud.brekelmans@gmail.com \
    --cc=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).