From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Spreadsheet formula evaluation without using tables? Date: Fri, 17 Jan 2014 09:59:52 +0100 Message-ID: <87r4877zlj.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W45HW-0001TE-3f for emacs-orgmode@gnu.org; Fri, 17 Jan 2014 04:00:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W45HQ-0007UR-Eq for emacs-orgmode@gnu.org; Fri, 17 Jan 2014 04:00:02 -0500 Received: from mail-wg0-x22c.google.com ([2a00:1450:400c:c00::22c]:46938) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W45HQ-0007UN-8Q for emacs-orgmode@gnu.org; Fri, 17 Jan 2014 03:59:56 -0500 Received: by mail-wg0-f44.google.com with SMTP id l18so4157324wgh.23 for ; Fri, 17 Jan 2014 00:59:55 -0800 (PST) In-Reply-To: (Asif's message of "Thu, 16 Jan 2014 13:47:33 -0800") 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: Asif Cc: emacs-orgmode@gnu.org Hi Asif, Asif writes: > Is it possible to have a list of tasks each with a formula to track > progress in percentage based on other subtasks? The result will look > like this: > > * [ 30%] Project Name > ** [ 50%] Task A > ** [ 10%] Task B You cannot do this with Org percentage cookies, but you can do it by using a dedicated property. The property for each entry would contain a percentage value, then the column sum can display a formula of your own. See the manual and this turorial http://orgmode.org/worg/org-tutorials/org-column-view-tutorial.html for a start. -- Bastien