Re: [Orgmode] Re: org-export-generic.el patch to make it load with "require"

2010-02-08 Thread Carsten Dominik
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

[Orgmode] Re: org-export-generic.el patch to make it load with "require"

2010-02-08 Thread Wes Hardaker
> 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> Hav