From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-export-generic.el patch to make it load with "require" Date: Thu, 4 Feb 2010 07:34:24 +0100 Message-ID: References: <87fx5i473p.fsf@it.com> 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 1NcvxD-0004on-3D for emacs-orgmode@gnu.org; Thu, 04 Feb 2010 02:16:43 -0500 Received: from [199.232.76.173] (port=51508 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NcvxB-0004o0-Us for emacs-orgmode@gnu.org; Thu, 04 Feb 2010 02:16:42 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NcvxA-0001sA-F3 for emacs-orgmode@gnu.org; Thu, 04 Feb 2010 02:16:41 -0500 Received: from mail-ew0-f228.google.com ([209.85.219.228]:36395) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ncvx9-0001rb-Ud for emacs-orgmode@gnu.org; Thu, 04 Feb 2010 02:16:40 -0500 Received: by ewy28 with SMTP id 28so2360332ewy.8 for ; Wed, 03 Feb 2010 23:16:33 -0800 (PST) In-Reply-To: <87fx5i473p.fsf@it.com> 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: news@aleblanc.cotse.netnews@aleblanc.cotse.net Cc: emacs-orgmode@gnu.org Hi, I have applied you patch, but also kept the old provide statement, to make sure that no old code will break. Thanks. - Carsten On Feb 3, 2010, at 5:27 PM, 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). > > This patch changes (provide 'org-generic) to > (provide 'org-export-generic) so I can load it normally. > > *** ~/.emacs.d/org-export-generic.el 2010-02-03 15:47:30.000000000 > +0000 > --- ~/.emacs.d/org-mode/contrib/lisp/org-export-generic.el > 2010-02-03 15:46:45.000000000 +0000 > *************** > *** 1237,1242 **** > (and vl (setcar vl nil)) > vl)) > > ! (provide 'org-export-generic) > > ;;; org-export-generic.el ends here > --- 1237,1242 ---- > (and vl (setcar vl nil)) > vl)) > > ! (provide 'org-generic) > > ;;; org-export-generic.el ends here > > > > > -- > aleblanc > > > > _______________________________________________ > 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