From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: optimal usage Q : how would you do this? Date: Tue, 12 Oct 2010 16:00:23 +0200 Message-ID: <831v7v1pfs.fsf@yahoo.it> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=44109 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5fP2-0001sK-A4 for emacs-orgmode@gnu.org; Tue, 12 Oct 2010 10:00:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5fOv-0006fn-U2 for emacs-orgmode@gnu.org; Tue, 12 Oct 2010 10:00:22 -0400 Received: from slim-2a.inet.it ([213.92.5.122]:52464) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P5fOv-0006fe-Jf for emacs-orgmode@gnu.org; Tue, 12 Oct 2010 10:00:21 -0400 In-Reply-To: (Richard Riley's message of "Tue, 12 Oct 2010 13:31:29 +0200") 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: Richard Riley Cc: emacs-orgmode@gnu.org Richard Riley writes: Hi, Richard > > Lets say I have a load of contracts to follow up on. > heres the raw data > ,---- > | Contracts to follow up on > |=20 > | Basics > | Vattenfall > | Water > | HanseGas > | Insurances > | Z=C3=BCrich > | BGN > | IHK (not really insurance though) > | Suppliers > | Unterbichler > | COlle > | =C3=96kokill > | Tobacoland > | Strelow > `---- > > How would you organise that in org? I'd transform plain test in headline with `C-c *' (`org-toggle-heading') [1] and would work with the power of TODO items: Agenda, sparse tree... > And how would you do it with regard to the keyboard and levelling. Depends on your file. =20 Basics ( nth---level) Water ( nth+1-level) > > Is there a short cut to generate the lot as a multilevel single todo item= with > a list of sub components which must each be done?=20 Statistics [/] [%] works also for TODOs [1] Manual: Structure editing cheers, Giovanni