From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: jump to iso-week in agenda Date: Thu, 20 Mar 2008 10:09:54 +0100 Message-ID: References: <26699.1206003342@norvel.baumann-gauting.site> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JcGmf-0007d4-Jx for emacs-orgmode@gnu.org; Thu, 20 Mar 2008 05:10:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JcGme-0007cI-46 for emacs-orgmode@gnu.org; Thu, 20 Mar 2008 05:10:01 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JcGmd-0007c9-Pb for emacs-orgmode@gnu.org; Thu, 20 Mar 2008 05:09:59 -0400 Received: from py-out-1112.google.com ([64.233.166.178]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JcGmd-0000oE-IN for emacs-orgmode@gnu.org; Thu, 20 Mar 2008 05:09:59 -0400 Received: by py-out-1112.google.com with SMTP id u52so871126pyb.1 for ; Thu, 20 Mar 2008 02:09:59 -0700 (PDT) In-Reply-To: <26699.1206003342@norvel.baumann-gauting.site> 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: dtbaumann@yahoo.de Cc: emacs-orgmode@gnu.org Hi Thomas, On Mar 20, 2008, at 9:55 AM, Thomas Baumann wrote: > > Hmmh, the view get a little busy, and I don't know about performance > issues when iso weekdays are calculated for each day (speed is an > issue > on my N810). There's a lot of redundant information now. Performance is not an issue, certainly not in comparison with the other stuff that is going on to compute the agenda. Yes, it is a bit crowded. I'll try to shift this to the heading. The alternative would be to list the week number only on Mondays. > > BTW: (format "%-9s %2d %s %4d %s" > dayname day monthname year weekstring))) > > > doesn't work as expected for German locale In what way does it not work? > >> I have just pushed the necessary changes into the git repo. Here >> is the >> user interface: >> > > There seem's to be a problem with '.': Fixed, thanks. > > > And there's a general problem with emacs23 (which seems to be rather > unstable at the moment): Due to some changes in calendar, > calendar-absolute-from-iso is _not_ autoloaded. (require 'cal-iso) > does > the trick. I think I have fixed this as well, please try again. Thanks for the quick feedback. - Carsten