From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Suggestions needed for handling "ideas" Date: Mon, 26 Apr 2010 13:00:40 -0400 Message-ID: <87zl0q9miv.fsf@fastmail.fm> References: <5874B798-900D-4C77-AFA6-4BFA385DA952@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6RYX-0005PQ-AL for emacs-orgmode@gnu.org; Mon, 26 Apr 2010 12:53:13 -0400 Received: from [140.186.70.92] (port=52624 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6RYW-0005OK-1T for emacs-orgmode@gnu.org; Mon, 26 Apr 2010 12:53:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6RYT-0002YH-DR for emacs-orgmode@gnu.org; Mon, 26 Apr 2010 12:53:10 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:55525) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6RYT-0002Y9-BH for emacs-orgmode@gnu.org; Mon, 26 Apr 2010 12:53:09 -0400 In-Reply-To: (Ali Tofigh's message of "Mon, 26 Apr 2010 10:47:39 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Ali Tofigh Cc: emacs-orgmode@gnu.org Hi Ali, Ali Tofigh writes: > What really feels unsatisfactory to me is that only headlines can be > TODO items. I want to be able to insert TODO items in the middle of a > section. I've looked at the inline-tasks add-on, but that doesn't > really do it for me... Could you please elaborate? > Anyway, I understand that the way org-mode is implemented right now, > it would be very impractical to try to add non-headline TODO-items. In > any case, org has simplified my life, even before I've optmized the > way I use it. It's great! Here's one quick hack to search for non-headline todo items (i.e., checkboxes): C-c a / \[ \] [RET] This will generate a list of all "open" list items, such as, - [ ] Review this idea Best, Matt