[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] Re: "g" to refresh agenda
From: |
Richard Riley |
Subject: |
[Orgmode] Re: "g" to refresh agenda |
Date: |
Sat, 10 Apr 2010 17:30:40 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
Carsten Dominik <address@hidden> 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.