emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Re: [SOLVED] org-export-blocks


From: Bastien
Subject: Re: [Orgmode] Re: [SOLVED] org-export-blocks
Date: Thu, 16 Jul 2009 23:09:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Hi Simon,

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




reply via email to

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