From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Checkbox difficulties Date: Sun, 02 Oct 2011 21:15:22 +0200 Message-ID: <87y5x3jjcl.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RARWd-0007wB-NS for emacs-orgmode@gnu.org; Sun, 02 Oct 2011 15:16:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RARWc-0007nV-Gu for emacs-orgmode@gnu.org; Sun, 02 Oct 2011 15:16:35 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:37056) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RARWc-0007nI-Cb for emacs-orgmode@gnu.org; Sun, 02 Oct 2011 15:16:34 -0400 Received: by wwp14 with SMTP id 14so3982567wwp.30 for ; Sun, 02 Oct 2011 12:16:33 -0700 (PDT) In-Reply-To: (Dave Abrahams's message of "Sun, 02 Oct 2011 15:06:51 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Dave Abrahams Cc: emacs-orgmode@gnu.org Hello, Dave Abrahams writes: > I'm having two problems with checkboxes: > > 1. They're hard to navigate to. I have a task with 4 checkboxed > sub-items, and it's very fiddly getting my cursor in position to > check them off. Is there a trick for this? No. I use C-s to navigate to the check-boxes, like any other text. Also, you can use S-up and S-down once you have reached an item. I don't use these, though. > 2. When I have a repeating TODO item with checkbox dependencies, the > boxes remain checked even when the TODO->DONE auto-rescheduling event > happens. Is there a way to get tehm unchecked? You may have a look to org-checklist.el in contrib directory. It exactly does that. Regards, -- Nicolas Goaziou