[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] [PATCH] Locally bind variable `txt'.
From: |
David Maus |
Subject: |
[Orgmode] [PATCH] Locally bind variable `txt'. |
Date: |
Thu, 15 Jul 2010 07:13:51 +0200 |
* org-list.el (org-list-send-list): Locally bind variable
`txt'.
---
lisp/org-list.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/org-list.el b/lisp/org-list.el
index 4e4306e..e68b952 100644
--- a/lisp/org-list.el
+++ b/lisp/org-list.el
@@ -1286,7 +1286,7 @@ this list."
(item-beginning (org-list-item-beginning))
(list (save-excursion (org-list-goto-true-beginning)
(org-list-parse-list)))
- beg)
+ txt beg)
(unless (fboundp transform)
(error "No such transformation function %s" transform))
(setq txt (funcall transform list))
--
1.7.1
- [Orgmode] [PATCH] Locally bind variable `txt'.,
David Maus <=