소스 검색

org-list: fix insert-item with added data to structure

Nicolas Goaziou 15 년 전
부모
커밋
f66e9cbfd5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org-list.el

+ 1 - 1
lisp/org-list.el

@@ -652,7 +652,7 @@ function ends."
 		    (setcar (nthcdr 6 e) (+ end size-offset))))))
       	    struct)
       (setq struct (sort
-      		    (cons (list item ind bullet nil box (+ item item-size))
+      		    (cons (list item ind bullet nil box nil (+ item item-size))
       			  struct)
       		    (lambda (e1 e2) (< (car e1) (car e2)))))
       ;; 6. If not BEFOREP, new item must appear after ITEM, so