From: James TD Smith <ahktenzero@mohorovi.cc>
To: emacs-orgmode@gnu.org
Subject: Re: Broken plain list check boxes?
Date: Thu, 29 Jan 2009 14:34:12 +0000 [thread overview]
Message-ID: <20090129143412.GC2267@yog-sothoth.mohorovi.cc> (raw)
In-Reply-To: <727A127B3C3C4D1B9B1A56E325D97A90@CUBE>
Hi Chris,
On 2009-01-29 14:05:27(-0000), Chris Randle wrote:
> Hi Carsten
>
> Just updated to 6.20e. Before, on 6.18c, if I had a plain list like
> this:
>
> * Test
> - [ ] A
> - [ ] B
> - [ ] C
>
> With the cursor on the test line, typing `c-c c-x c-b' would check all
> the boxes, and repeating would uncheck them. Now it doesn't seem to
> toggle, only check.
>
> I hope this isn't a permanent change, or that there's another way to
> turn them all off because I use lists of check boxes 20 or 30 items long
> to mark off the little bits & pieces I like to get done every day. It'd
> be a bit tedious to have to manually set them all unchecked at the
> beginning of each day, even with a macro.
Have you looked at org-checklist.el in contrib? I wrote that to handle this kind
of thing.
Make sure org-checklist.el is in your load path, and add
(require 'org-checklist)
to your .emacs. You can then set up your daily task like so:
,----[ test.org ]
| * TODO test
| SCHEDULED: <2009-01-29 Thu + 1d>
| :PROPERTIES:
| :RESET_CHECKBOXES: t
| :END:
| - [ ] Task 1
| - [ ] Task 2
| - [ ] Task 3
`----
and when you mark it done all the checkboxes will be cleared.
James
--
|-<James TD Smith>-<email/ahktenzero@mohorovi.cc>-|
next prev parent reply other threads:[~2009-01-29 14:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-29 14:05 Broken plain list check boxes? Chris Randle
2009-01-29 14:30 ` Carsten Dominik
2009-01-29 14:34 ` James TD Smith [this message]
2009-01-29 14:58 ` Chris Randle
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=20090129143412.GC2267@yog-sothoth.mohorovi.cc \
--to=ahktenzero@mohorovi.cc \
--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 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).