emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [beamer] blank outline slide?


From: Eric S Fraga
Subject: Re: [O] [beamer] blank outline slide?
Date: Mon, 16 May 2011 10:57:25 +0100
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

zwz <address@hidden> 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 via email to

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