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:32:36 +0200 Message-ID: <20121010103236.GE6474@kuru.dyndns-at-home.com> References: <20121009123929.GB21761@kuru.dyndns-at-home.com> <87liff5r6v.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLtak-0008Cm-Lm for emacs-orgmode@gnu.org; Wed, 10 Oct 2012 06:32:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLtaj-0005EB-Ql for emacs-orgmode@gnu.org; Wed, 10 Oct 2012 06:32:42 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:48205) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLtaj-0005E4-Gg for emacs-orgmode@gnu.org; Wed, 10 Oct 2012 06:32:41 -0400 Received: by mail-we0-f169.google.com with SMTP id u3so260429wey.0 for ; Wed, 10 Oct 2012 03:32:40 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87liff5r6v.fsf@gmail.com> 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: Nicolas Goaziou Cc: Emacs Org mode Hi Nicolas, On Tue, Oct 09, 2012 at 10:24:56PM +0200, Nicolas Goaziou wrote: > 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? > I do not require libraries because then sometimes when I'm playing around and do something like unload-feature, Emacs refuses to proceed because my config file requires them. I found load-library to be a convenient work around. Now about the issue I was having, after a recent pull the issue seems to have disappeared. Now it works with both require and load-library. Cheers, -- Suvayu Open source is the future. It sets us free.