From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: [misc-new-features 5/5] Fix a problem I was having with plots using a script. Org-plot was deleting the data file before gnuplot read it in. I've moved the deletion of the temporary data file to an idle timer, which has fixed the problem. Date: Mon, 13 Jul 2009 07:56:03 -0400 Message-ID: <87vdlwkd9o.fsf@gollum.intra.norang.ca> References: <1247473682-23338-1-git-send-email-ahktenzero@mohorovi.cc> <1247473682-23338-2-git-send-email-ahktenzero@mohorovi.cc> <1247473682-23338-3-git-send-email-ahktenzero@mohorovi.cc> <1247473682-23338-4-git-send-email-ahktenzero@mohorovi.cc> <1247473682-23338-5-git-send-email-ahktenzero@mohorovi.cc> <1247473682-23338-6-git-send-email-ahktenzero@mohorovi.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQK8i-0008NS-RP for emacs-orgmode@gnu.org; Mon, 13 Jul 2009 07:56:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQK8f-0008Ld-Bh for emacs-orgmode@gnu.org; Mon, 13 Jul 2009 07:56:12 -0400 Received: from [199.232.76.173] (port=57767 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQK8f-0008LY-1o for emacs-orgmode@gnu.org; Mon, 13 Jul 2009 07:56:09 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:50946) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MQK8e-0002va-Lr for emacs-orgmode@gnu.org; Mon, 13 Jul 2009 07:56:08 -0400 In-Reply-To: <1247473682-23338-6-git-send-email-ahktenzero@mohorovi.cc> (James TD Smith's message of "Mon\, 13 Jul 2009 09\:28\:02 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: James TD Smith Cc: emacs-orgmode@gnu.org James TD Smith writes: > --- Same comment for this one as patch 4/5. -Bernt