From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Code for feature for showing progress in lisp code for creation of Gantt charts Date: Sat, 04 Aug 2012 10:01:23 +0200 Message-ID: <87zk6b9jcc.fsf@gnu.org> References: <646467803.782330.1337871654994.JavaMail.ngmail@webmail18.arcor-online.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43690) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxZI6-0005MI-Pt for emacs-orgmode@gnu.org; Sat, 04 Aug 2012 04:00:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SxZI5-0003NQ-HR for emacs-orgmode@gnu.org; Sat, 04 Aug 2012 04:00:54 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:46763) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxZI5-0003MB-AI for emacs-orgmode@gnu.org; Sat, 04 Aug 2012 04:00:53 -0400 Received: by wibhm11 with SMTP id hm11so147968wib.12 for ; Sat, 04 Aug 2012 01:00:52 -0700 (PDT) In-Reply-To: <646467803.782330.1337871654994.JavaMail.ngmail@webmail18.arcor-online.net> (julia jacobson's message of "Thu, 24 May 2012 17:00:54 +0200 (CEST)") 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: julia.jacobson@arcor.de Cc: emacs-orgmode@gnu.org Hi Julia, sorry for the more-than-late reply. julia.jacobson@arcor.de writes: > Some time ago, Eric Fraga had posted a script for generating Gantt > charts directly out of Org-mode which is very helpful. The Elisp part for Eric's Gantt generation tool is bit burried in the mailing list. gantt.sty is in Worg[1], but the whole thing deserves a better treat... glad you improved it. > Some project management software allows to follow the progress of tasks by > staining a proportional part of the rectangle for a certain task in > relation to its completion percentage in green and the rest in red. > This allows easier evaluation of a project's current status. > I added this feature to Eric Fraga's code and would like to post it here > for discussion. It would be great if it could be somehow added to > Org-mode. Nice -- thanks for taking this piece of code further. Would you help enhancing and packaging it in a more usable way? What we need is this: 1. an Elisp file with the code, with explanations and comments pointing to the gantt.sty code 2. a tutorial on Worg 3. maybe a helper function to easily create a ready-for-gantt.sty table (basically with all the columns) Just some ideas (with no dependancies from one to another...) If you want write access to Worg, just send me your public key. Thanks! Footnotes: [1] http://orgmode.org/worg/code/latex/gantt.sty -- Bastien