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: Darlan Cavalcante Moreira
Subject: Re: [Orgmode] Beamer support in Org-mode
Date: Thu, 10 Dec 2009 13:50:52 -0300
User-agent: Wanderlust/2.15.6 (Almost Unreal) Emacs/23.1 Mule/6.0 (HANACHIRUSATO)

At Thu, 10 Dec 2009 17:09:33 +0100,
Carsten Dominik <address@hidden> wrote:
> 
> 
> On Nov 26, 2009, at 7:29 PM, Darlan Cavalcante Moreira wrote:
> 
> >
> >
> > I usually make my presentations in beamer as below.
> > ,----
> > | \begin{frame}
> > |   \frametitle{This is the frametitle}
> > |   \begin{itemize}
> > |     \item Some information
> > |     \begin{itemize}
> > |       \item Some information in a subitem
> > |     \end{itemize}
> > |     \item more information
> > |     \item more information \note[item]{This is a note about this  
> > item}
> > |   \end{itemize}
> > | \end{frame}
> > `----
> >
> > Therefore, I think a simple solution is just writing the \note  
> > command directly
> > in org that would then be passed to beamer. In org-mode the same  
> > slide would be
> >
> > ,----
> > | * This is the frametitle
> > |  - Some information
> > |    - Some information in a subitem
> > |  - more information
> > |  - more information \note[item]{This is a note about this item}
> > `----
> >
> > This avoids cluttering the org file and since the item (including  
> > the note) will
> > probably span more then one line, then just leaving notes like this  
> > will allow
> > hiding everything with the outline capabilities of org-mode. If a  
> > subtree is
> > used this would probably not be possible.
> >
> > The "item" option in the note command is used in beamer to number  
> > the notes (I
> > myself always want this).
> >
> > Of course that if everyone else like to put the notes at the end of  
> > the frame
> > then a subtree with all the notes makes sense. Beamer does not  
> > impose where the
> > notes should be inside the frame and I can reeducate myself to put  
> > them inside a
> > subtree, but I'd like to leave the notes near the items they are  
> > related to, if
> > possible.
> 
> I still don't have any better ideas than this to represent notes
> in Org for beamer presentations.  Just writing \noe{...} as you
> suggest will certainly work - the disadvantage is that this does
> not make a lot of sense when exporting to other formats.
> 
> One option would be to turn all those notes into footnotes
> for other export.....
> 
> I'd really be interested to get more input on this issue.
> 
> - Carsten
> 

Maybe it is better to simple ignore notes when exporting to other formats.

For me notes in beamer are useful only to give me an idea of what I intend to
talk about in the presentation and help me training for the presentation. They
are not really "part of the final exported document" and sometimes I put a lot
of information in them (possible in a different language from the
presentation).

Also, the contents in notes can be anything such as a table or a figure. This
obviously would result in an error if or if org tried to put them into a
footnote when exporting to other formats.

Therefore, the question is has anyone here any interest in notes when exporting
to other formats or do they only make sense when exporting to beamer?




reply via email to

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