From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: "g" to refresh agenda Date: Tue, 13 Apr 2010 08:10:24 +0200 Message-ID: <23CA8BD9-F0A3-41FB-99A3-0C80E48712BE@gmail.com> References: <5d1697-jbe.ln1@news.eternal-september.org> <85914A05-8E86-4C67-9277-79C34ACDB234@gmail.com> <36i697-0uv.ln1@news.eternal-september.org> Mime-Version: 1.0 (Apple Message framework v936) 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 1O1aBs-00020T-IP for emacs-orgmode@gnu.org; Tue, 13 Apr 2010 03:05:44 -0400 Received: from [140.186.70.92] (port=34424 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1aBp-0001yS-DJ for emacs-orgmode@gnu.org; Tue, 13 Apr 2010 03:05:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O1aBl-0008Cp-R4 for emacs-orgmode@gnu.org; Tue, 13 Apr 2010 03:05:41 -0400 Received: from mail-ew0-f214.google.com ([209.85.219.214]:40497) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1aBl-0008Ca-1D for emacs-orgmode@gnu.org; Tue, 13 Apr 2010 03:05:37 -0400 Received: by ewy6 with SMTP id 6so154277ewy.32 for ; Tue, 13 Apr 2010 00:05:36 -0700 (PDT) In-Reply-To: <36i697-0uv.ln1@news.eternal-september.org> 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 Hi Richard, I see that your agenda is part of a block agenda. That makes it much harder, because the entire block agenda is run again when you do this. A block agenda could contain several agendas, with different lengths and starting days - so this is hard to do. For your particular case it does make sense, but I think not for the general case. I am putting this problem on my list, but it is complex and not quickly solved. - Carsten On Apr 10, 2010, at 5:30 PM, Richard Riley wrote: > Carsten Dominik writes: > >> On Apr 10, 2010, at 12:44 PM, Richard Riley wrote: >> >>> >>> Currently in agenda "g" refreshes it *but* it also brings us back to >>> current agenda. I feel it should *probably* refresh the current >>> viewed >>> date range >> >> That is what it does for me. > > Hi Carsten > > It seems it jumps back if you have a custom agenda command defined. > > e.g see "My Today" here. > > '(org-agenda-custom-commands (quote (("w" "Tasks waiting on something" > tags "WAITING" ((org-use-tag-inheritance nil))) ("r" "Refile New Notes > and Tasks" tags "REFILE" ((org-agenda-todo-ignore-with-date nil))) > ("v" > "Vocab" tags "VOCAB" ((org-agenda-filter-preset (quote ("+VOCAB"))) > (org-agenda-todo-ignore-with-date nil))) ("j" "Journal" tags "JOURNAL" > ((org-use-tag-inheritance t))) ("n" "Notes" tags "NOTE" nil) ("a" "My > Today" ((agenda "" nil) (tags "sticky" ((org-agenda-overriding-header > "") (org-agenda-overriding-header "Sticky Items")))) nil nil)))) > > Bring up agenda C-a a, > b for back a week > g for refresh -> jumps back to current week, > > > > r. > > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten