emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Beamer support in Org-mode


From: Carsten Dominik
Subject: Re: [Orgmode] Beamer support in Org-mode
Date: Mon, 21 Dec 2009 23:28:41 +0100

Hi Thomas,


On Dec 21, 2009, at 4:50 PM, Thomas S. Dye wrote:

Aloha Carsten,

I've had a chance to look at your first draft of beamer support. You've done a terrific job. So much of the draft is right that it helps to focus thoughts on the parts that are candidates for discussion and possible change.

Thanks for the very positive feedback!


Along those lines, I don't think using headlines for \begin{columns} ... \end{columns} works very well. I think headlines should be reserved for sectioning, frames, elements of frames (blocks and friends), and notes. Once a headline level has been designated for frames (n), then headline n+1 becomes an element of the frame, and headline n+2 becomes notes for the frame (following Daniel Martins' lead).

Yes, this is another possibility in the notes-contest - I consider
that discussion as still running and not settled.


To my mind, columns are attributes of a frame, so they might better be handled as a property of the frame. Frame elements are specifically assigned to a column, or not, using a property.

You might or might not have noticed that the current
implementation is already one iteration further than the
first draft, and I have already followed a path which does
not encourage the use of special levels for the columns
environment.  Instead, it marks elements that *start* a new column.

You proposal is different, but has the disadvantage that each element
has to be labeled as being part of a column.  What is the advantage
of this approach?  Maybe that it is possible to have an element that is
*after* the columns, spanning again the whole frame, before another
element starts a new columns environment.

I can see that this
is desirable, but maybe it would be better to mark column starts
as I am doing now, and then maybe mar an element that is outside
of the column.  The reason why this approach seems (to me!) better is
that it is the shorter path from an outline to frames with columns.
So on  a slide with 10 items, you'd need to mark all ten, while I
need to mark only two in order to distribute the items over two
columns.

- Carsten

P.S. I am also not entirely sure if I understand how exactly
your setup below should look in LaTeX - maybe you can also show
the desired LaTeX output?


Roughly, this would yield the following syntax, which ought to export fairly cleanly with the HTML and LaTeX exporters.

#+BEAMER_FRAME_LEVEL 2

* Section 1
** Frame 1
        :PROPERTIES:
        :FRAME_COLS: 2
        :END:
*** Element 1   :block:
        :PROPERTIES:
        :IN_COL: 1
        :END:
        - Item 1
        - Item 2
**** Notes about Element 1 block
        - Keyed to Item 1
        - Keyed to Item 2
*** Element 2   :block:
        :PROPERTIES:
        :IN_COL: 2
        :END:
        - Item 3
        - Item 4
*** Element 3
This element spans two columns. The headline doesn't appear on the slide. *** Element 4 (headline doesn't appear on the slide because not a block or friend)
        :PROPERTIES:
        :IN_COL: 1
        :END:
        - Item 5
        - Item 6
** Frame 2
*** Element 1
        - Item 1
        - Item 2
 **** Notes
        - Note for item 1
        - Note for item 2

Thanks again for drafting what should be a very useful addition to the already insanely useful org-mode.

HTH,
Tom

On Dec 10, 2009, at 10:05 PM, Carsten Dominik wrote:

Hi everyone,

the current state of affairs in beamer support is now in
the master branch of the git repo.

My little draft documentation is now at

 http://orgmode.org/worg/org-tutorials/org-beamer.php

But it is really limited and I am hoping very much that someone
will turn this into something useful!

- Carsten


On Dec 11, 2009, at 12:49 AM, Mark Elston wrote:

Nick Dokos wrote:
IIUC, another way to go (possibly much simpler than org-babel[1]) is to use
selective export:
  #+EXPORT_SELECT_TAGS:   Tags that select a tree for export
  #+EXPORT_EXCLUDE_TAGS:  Tags that exclude a tree from export
Mark the handout and notes sections with different tags and export
the document twice, once with the handout tag selected and once
with the notes tag selected.

This sounds like it would work as well, though it probably results
in a very different org-file organization to make it work.  I will
have to play around with the various options to see what works best
for me.

Thanks.

HTH,
Nick
[1] NB: org-babel is another area that I know very little about, but hope to learn more about during vacation (although by this time, the
todo list for vacation has expanded sufficiently to occupy several
lifetimes...)

Hah!  I know exactly what you mean...

Mark


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

- Carsten





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


- Carsten







reply via email to

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