emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Cookies on check-boxed plain lists don't get updated


From: Rasmus
Subject: Re: [O] Cookies on check-boxed plain lists don't get updated
Date: Mon, 10 Aug 2015 15:43:21 +0200
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux)

Hi,

I can reproduce.

Gerald Wildgruber <address@hidden> writes:

> =====================================
>
> * TODO Heading [0/3]
>
> - [ ] entry 1
> - [ ] entry 2 [0/0]
>     - [ ] sub-entry 1
>     - [ ] sub-entry 2
>     - [ ] sub-entry 3
> - [ ] entry 3
>
> =====================================

I don't have time to attempt to fix it now, but it's introduced in
a4cc9d82d8069741be64c55f35f9d3ad7e2663d5 if my git bisect foo is correct.

My guess would be that container goes too far back:

    + (container
    +                    (org-element-lineage
    +                     context
    +                     '(drawer center-block dynamic-block inlinetask 
plain-list
    +                              quote-block special-block verse-block))

plain-list also includes entry 1, but it should only consider the sublist
starting with entry 2.

Rasmus

-- 
One thing that is clear: it's all down hill from here 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]