From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Neff Subject: Todo with checkboxes is grayed out in agenda Date: Wed, 24 Aug 2011 07:43:54 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:48952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwCoG-0000Jl-Oe for emacs-orgmode@gnu.org; Wed, 24 Aug 2011 08:43:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwCoG-00030Z-2K for emacs-orgmode@gnu.org; Wed, 24 Aug 2011 08:43:56 -0400 Received: from mail-vw0-f41.google.com ([209.85.212.41]:39147) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwCoF-00030T-TZ for emacs-orgmode@gnu.org; Wed, 24 Aug 2011 08:43:56 -0400 Received: by vwm42 with SMTP id 42so1163798vwm.0 for ; Wed, 24 Aug 2011 05:43:55 -0700 (PDT) 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: emacs-orgmode I have a todo like this: * todo something - [ ] first - [ ] next In the agenda, the todo something header is displayed grayed out. I see the reason for this -- org-mode considers this to be a parent headline of child TODOs because of the checkboxes. Is there a way to turn this off? I'd like to see TODOs with checkboxes under them as regular TODOs, not as parent TODOs in the agenda. Thanks, --Nate