From 8b01ab1e72d7761ec70b344019ab275306f3c487 Mon Sep 17 00:00:00 2001 From: Peterpaul Taekele Klein Haneveld Date: Wed, 12 Dec 2018 21:05:09 +0100 Subject: [PATCH] Fix rendering of markers with different sizes --- origami-parsers.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/origami-parsers.el b/origami-parsers.el index 87c704f..ff0aea6 100644 --- a/origami-parsers.el +++ b/origami-parsers.el @@ -135,7 +135,7 @@ position in the CONTENT." ((equal (caar positions) close) (if beg (progn ;close with no children - (setq acc (cons (funcall create beg (cdar positions) (length close) nil) + (setq acc (cons (funcall create beg (cdar positions) (length open) nil) acc)) (setq positions (cdr positions)) (setq beg nil))