* small patch to org-exp-blocks.el
@ 2009-06-10 17:08 Eric Schulte
2009-06-10 17:33 ` Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: Eric Schulte @ 2009-06-10 17:08 UTC (permalink / raw)
To: Org Mode List
[-- 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: small patch to org-exp-blocks.el
2009-06-10 17:08 small patch to org-exp-blocks.el Eric Schulte
@ 2009-06-10 17:33 ` Carsten Dominik
0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2009-06-10 17:33 UTC (permalink / raw)
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 <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
>
> _______________________________________________
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-06-10 17:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-10 17:08 small patch to org-exp-blocks.el Eric Schulte
2009-06-10 17:33 ` Carsten Dominik
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.