emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Nick Dokos
Subject: Re: [Orgmode] org-export-generic.el patch to make it load with "require"
Date: Wed, 03 Feb 2010 12:03:29 -0500

<address@hidden> 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]