From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: [beamer] blank outline slide? Date: Mon, 16 May 2011 10:57:25 +0100 Message-ID: <87y627otmi.fsf@pinto.chemeng.ucl.ac.uk> References: <87ei44t4ow.fsf@gmail.com> <87pqnnaqbs.fsf@ucl.ac.uk> <87tycxz5ec.fsf@gmail.com> <878vu9awdv.fsf@ucl.ac.uk> <877h9si1ck.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:37242) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QLuYS-0007vR-9m for emacs-orgmode@gnu.org; Mon, 16 May 2011 05:57:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QLuYR-00027i-E9 for emacs-orgmode@gnu.org; Mon, 16 May 2011 05:57:36 -0400 Received: from vscani-b2.ucl.ac.uk ([144.82.108.135]:52121) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QLuYR-00026k-A5 for emacs-orgmode@gnu.org; Mon, 16 May 2011 05:57:35 -0400 In-Reply-To: <877h9si1ck.fsf@gmail.com> (zwz's message of "Sun, 15 May 2011 20:40:11 +0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: zwz Cc: emacs-orgmode@gnu.org zwz 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)