emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <n.goaziou@gmail.com>
To: Julien Cubizolles <j.cubizolles@free.fr>
Cc: emacs-orgmode@gnu.org
Subject: Re: Several questions about beamer export
Date: Fri, 12 Jul 2013 09:16:06 +0200	[thread overview]
Message-ID: <874nc09rk9.fsf@gmail.com> (raw)
In-Reply-To: <87li5cwymc.fsf@free.fr> (Julien Cubizolles's message of "Thu, 11 Jul 2013 23:55:07 +0200")

Hello,

Julien Cubizolles <j.cubizolles@free.fr> writes:

> * What's the difference between BEAMER_ENV and BEAMER_env ?

Properties are case insensitive. Therefore there is none.

> * What is the best way to generate 
>  \only<2-3>{Some text of picture} without creating a new heading ?

You can use export snippets:

  @@beamer:\only<2-3>{@@Some text of picture@@beamer:}@@

and for more readability, you can wrap this in a macro:

  #+MACRO: only @@beamer:\only$1{@@$2@@beamer:}@@

Your example becomes:

  {{{only(<2-3>,Some text of picture)}}}
>
> * Is there a shortcut/easy template to ATTR_BEAMER ? I know I could use
>   a yas snippet but maybe there is already something in place.
>
> * in LaTeX you can use \graphicspath to define the directories in which
>   to look for picture files. Does org mode offer the same possibility ?
>
> * All the headers I add end up on the same line when I define them like
>   in the following (even with an empty line).

Not all the headers are concerned. There's only a missing newline
character between the last "header" and the first "header_extra". This
should now be fixed. Thanks for reporting it.


Regards,

-- 
Nicolas Goaziou

      parent reply	other threads:[~2013-07-12  7:15 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-11 21:55 Several questions about beamer export Julien Cubizolles
2013-07-12  3:21 ` Nick Dokos
2013-07-12  5:16   ` Julien Cubizolles
2013-07-12  7:13     ` Nick Dokos
2013-07-12  7:19       ` Nicolas Goaziou
2013-07-12  7:02 ` Nick Dokos
2013-07-12 15:05   ` Julien Cubizolles
2013-07-12 15:16     ` Nick Dokos
2013-07-12 16:45       ` Darlan Cavalcante Moreira
2013-07-12 17:14         ` Nick Dokos
2013-07-15  9:03         ` Julien Cubizolles
2013-07-15 13:05           ` Nick Dokos
2013-07-15 19:58             ` Julien Cubizolles
2013-09-03  8:31               ` Julien Cubizolles
2013-07-12  7:16 ` Nicolas Goaziou [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=874nc09rk9.fsf@gmail.com \
    --to=n.goaziou@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=j.cubizolles@free.fr \
    /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).