From mboxrd@z Thu Jan 1 00:00:00 1970 From: phil Subject: Export org-mode to .ics (on FTP-Server) Date: Wed, 11 Apr 2007 10:24:16 +0200 Message-ID: <836DB61D-4DD4-4644-861B-12154CF48B66@snapup.net> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HbYC4-000305-Iq for emacs-orgmode@gnu.org; Wed, 11 Apr 2007 04:28:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HbYC2-0002vY-FC for emacs-orgmode@gnu.org; Wed, 11 Apr 2007 04:28:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HbYC2-0002ul-6U for emacs-orgmode@gnu.org; Wed, 11 Apr 2007 04:28:42 -0400 Received: from chi.asmallorange.com ([70.85.217.130]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HbY7z-0005zh-89 for emacs-orgmode@gnu.org; Wed, 11 Apr 2007 04:24:31 -0400 Received: from a6783.a.strato-dslnet.de ([89.62.103.131]:64623 helo=[192.168.178.23]) by chi.asmallorange.com with esmtpa (Exim 4.52) id 1HbY7n-0004wT-J8 for emacs-orgmode@gnu.org; Wed, 11 Apr 2007 04:24:20 -0400 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 Hello, I'm using org-mode to keep track of my todos & events & to store stuff. I've an org-mode file (events.org) that contains all upcoming events (music, sports...). I've setup my blog to show the next events that are taken from a .ics- file, that is stored on my webserver. So the current workflow is: 1. Editing my events.org-file 2. Exporting this file to an .ics 3. Uploading the .ics file to my webserver using FTP QUESTION: Is it possibile to upload the .ics file after exporting in one step from emacs? - Phil