From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: [PATCH] Fix typos. Date: Sun, 10 May 2009 12:22:29 -0400 Message-ID: <20775.1241972549@gamaville.dokosmarshall.org> References: <16261.1241922896@gamaville.dokosmarshall.org> <4a06dad9.0407560a.740b.ffffdb05@mx.google.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M3BoB-0006X2-2b for emacs-orgmode@gnu.org; Sun, 10 May 2009 12:23:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M3Bo8-0006Wm-Fz for emacs-orgmode@gnu.org; Sun, 10 May 2009 12:23:21 -0400 Received: from [199.232.76.173] (port=48077 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M3Bo8-0006Wj-A7 for emacs-orgmode@gnu.org; Sun, 10 May 2009 12:23:20 -0400 Received: from qmta05.emeryville.ca.mail.comcast.net ([76.96.30.48]:47505) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M3Bo7-0008UZ-PD for emacs-orgmode@gnu.org; Sun, 10 May 2009 12:23:20 -0400 In-Reply-To: Message from Richard Riley of "Sun, 10 May 2009 13:46:59 -0000." <4a06dad9.0407560a.740b.ffffdb05@mx.google.com> 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: Richard Riley Cc: "emacs-orgmode@gnu.org" 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