emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: zwz <zhangweize@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: [beamer] blank outline slide?
Date: Mon, 16 May 2011 10:57:25 +0100	[thread overview]
Message-ID: <87y627otmi.fsf@pinto.chemeng.ucl.ac.uk> (raw)
In-Reply-To: <877h9si1ck.fsf@gmail.com> (zwz's message of "Sun, 15 May 2011 20:40:11 +0800")

zwz <zhangweize@gmail.com> writes:

[...]

> I found the problem. In fact I forgot there's a hook 
> (add-hook 'org-mode-hook
>           (lambda ()
>             (org-set-local 'yas/trigger-key [tab])
>             (define-key yas/keymap [tab] 'yas/next-field)
>             (if (member "XeTeX" org-todo-keywords-1)
>                 (setq org-latex-to-pdf-process
>                       '("xelatex -interaction nonstopmode -output-directory %o %f")))))
>
> As org-latex-to-pdf-process is not a buffer-local variable, the value is
> changed after the first exporting.
>
> Now to get the outline slide, I just
> (setq org-latex-to-pdf-process
>   '("xelatex -interaction nonstopmode -output-directory %o %f"
>     "xelatex -interaction nonstopmode -output-directory %o %f"))

Ah ha!  Excellent.  Glad you solved it.
-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.5 (release_7.5.284.g2a8fb)

      reply	other threads:[~2011-05-16  9:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-12 13:43 [beamer] blank outline slide? zwz
2011-05-13  9:43 ` Eric S Fraga
2011-05-14 15:08   ` zwz
2011-05-14 19:57     ` Eric S Fraga
2011-05-15 12:40       ` zwz
2011-05-16  9:57         ` Eric S Fraga [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=87y627otmi.fsf@pinto.chemeng.ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --cc=emacs-orgmode@gnu.org \
    --cc=zhangweize@gmail.com \
    /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).