emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <ndokos@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: notes in org-mode export to beamer
Date: Mon, 06 Jul 2015 01:53:21 -0400	[thread overview]
Message-ID: <871tglj0ha.fsf@alphaville.usersys.redhat.com> (raw)
In-Reply-To: 1283756117.2604854.1436040209607.JavaMail.yahoo@mail.yahoo.com

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

      reply	other threads:[~2015-07-06  5:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-04 20:03 notes in org-mode export to beamer Vicente
2015-07-06  5:53 ` Nick Dokos [this message]

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=871tglj0ha.fsf@alphaville.usersys.redhat.com \
    --to=ndokos@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).