From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: [SOLVED] org-export-blocks Date: Thu, 16 Jul 2009 23:09:43 +0200 Message-ID: <87ljmomj1k.fsf@bzg.ath.cx> References: <23d7e1bb0907140806s132e1c1fr38cbf3495733379b@mail.gmail.com> <23d7e1bb0907140909h1caa2289yfb1d7f88678cb881@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRYDH-0002cY-Lm for emacs-orgmode@gnu.org; Thu, 16 Jul 2009 17:09:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRYDD-0002Vx-PB for emacs-orgmode@gnu.org; Thu, 16 Jul 2009 17:09:59 -0400 Received: from [199.232.76.173] (port=60101 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRYDD-0002Vf-Jn for emacs-orgmode@gnu.org; Thu, 16 Jul 2009 17:09:55 -0400 Received: from mail-pz0-f202.google.com ([209.85.222.202]:53823) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MRYDD-0003qc-9p for emacs-orgmode@gnu.org; Thu, 16 Jul 2009 17:09:55 -0400 Received: by pzk40 with SMTP id 40so238527pzk.14 for ; Thu, 16 Jul 2009 14:09:54 -0700 (PDT) In-Reply-To: <23d7e1bb0907140909h1caa2289yfb1d7f88678cb881@mail.gmail.com> (Simon Mullis's message of "Tue, 14 Jul 2009 18:09:34 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Simon Mullis Cc: emacs-orgmode@gnu.org Hi Simon, Simon Mullis 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