From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-e-beamer missing from org-export-dispatch ui Date: Tue, 09 Oct 2012 22:24:56 +0200 Message-ID: <87liff5r6v.fsf@gmail.com> References: <20121009123929.GB21761@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLgQQ-0001lU-WB for emacs-orgmode@gnu.org; Tue, 09 Oct 2012 16:29:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLgQQ-0004yl-3z for emacs-orgmode@gnu.org; Tue, 09 Oct 2012 16:29:10 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:48059) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLgQP-0004yb-Ti for emacs-orgmode@gnu.org; Tue, 09 Oct 2012 16:29:10 -0400 Received: by mail-wg0-f49.google.com with SMTP id gg4so3672931wgb.30 for ; Tue, 09 Oct 2012 13:29:08 -0700 (PDT) In-Reply-To: <20121009123929.GB21761@kuru.dyndns-at-home.com> (Suvayu Ali's message of "Tue, 9 Oct 2012 14:39:29 +0200") 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: Suvayu Ali Cc: Emacs Org mode Hello, Suvayu Ali writes: > 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. Once required, Beamer related export commands should appear in the same menu as latex ("l" key). > ;; load org-export and its backends > (load-library "org-export") > (load-library "org-e-latex") > (load-library "org-e-beamer") Why don't you simply (require 'org-e-beamer) instead? Regards, -- Nicolas Goaziou