From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: how to add a LOCATION in the exported iCal Date: Tue, 9 Oct 2007 23:00:00 +0200 Message-ID: References: <871wc5ngys.fsf@bzg.ath.cx> <871wc4f24l.fsf@bzg.ath.cx> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IfMBR-00056Q-AK for emacs-orgmode@gnu.org; Tue, 09 Oct 2007 17:00:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IfMBO-00054F-Nk for emacs-orgmode@gnu.org; Tue, 09 Oct 2007 17:00:04 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfMBO-000542-J1 for emacs-orgmode@gnu.org; Tue, 09 Oct 2007 17:00:02 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IfMBO-00073N-4A for emacs-orgmode@gnu.org; Tue, 09 Oct 2007 17:00:02 -0400 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: Leo Cc: emacs-orgmode@gnu.org On Oct 9, 2007, at 22:27, Leo wrote: > On 2007-10-09 21:45 +0100, Bastien wrote: >> Leo writes: >> >>>> What do you exactly mean by "include the LOCATION"? >>> >>> I mean "in the exported .ics file". >> >> The :LOCATION: property is exported as the LOCATION parameter in .ics >> since Org 5.11. It complies normally with the RFC specs: >> >> http://tools.ietf.org/rfc/rfc2445.txt > > This looks like what I want. > > However, in order to insert the LOCATION property, I need to first run > org-insert-property-drawer and then `C-c C-c s' ... > > Is there a better way of setting LOCATION? You can bind `org-set-property' to a key, it can be called without first creating the drawer. I guess I should think up a default binding. Another good way to set LOCATION is column view. - Carsten