emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-export-generic.el patch to make it load with "require"
@ 2010-02-03 16:27 news
  2010-02-03 17:03 ` Nick Dokos
  2010-02-04  6:34 ` Carsten Dominik
  0 siblings, 2 replies; 5+ messages in thread
From: news @ 2010-02-03 16:27 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-02-08 22:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-03 16:27 org-export-generic.el patch to make it load with "require" news
2010-02-03 17:03 ` Nick Dokos
2010-02-08 19:50   ` Wes Hardaker
2010-02-08 22:40     ` Carsten Dominik
2010-02-04  6:34 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).