From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: How to export a Timeline? Date: Thu, 20 Sep 2007 17:57:48 +0200 Message-ID: <87vea58h37.fsf@bzg.ath.cx> References: <20070920150052.GA15582@relwi.unibe.ch> 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 1IYOPi-0002mz-2o for emacs-orgmode@gnu.org; Thu, 20 Sep 2007 11:58:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IYOPg-0002mV-60 for emacs-orgmode@gnu.org; Thu, 20 Sep 2007 11:58:01 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYOPf-0002mO-NX for emacs-orgmode@gnu.org; Thu, 20 Sep 2007 11:57:59 -0400 Received: from nf-out-0910.google.com ([64.233.182.189]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IYOPf-0005sw-7z for emacs-orgmode@gnu.org; Thu, 20 Sep 2007 11:57:59 -0400 Received: by nf-out-0910.google.com with SMTP id f5so505543nfh for ; Thu, 20 Sep 2007 08:57:58 -0700 (PDT) In-Reply-To: <20070920150052.GA15582@relwi.unibe.ch> (Sven Bretfeld's message of "Thu, 20 Sep 2007 17:00:53 +0200") 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 Sven Bretfeld writes: > The only way I've found to get an overview of my dates on an external > medium is a raw printout of the timeline view in the Org Agenda > buffer. > > Is there another, more beautiful way? Have I overlooked or > misunderstood anything? I have a shell script that export my Org-mode file (containing all my appointments) to the .ics format, then upload it somewhere on a server. I tell Google Calendar to sync with this file, so that I just need a web browser to check for the next coming appointments... This can be achieve with any application that is able to fetch an .ics file and import/sync all the appointments. I will write a tutorial to detail this setup. -- Bastien