emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Automatically update plain list checkboxes when removing nested list items?
@ 2024-08-29 22:06 Rohit Patnaik
  2024-09-01 16:38 ` Ihor Radchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Rohit Patnaik @ 2024-08-29 22:06 UTC (permalink / raw)
  To: emacs-orgmode

Hello, 

I have a question about plain list checkboxes. If I have a plain list, as
follows:

- [ ] Item 1
  - [ ] Sub-item 1
  - [ ] Sub-item 2
  - [ ] Sub-item 3

when I complete sub-items 1 and 2, the list is as follows:

- [-] Item 1
  - [X] Sub-item 1
  - [X] Sub-item 2
  - [ ] Sub-item 3

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.

Thanks,
Rohit Patnaik


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-09-01 17:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-29 22:06 Automatically update plain list checkboxes when removing nested list items? Rohit Patnaik
2024-09-01 16:38 ` Ihor Radchenko
2024-09-01 17:57   ` Sławomir Grochowski

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).