From: Rasmus <rasmus@gmx.us>
To: emacs-orgmode@gnu.org
Subject: Re: Cookies on check-boxed plain lists don't get updated
Date: Mon, 10 Aug 2015 15:43:21 +0200 [thread overview]
Message-ID: <87k2t3i7ie.fsf@gmx.us> (raw)
In-Reply-To: 877fp3b94c.fsf@unibas.ch
Hi,
I can reproduce.
Gerald Wildgruber <Gerald.Wildgruber@unibas.ch> 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
next prev parent reply other threads:[~2015-08-10 13:43 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-10 12:50 Cookies on check-boxed plain lists don't get updated Gerald Wildgruber
2015-08-10 13:43 ` Rasmus [this message]
2015-08-10 15:32 ` Gerald Wildgruber
2015-08-10 21:29 ` Nicolas Goaziou
2015-08-11 7:40 ` Gerald Wildgruber
2015-08-11 8:57 ` Rasmus
2015-08-11 9:40 ` Gerald Wildgruber
2015-08-11 12:15 ` Nicolas Goaziou
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87k2t3i7ie.fsf@gmx.us \
--to=rasmus@gmx.us \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.