From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: exporting agenda views whenever starting a view Date: Wed, 22 Aug 2007 22:19:56 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1INwgU-0004DH-Sz for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 16:20:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1INwgU-0004Bm-42 for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 16:20:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INwgT-0004BP-Us for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 16:20:10 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1INwgT-0004rT-Ki for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 16:20:10 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1INwgM-0007mA-1m for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 22:20:02 +0200 Received: from p57af35ce.dip0.t-ipconnect.de ([87.175.53.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Aug 2007 22:20:02 +0200 Received: from rainer.stengele by p57af35ce.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Aug 2007 22:20:02 +0200 In-Reply-To: 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: emacs-orgmode@gnu.org Carsten Dominik schrieb: > > On Aug 22, 2007, at 12:39, Rainer Stengele wrote: > >> I wonder if it would be possible to trigger an agenda auto export (by >> customising the filename in org-agenda-custom-commands) as soon as I >> call the agenda view and not only when starting an extra "C-c a e"? >> >> Of course this would take 2 seconds to generate the file and show the >> view whenever I start the view. This way I would be sure to always >> have the latest contents in my exported file which I could take away >> automatically synchronised in my Palm. > > I believe this is a bad idea: > > 1. the time delay will be annoying > 2. You still need to make the view before it will be up-to-date for > your palm export. > > A cronjob like described in section 9.6.4 of the manual will do > much better services. > > - Carsten > Convinced and excellent suggestion - thank you Rainer