From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sean O'Halpin" Subject: Re: Code for feature for showing progress in lisp code for creation of Gantt charts Date: Sun, 27 May 2012 09:37:49 +0100 Message-ID: References: <646467803.782330.1337871654994.JavaMail.ngmail@webmail18.arcor-online.net> <756350209.602318.1337932165852.JavaMail.ngmail@webmail21.arcor-online.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SYYz4-00017x-C4 for emacs-orgmode@gnu.org; Sun, 27 May 2012 04:37:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SYYz2-0007Um-E0 for emacs-orgmode@gnu.org; Sun, 27 May 2012 04:37:53 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:63928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SYYz2-0007UL-6d for emacs-orgmode@gnu.org; Sun, 27 May 2012 04:37:52 -0400 Received: by obbwd18 with SMTP id wd18so4599761obb.0 for ; Sun, 27 May 2012 01:37:49 -0700 (PDT) In-Reply-To: <756350209.602318.1337932165852.JavaMail.ngmail@webmail21.arcor-online.net> 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 On Fri, May 25, 2012 at 8:49 AM, 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 > =A0Here'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 > #+ =A0 \\draw... > to get the order right again. > > I tried to include the results of the evaluation of the lisp function the= re by placing > #+RESULTS: elispgantt > there (because there's a line saying #+source: elispgantt), but for unkno= wn reasons, > the results of code evaluation are always placed just after the elispgant= t 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