emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Sean O'Halpin
Subject: Re: [O] Code for feature for showing progress in lisp code for creation of Gantt charts
Date: Sun, 27 May 2012 09:37:49 +0100

On Fri, May 25, 2012 at 8:49 AM,  <address@hidden> 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 function.
>
> This code block has to be moved just before the line beginning with
> #+   \\draw...
> to get the order right again.
>
> I tried to include the results of the evaluation of the lisp function there 
> by placing
> #+RESULTS: elispgantt
> there (because there's a line saying #+source: elispgantt), but for unknown 
> reasons,
> the results of code evaluation are always placed just after the elispgantt 
> function.
> Any help to fix that is appreciated.
>
Use

  #+name: elispgantt

instead of

  #+source: elispgantt

I've tried it with your example and it works. AFAIR #+source was
deprecated a while ago.

Regards,
Sean



reply via email to

[Prev in Thread] Current Thread [Next in Thread]