From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Headline and numbered plain list Date: Tue, 29 Jun 2010 07:27:39 -0400 Message-ID: <87d3vaaxjo.fsf@gollum.intra.norang.ca> References: <877hljmlfw.wl%dmaus@ictsoc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=55011 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTYyu-00017Z-KI for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 07:28:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTYys-0002lx-6H for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 07:28:00 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:59911) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTYys-0002lY-4g for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 07:27:58 -0400 In-Reply-To: (Juri Artamonov's message of "Tue\, 29 Jun 2010 09\:56\:18 +0300") 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: Juri Artamonov Cc: emacs-orgmode Juri Artamonov writes: > Thank you David, for your reply. > > The only reason I need this is just I can specify TAG(s) for headline > and can't do this for any other record. Therefore, I need to have > information about number of items, checked number and get items by > TAG. > > Is there any other way to achieve this? Hi Juri, I think you should promote your list entries with checkboxes to full headlines that support tags. You can switch back and forth between lists and headlines by selecting the text and using C-c * on the region. I would suggest you change from ,---- | ** 1. [ ] Text for first item | ** 2. [ ] Text for second item `---- to ,---- | * Top level headline [/] [%] :sometags: | ** TODO Text for first item | ** TODO Text for second item `---- that way when you mark the TODO items DONE (equivalent to checking the checkboxes) the cookies [/] and [%] update with the number of complete and total items for the subheadings. HTH, Bernt