From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: small patch to org-exp-blocks.el Date: Wed, 10 Jun 2009 10:08:27 -0700 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MERHx-0006Ei-Lr for emacs-orgmode@gnu.org; Wed, 10 Jun 2009 13:08:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MERHt-0006EI-45 for emacs-orgmode@gnu.org; Wed, 10 Jun 2009 13:08:37 -0400 Received: from [199.232.76.173] (port=59024 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MERHs-0006EF-TT for emacs-orgmode@gnu.org; Wed, 10 Jun 2009 13:08:32 -0400 Received: from mail-px0-f202.google.com ([209.85.216.202]:42307) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MERHs-00062W-Dd for emacs-orgmode@gnu.org; Wed, 10 Jun 2009 13:08:32 -0400 Received: by pxi40 with SMTP id 40so894869pxi.14 for ; Wed, 10 Jun 2009 10:08:31 -0700 (PDT) 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: Org Mode List --=-=-= Hi, This small patch fixes a type/bug in org-exp-blocks.el Thanks -- Eric --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-fixed-small-typo-bug-in-org-exp-blocks.el.patch >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 --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --=-=-=--