From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: org-export-generic.el patch to make it load with "require" Date: Mon, 8 Feb 2010 23:40:29 +0100 Message-ID: References: <87fx5i473p.fsf@it.com> <12531.1265216609@gamaville.dokosmarshall.org> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NecHT-0000xp-W5 for emacs-orgmode@gnu.org; Mon, 08 Feb 2010 17:40:36 -0500 Received: from [199.232.76.173] (port=49079 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NecHT-0000xa-II for emacs-orgmode@gnu.org; Mon, 08 Feb 2010 17:40:35 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NecHS-0001Wo-7e for emacs-orgmode@gnu.org; Mon, 08 Feb 2010 17:40:35 -0500 Received: from mail-ew0-f228.google.com ([209.85.219.228]:43057) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NecHR-0001WQ-PQ for emacs-orgmode@gnu.org; Mon, 08 Feb 2010 17:40:34 -0500 Received: by ewy28 with SMTP id 28so2592937ewy.8 for ; Mon, 08 Feb 2010 14:40:32 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Wes Hardaker Cc: news@aleblanc.cotse.net, emacs-orgmode@gnu.org On Feb 8, 2010, at 8:50 PM, Wes Hardaker wrote: >>>>>> On Wed, 03 Feb 2010 12:03:29 -0500, Nick Dokos >>>>> > said: > > ND> wrote: >>> In the org-export-generic.el file the library is provided as org- >>> generic >>> instead of org-export-generic. >>> Not sure what the reason for this is, but I cannot load it with >>> (require 'org-generic). >>> > > ND> Having the provided symbol have the same print-name as the file > ND> name is a common convention, but you *can* do what you want with > > ND> (require 'org-generic "org-export-generic") > > ND> although your patch is probably the right long term solution. > > Agreed, and the name in the require file derives from the original > name > I used for the file. I should have renamed the (provide line when we > renamed the file. Whoops. I have already checked in a patch - the file now provides both symbols. - Carsten > > -- > Wes Hardaker > My Pictures: http://capturedonearth.com/ > My Thoughts: http://pontifications.hardakers.net/ > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten