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 <schulte.e...@gmail.com>
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



_______________________________________________
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