Re: [O] Code for feature for showing progress in lisp code for creation of Gantt charts

2012-08-04 Thread Bastien
Hi Julia, sorry for the more-than-late reply. julia.jacob...@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.

Re: [O] Code for feature for showing progress in lisp code for creation of Gantt charts

2012-05-27 Thread Sean O'Halpin
On Fri, May 25, 2012 at 8:49 AM, julia.jacob...@arcor.de wrote: Thanks for your answer. The key-combination C-c C-c unfortunately creates the new additional block of code surrounded by the lines #+RESULTS: #+begin_latex  Here's the created LaTeX code #+end_latex right after the lisp

Re: [O] Code for feature for showing progress in lisp code for creation of Gantt charts

2012-05-25 Thread julia . jacobson
I can't seem to get this to compile. I assumed I was to C-c C-c on the elisp source block, which appears to have run, though this is in *Messages* buffer: -- executing Emacs-Lisp code block... (table (quote (( type label activity depends start duration end align progress) hline

Re: [O] Code for feature for showing progress in lisp code for creation of Gantt charts

2012-05-25 Thread John Hendy
On Fri, May 25, 2012 at 2:49 AM, julia.jacob...@arcor.de wrote: I can't seem to get this to compile. I assumed I was to C-c C-c on the elisp source block, which appears to have run, though this is in *Messages* buffer: -- executing Emacs-Lisp code block... (table (quote (( type

[O] Code for feature for showing progress in lisp code for creation of Gantt charts

2012-05-24 Thread julia . jacobson
Hello everybody out there using Org-mode, Some time ago, Eric Fraga had posted a script for generating Gantt charts directly out of Org-mode which is very helpful. Some project management software allows to follow the progress of tasks by staining a proportional part of the rectangle for a

Re: [O] Code for feature for showing progress in lisp code for creation of Gantt charts

2012-05-24 Thread John Hendy
On Thu, May 24, 2012 at 10:00 AM, julia.jacob...@arcor.de wrote: Hello everybody out there using Org-mode, Some time ago, Eric Fraga had posted a script for generating Gantt charts directly out of Org-mode which is very helpful. Some project management software allows to follow the progress