From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Dated checkbox items Date: Thu, 22 May 2014 10:40:27 +0200 Message-ID: <877g5eb3rb.fsf@bzg.ath.cx> References: <87ppj6itek.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnOdR-0005RC-PW for emacs-orgmode@gnu.org; Thu, 22 May 2014 04:46:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WnOdI-0003lb-KC for emacs-orgmode@gnu.org; Thu, 22 May 2014 04:45:57 -0400 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:50767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnOdI-0003lI-8d for emacs-orgmode@gnu.org; Thu, 22 May 2014 04:45:48 -0400 Received: by mail-wi0-f176.google.com with SMTP id n15so8868011wiw.9 for ; Thu, 22 May 2014 01:45:47 -0700 (PDT) In-Reply-To: <87ppj6itek.fsf@skimble.plus.com> (Sharon Kimble's message of "Thu, 22 May 2014 00:49:55 +0100") 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: Sharon Kimble Cc: org-mode Hi Sharon, Sharon Kimble writes: > In my todo list I have this as an entry > > + [ ] pick up bnf from the corner store<2014-05-22 Thu> > > > which appears like this in the agenda > > organiser: Jobs to do [12/36] [33%] > > How can the checkbox item be better dated such that it shows in the > agenda with a meaningful output please? Checkbox items are not supposed to appear in the agenda, only headlines. In your example, the headline "Jobs to do" appears in your agenda because you used an active timestamp within the contents of your subtree. To deactivate this, use an inactive timestamp. -- Bastien