From mboxrd@z Thu Jan 1 00:00:00 1970 From: torys.anderson@gmail.com (Tory S. Anderson) Subject: Re: TODO items in lists (not headings) Date: Tue, 16 Sep 2014 16:32:45 -0400 Message-ID: <87zjdzgvbm.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTzQn-0005IG-PZ for emacs-orgmode@gnu.org; Tue, 16 Sep 2014 16:33:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTzQg-0002Rk-W4 for emacs-orgmode@gnu.org; Tue, 16 Sep 2014 16:32:57 -0400 Received: from mail-qg0-x236.google.com ([2607:f8b0:400d:c04::236]:34686) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTzQg-0002Qv-Rr for emacs-orgmode@gnu.org; Tue, 16 Sep 2014 16:32:50 -0400 Received: by mail-qg0-f54.google.com with SMTP id z60so556775qgd.41 for ; Tue, 16 Sep 2014 13:32:47 -0700 (PDT) In-Reply-To: (Gary Oberbrunner's message of "Tue, 16 Sep 2014 16:21:56 -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: Gary Oberbrunner Cc: Orgmode Mailing List Does the "- [ ]" form not work for you? They are generally considered the equivalent in my experience. C-c checks them. Gary Oberbrunner writes: > Is there any way to have TODO items in bullet lists rather than headings: > > * Meeting report > ** Meeting 1 > - a thing that happened > - another thing that happened > - TODO: email everyone about all the things > - some more things that happened > > org-mode seems to only allow TODO in headings as far as I can tell.