Merge branch 'maint'
This commit is contained in:
commit
4a7b2c5072
|
@ -2550,10 +2550,13 @@ With optional prefix argument ALL, do this for the whole buffer."
|
||||||
(when (eq (org-element-type element) 'item)
|
(when (eq (org-element-type element) 'item)
|
||||||
(push (org-element-property :structure element)
|
(push (org-element-property :structure element)
|
||||||
structs)
|
structs)
|
||||||
(goto-char (org-element-property
|
;; Skip whole list since we have its
|
||||||
:end
|
;; structure anyway.
|
||||||
(org-element-property :parent
|
(while (setq element (org-element-lineage
|
||||||
element))))))
|
element '(plain-list)))
|
||||||
|
(goto-char
|
||||||
|
(min (org-element-property :end element)
|
||||||
|
end))))))
|
||||||
;; Cache count for cookies applying to the same
|
;; Cache count for cookies applying to the same
|
||||||
;; area. Then return it.
|
;; area. Then return it.
|
||||||
(let ((count
|
(let ((count
|
||||||
|
|
Loading…
Reference in New Issue