<[email protected]> 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).
>
Having the provided symbol have the same print-name as the file
name is a common convention, but you *can* do what you want with
(require 'org-generic "org-export-generic")
although your patch is probably the right long term solution.
HTH,
Nick
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode