From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: small patch to org-exp-blocks.el Date: Wed, 10 Jun 2009 19:33:06 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MERfn-0002Xs-S4 for emacs-orgmode@gnu.org; Wed, 10 Jun 2009 13:33:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MERfj-0002WC-AS for emacs-orgmode@gnu.org; Wed, 10 Jun 2009 13:33:15 -0400 Received: from [199.232.76.173] (port=41795 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MERfj-0002W5-3w for emacs-orgmode@gnu.org; Wed, 10 Jun 2009 13:33:11 -0400 Received: from mail-ew0-f225.google.com ([209.85.219.225]:43500) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MERfi-000188-Nt for emacs-orgmode@gnu.org; Wed, 10 Jun 2009 13:33:10 -0400 Received: by ewy25 with SMTP id 25so1227085ewy.42 for ; Wed, 10 Jun 2009 10:33:09 -0700 (PDT) In-Reply-To: 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: Eric Schulte Cc: Org Mode List applied, thanks.... - Carsten On Jun 10, 2009, at 7:08 PM, Eric Schulte wrote: > Hi, > > This small patch fixes a type/bug in org-exp-blocks.el > > Thanks -- Eric > > From 52d19ba03da732f436f3f7d205a6ad9d6261ce82 Mon Sep 17 00:00:00 2001 > From: Eric Schulte > Date: Wed, 10 Jun 2009 10:06:33 -0700 > Subject: [PATCH] fixed small typo/bug in org-exp-blocks.el > > --- > contrib/lisp/org-exp-blocks.el | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/contrib/lisp/org-exp-blocks.el b/contrib/lisp/org-exp- > blocks.el > index 2e07d92..fc3b2c5 100644 > --- a/contrib/lisp/org-exp-blocks.el > +++ b/contrib/lisp/org-exp-blocks.el > @@ -100,7 +100,7 @@ blocks is as follows... > (ditaa org-export-blocks-format-ditaa nil)" > (unless (member block-spec org-export-blocks) > (setq org-export-blocks (cons block-spec org-export-blocks)) > - (org-export-blocks-set-blocks 'org-export-blocks))) > + (org-export-blocks-set 'org-export-blocks))) > > (defcustom org-export-blocks > '((comment org-export-blocks-format-comment t) > -- > 1.6.3 > > _______________________________________________ > 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