From 10d76f720a1f32e7fa73cb3359c1beae2b72da84 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Fri, 18 Feb 2011 06:13:29 -0700 Subject: [PATCH] ob: adjust to changes in list format * lisp/ob.el (org-babel-result-end): Adjust marker of list end to changes in the list format. --- lisp/ob.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ob.el b/lisp/ob.el index 88226e873..36e843ff3 100644 --- a/lisp/ob.el +++ b/lisp/ob.el @@ -1585,8 +1585,8 @@ code ---- the results are extracted in the syntax of the source (cond ((org-at-table-p) (progn (goto-char (org-table-end)) (point))) ((org-at-item-p) (let* ((struct (org-list-struct)) - (prevs (org-list-prevs-alist struct))) - (org-list-get-list-end (point-at-bol) struct prevs))) + (prvs (org-list-prevs-alist struct))) + (1- (org-list-get-list-end (point-at-bol) struct prvs)))) (t (let ((case-fold-search t) (blocks-re (regexp-opt