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: Carsten Dominik
Subject: Re: [Orgmode] org-export-generic.el patch to make it load with "require"
Date: Thu, 4 Feb 2010 07:34:24 +0100

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, <address@hidden> <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).

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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten







reply via email to

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