emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* notes in org-mode export to beamer
@ 2015-07-04 20:03 Vicente
  2015-07-06  5:53 ` Nick Dokos
  0 siblings, 1 reply; 2+ messages in thread
From: Vicente @ 2015-07-04 20:03 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

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

 Is it possible to have additional notes --references, explanations, quotations, etc-- outside the frame in an org-mode presentation and keep them in exports? Actually I'm thinking more of a handout than a strict beamer export. Graphically, I'd like to show the frames as "images" and the notes as text below them. 
  

[-- Attachment #2: Type: text/html, Size: 1163 bytes --]

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

* Re: notes in org-mode export to beamer
  2015-07-04 20:03 notes in org-mode export to beamer Vicente
@ 2015-07-06  5:53 ` Nick Dokos
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Dokos @ 2015-07-06  5:53 UTC (permalink / raw)
  To: emacs-orgmode

Vicente <desdefuera@yahoo.com> writes:

> Is it possible to have additional notes --references, explanations,
> quotations, etc-- outside the frame in an org-mode presentation and
> keep them in exports? Actually I'm thinking more of a handout than a
> strict beamer export.  Graphically, I'd like to show the frames as
> "images" and the notes as text below them.

Beamer provides notes (see its user guide) and org supports that using
the BEAMER_ENV note environment. Something like this:

--8<---------------cut here---------------start------------->8---
#+TITLE: Quicksort in Clojure
#+AUTHOR: J David Smith
#+DATE: <2014-04-11 Fri>
#+OPTIONS: toc:nil num:nil
#+STARTUP: beamer
#+LATEX_HEADER: \setbeamersize{text margin left=10pt}
#+LATEX_HEADER: \setbeameroption{show notes}


* Clojure
  - Dialect of Lisp
  - Compiles into JVM Bytecode

** Note
:PROPERTIES:
:BEAMER_ENV: note
:END:

This is a note

...

--8<---------------cut here---------------end--------------->8---

See the beamer export section in the Org manual.

HTH,
Nick

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

end of thread, other threads:[~2015-07-06  5:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-04 20:03 notes in org-mode export to beamer Vicente
2015-07-06  5:53 ` Nick Dokos

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).