From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: [PATCH] Fix typos. Date: Sun, 10 May 2009 15:46:59 +0200 Message-ID: <4a06dad9.0407560a.740b.ffffdb05@mx.google.com> References: <16261.1241922896@gamaville.dokosmarshall.org> 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 1M39N0-0007dp-Oo for emacs-orgmode@gnu.org; Sun, 10 May 2009 09:47:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M39Mz-0007dd-Ou for emacs-orgmode@gnu.org; Sun, 10 May 2009 09:47:09 -0400 Received: from [199.232.76.173] (port=46404 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M39Mz-0007da-L5 for emacs-orgmode@gnu.org; Sun, 10 May 2009 09:47:09 -0400 Received: from mx20.gnu.org ([199.232.41.8]:34250) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M39Mz-0006gn-1j for emacs-orgmode@gnu.org; Sun, 10 May 2009 09:47:09 -0400 Received: from fg-out-1718.google.com ([72.14.220.154]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M39My-0003YM-6S for emacs-orgmode@gnu.org; Sun, 10 May 2009 09:47:08 -0400 Received: by fg-out-1718.google.com with SMTP id e12so710489fga.7 for ; Sun, 10 May 2009 06:47:05 -0700 (PDT) In-Reply-To: <16261.1241922896@gamaville.dokosmarshall.org> (Nick Dokos's message of "Sat, 09 May 2009 22:34:56 -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: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org Nick Dokos writes: > From a6eecc2b351e031bff53954772421979a4ae6e0a Mon Sep 17 00:00:00 2001 > From: Nick Dokos > Date: Sat, 9 May 2009 22:28:21 -0400 > > --- > lisp/org-icalendar.el | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/lisp/org-icalendar.el b/lisp/org-icalendar.el > index 09ae69b..f07fd2f 100644 > --- a/lisp/org-icalendar.el > +++ b/lisp/org-icalendar.el > @@ -137,7 +137,7 @@ or if they are only using it locally." > > (defcustom org-icalendar-timezone (getenv "TZ") > "The time zone string for iCalendar export. > -When nil of the empty string, use the abbreviation retrived from Emacs." > +When nil or the empty string, use the abbreviation retrieved from Emacs." > :group 'org-export-icalendar > :type '(choice > (const :tag "Unspecified" nil) Just FYI, I added export TZ="Europe/Berlin" to my .xsession (yeah I know wont work on non X machines), did a git pull and works great. Thanks. r.