From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)] Date: Mon, 17 Jan 2011 12:00:50 -0500 Message-ID: <871v4bjwhp.fsf@norang.ca> References: <87ei9a30tx.fsf@norang.ca> <87k4j2e1bb.fsf@noorul.maa.corp.collab.net> <87y67i0z5c.fsf@norang.ca> <87zkr3h3qv.fsf@norang.ca> <257A79BB-86AC-43E5-AE9D-132168283FFB@gmail.com> <87k4i7gz5a.fsf@norang.ca> <8739ord2r4.fsf@norang.ca> <97009C4F-F6B7-4C54-BF3C-B3DE5EF15547@gmail.com> <8762tnjx4h.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=52625 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PesRr-0007pV-S5 for emacs-orgmode@gnu.org; Mon, 17 Jan 2011 12:00:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PesRq-0000uF-Hk for emacs-orgmode@gnu.org; Mon, 17 Jan 2011 12:00:55 -0500 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:39197) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PesRq-0000u9-Fu for emacs-orgmode@gnu.org; Mon, 17 Jan 2011 12:00:54 -0500 In-Reply-To: (Julien Danjou's message of "Mon, 17 Jan 2011 17:54:10 +0100") 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: Julien Danjou Cc: Org Mode , Noorul Islam K M , Carsten Dominik Julien Danjou writes: > On Mon, Jan 17 2011, Bernt Hansen wrote: > >> This should go to today and not the first day of the week. > > It does go on today. I cannot reproduce this problem (git version). This consistently does not work for me with the following setup: ~/bin/minimal.emacs --8<---------------cut here---------------start------------->8--- #!/bin/sh TESTEL= TESTFILE=/tmp/test.el if test -e $TESTFILE then TESTEL="-l /tmp/test.el" fi emacs -q -l ~/minimal.emacs $TESTEL --8<---------------cut here---------------end--------------->8--- /tmp/test.el --8<---------------cut here---------------start------------->8--- (setq org-agenda-start-on-weekday 6) --8<---------------cut here---------------end--------------->8--- ~/minimal.emacs --8<---------------cut here---------------start------------->8--- (add-to-list 'load-path (expand-file-name "~/git/org-mode/lisp")) (add-to-list 'auto-mode-alist '("\\.\\(org\\|org_archive\\|txt\\)$" . org-mode)) (require 'org-install) (global-set-key "\C-cl" 'org-store-link) (global-set-key "\C-ca" 'org-agenda) (global-set-key "\C-cb" 'org-iswitchb) --8<---------------cut here---------------end--------------->8--- Key sequence $ minimal-emacs | Key | |---------| | C-c a a | | f | | d | | . | Gives me ,---- | Day-agenda (W02): | Saturday 15 January 2011 `---- Org-mode version 7.4 (release_7.4.203.g970db) GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) of 2010-12-11 on raven, modified by Debian Regards, Bernt