emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Eric Schulte" <schulte.eric@gmail.com>
To: Org Mode List <emacs-orgmode@gnu.org>
Subject: small patch to org-exp-blocks.el
Date: Wed, 10 Jun 2009 10:08:27 -0700	[thread overview]
Message-ID: <m27hzk6mpg.fsf@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 77 bytes --]

Hi,

This small patch fixes a type/bug in org-exp-blocks.el

Thanks -- Eric


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-fixed-small-typo-bug-in-org-exp-blocks.el.patch --]
[-- Type: text/x-patch, Size: 897 bytes --]

From 52d19ba03da732f436f3f7d205a6ad9d6261ce82 Mon Sep 17 00:00:00 2001
From: Eric Schulte <schulte.eric@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


[-- Attachment #3: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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	other threads:[~2009-06-10 17:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-10 17:08 Eric Schulte [this message]
2009-06-10 17:33 ` small patch to org-exp-blocks.el Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m27hzk6mpg.fsf@gmail.com \
    --to=schulte.eric@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).