emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] [PATCH] Fix typos.


From: Richard Riley
Subject: Re: [Orgmode] [PATCH] Fix typos.
Date: Sun, 10 May 2009 15:46:59 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux)

Nick Dokos <address@hidden> writes:

> From a6eecc2b351e031bff53954772421979a4ae6e0a Mon Sep 17 00:00:00 2001
> From: Nick Dokos <address@hidden>
> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]