From mboxrd@z Thu Jan 1 00:00:00 1970 From: PT Subject: Refreshing custom agenda view ignores daily setting Date: Tue, 8 Sep 2009 06:58:40 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mkufd-0006nj-7P for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 02:59:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MkufY-0006mi-AD for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 02:59:16 -0400 Received: from [199.232.76.173] (port=43268 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MkufY-0006mf-4f for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 02:59:12 -0400 Received: from mx20.gnu.org ([199.232.41.8]:1220) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MkufX-0001rz-CX for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 02:59:11 -0400 Received: from lo.gmane.org ([80.91.229.12]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MkufW-0005Ep-Mp for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 02:59:10 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MkufW-0001vf-7F for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 08:59:10 +0200 Received: from dsl51B79337.pool.t-online.hu ([81.183.147.55]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Sep 2009 08:59:10 +0200 Received: from spamfilteraccount by dsl51B79337.pool.t-online.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Sep 2009 08:59:10 +0200 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: emacs-orgmode@gnu.org If I open the builtin agenda view with a M-1 prefix I see the entries for the current day. When I press "g" then the view is refreshed properly. If I define a custom agenda (setq org-agenda-custom-commands '(("h" "Agenda and todo" ((agenda "") (alltodo ""))))) and invoke it with a M-1 prefix then it shows my daily agenda entries and the global todo items under it. If I press "g" here then the view is refreshed, but the agenda view forgets I invoked it with a prefix and shows a weekly agenda above the todo list, instead of a daily one.