emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] small patch to org-exp-blocks.el


From: Carsten Dominik
Subject: Re: [Orgmode] small patch to org-exp-blocks.el
Date: Wed, 10 Jun 2009 19:33:06 +0200

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 <address@hidden>
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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

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