From: "Sławomir Grochowski" <slawomir.grochowski@gmail.com>
To: Rudi C <rudiwillalwaysloveyou@gmail.com>, emacs-orgmode@gnu.org
Subject: Re: [FR] Add a way to mark an item in a checklist as failed
Date: Mon, 26 Feb 2024 20:55:37 +0100 [thread overview]
Message-ID: <877cirhufa.fsf@gmail.com> (raw)
In-Reply-To: <CAE9z9A1ukZdY4kXe1vNX_R9_eObSKL-GUU1vkRHvr0TYYv-Nkw@mail.gmail.com>
Hi Rudy,
Rudi C <rudiwillalwaysloveyou@gmail.com> writes:
> The use case is that I use checklists to remember and track doing some
> important stuff at the start of the day; all the items are at first in a
> neutral/todo state. Some of them get done (`[X]`), but some of them fail
> during the day. For example, I have an item `- [ ] No sugar` which tracks
> whether I have consumed artificial sugar during the day. I like to be able
> to mark this as failed.
It's nice to hear that someone is having the same need for a failed state in the checkbox.
Currently, the case looks like this:
A checkbox can be in one of the three states:
1. not checked =[ ]=
2. partially checked =[-]=
3. checked =[X]=
So I use this partially checked =[-]= state to mark it as failed.
But this 'partially checked' is for checkboxes that are in parent-child
relation.
For example:
If some but not all child checkboxes are checked, the parent checkbox is partially checked.
#+begin_example
- [-] call people
- [X] Peter
- [ ] Sarah
#+end_example
And this 'partially checked' is set automatically.
But you can set it manually for checkbox that is not in parent-child
relation. Just insert '-' manually or press 'C-c C-c (org-toggle-checkbox)'
with a double prefix argument 'C-u C-u'.
Statics cookie works as expected.
#+begin_example
- call people [1/2]
- [X] Peter
- [-] Sarah
#+end_example
> I know this can be simulated using headings, but checklists are visually
> nicer and have cookies `[/]` etc.
You can also use statistics cookie '[/]' in checkbox items list.
For example:
#+begin_example
- [ ] call people [1/2]
- [X] Peter
- [ ] Sarah
#+end_example
--
Sławomir Grochowski
next prev parent reply other threads:[~2024-02-26 19:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-26 15:38 [FR] Add a way to mark an item in a checklist as failed Rudi C
2024-02-26 19:55 ` Sławomir Grochowski [this message]
2024-02-26 20:20 ` Rudi C
2024-02-26 21:26 ` Sławomir Grochowski
2024-02-27 7:02 ` Samuel Wales
2024-02-27 13:03 ` Ihor Radchenko
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=877cirhufa.fsf@gmail.com \
--to=slawomir.grochowski@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=rudiwillalwaysloveyou@gmail.com \
/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).