Hi Simon,

Simon Mullis <si...@mullis.co.uk> writes:

> "(load "/usr/share/org-mode/lisp/org-exp-blocks.el")"

The convention is to "require" a feature rather than to load a file:

  (require 'org-exp-blocks)

The feature 'org-exp-blocks is provided by the library at the end:

  (provide 'org-exp-blocks)

HTH,

PS: welcome to the light side...

-- 
 Bastien


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to