From: Ihor Radchenko <yantar92@posteo.net>
To: Rohit Patnaik <quanticle@quanticle.net>
Cc: emacs-orgmode@gnu.org
Subject: Re: Automatically update plain list checkboxes when removing nested list items?
Date: Sun, 01 Sep 2024 16:38:03 +0000 [thread overview]
Message-ID: <87plpnpbx0.fsf@localhost> (raw)
In-Reply-To: <1f727436-54bd-4875-966b-8aa6a70527f1@app.fastmail.com>
"Rohit Patnaik" <quanticle@quanticle.net> writes:
> I have a question about plain list checkboxes. If I have a plain list, as
> follows:
> ...
> Then, if it turns out that Sub-item 3 is unnecessary, I can delete it with C-k:
>
> - [-] Item 1
> - [X] Sub-item 1
> - [X] Sub-item 2
>
> However, Item 1's checkbox is in the intermediate state, even though all of its
> sub-items have been completed.
>
> I'm wondering if there's a way that I can delete Sub-item 3 and update the Item
> 1 checkbox all at once. Right now, I have to move the cursor back up to Item 1
> and hit C-c C-c to force the checkbox to update.
There is no such way readily available, AFAIK.
You might be able to do with appropriate after-change function, but
such things may cause performance degradation.
Another way might be an advice for org-kill-line (if your C-k is bound
to org-kill-line).
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
next prev parent reply other threads:[~2024-09-01 16:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-29 22:06 Automatically update plain list checkboxes when removing nested list items? Rohit Patnaik
2024-09-01 16:38 ` Ihor Radchenko [this message]
2024-09-01 17:57 ` Sławomir Grochowski
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
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87plpnpbx0.fsf@localhost \
--to=yantar92@posteo.net \
--cc=emacs-orgmode@gnu.org \
--cc=quanticle@quanticle.net \
/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 public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).