all messages for Emacs-related lists mirrored at yhetil.org
 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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.