From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: org-e-beamer missing from org-export-dispatch ui Date: Wed, 10 Oct 2012 12:22:23 +0200 Message-ID: <20121010102223.GD6474@kuru.dyndns-at-home.com> References: <20121009123929.GB21761@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLtQu-0004hn-L2 for emacs-orgmode@gnu.org; Wed, 10 Oct 2012 06:22:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLtQq-00026I-EC for emacs-orgmode@gnu.org; Wed, 10 Oct 2012 06:22:32 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:58747) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLtQq-00025z-8J for emacs-orgmode@gnu.org; Wed, 10 Oct 2012 06:22:28 -0400 Received: by mail-we0-f169.google.com with SMTP id u3so253911wey.0 for ; Wed, 10 Oct 2012 03:22:27 -0700 (PDT) Content-Disposition: inline In-Reply-To: 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: emacs-orgmode@gnu.org On Tue, Oct 09, 2012 at 08:24:31PM +0000, bernard wrote: > Suvayu Ali gmail.com> writes: > > > > > Hi Nicolas and others, > > > > The option for beamer export seems to have gone missing from the > > org-export-dispatch ui. This is how I setup org-e-beamer export in a > > minimal emacs instance. > > > > (setq org-e-latex-pdf-process ; for experimental org-export > > '("xelatex -interaction nonstopmode -output-directory %o %f" > > "xelatex -interaction nonstopmode -output-directory %o %f" > > "xelatex -interaction nonstopmode -output-directory %o %f")) > > > > Thx for sharing. > > I have > (setq org-e-latex-pdf-process > '("texi2dvi --pdf --clean --verbose --batch %f")) > grabbed from > https://lists.gnu.org/archive/html/emacs-orgmode/2012-09/msg01005.html > > Could you (or someone else) explain the differences and tradeoffs involved > between both setups ? > Well texi2dvi is very clever and run makeindex or bibtex as needed and does that quite well until you encounter some of the bugs. In my case I encountered the infamous regex range in non-standard locales bug. In conclusion, if texi2dvi works for you, using it is a good option. HTH -- Suvayu Open source is the future. It sets us free.