From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: [PATCH] Fix typos. Date: Sun, 10 May 2009 18:38:48 +0200 Message-ID: <4a07031f.0437560a.631a.6065@mx.google.com> References: <16261.1241922896@gamaville.dokosmarshall.org> <4a06dad9.0407560a.740b.ffffdb05@mx.google.com> <20775.1241972549@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 1M3C3L-0002UP-Tf for emacs-orgmode@gnu.org; Sun, 10 May 2009 12:39:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M3C3H-0002Rh-3Z for emacs-orgmode@gnu.org; Sun, 10 May 2009 12:39:03 -0400 Received: from [199.232.76.173] (port=47032 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M3C3G-0002Rb-Uv for emacs-orgmode@gnu.org; Sun, 10 May 2009 12:38:59 -0400 Received: from mail-fx0-f169.google.com ([209.85.220.169]:50028) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M3C3G-0002LD-6C for emacs-orgmode@gnu.org; Sun, 10 May 2009 12:38:58 -0400 Received: by fxm17 with SMTP id 17so2393693fxm.42 for ; Sun, 10 May 2009 09:38:56 -0700 (PDT) In-Reply-To: <20775.1241972549@gamaville.dokosmarshall.org> (Nick Dokos's message of "Sun, 10 May 2009 12:22:29 -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" , Richard Riley Nick Dokos writes: > Richard Riley wrote: > > >> 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. >> >> > > Also an FYI: as a consequence of this discussion, I have reorganized > my startup files as follows: > > o put environment variable definitions in a common file. > > o source the common file both in .xsessionrnc (takes care of display > managers and xinit/startx) and in .profile or .bash_profile (takes > care of console or ssh logins). In my case, this results in setting > the variables twice when I login through gdm, but I don't particularly > care. > > Nick > heh, I know what you mean. It's kind of irritating though to set something twice and then also worry if the same thing will work on another distro. Still, TZ is a nice solution. If my anniversaries exported from my org files my blackberry iCal integration would be pretty much complete other than the obvious ability to update from the mobile device.