* "g" to refresh agenda
@ 2010-04-10 10:44 Richard Riley
2010-04-10 15:02 ` Carsten Dominik
0 siblings, 1 reply; 4+ messages in thread
From: Richard Riley @ 2010-04-10 10:44 UTC (permalink / raw)
To: emacs-orgmode
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 (I tend to edit past items quite frequently and hit g to
refresh the agenda view for that week). Is there an override?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: "g" to refresh agenda
2010-04-10 10:44 "g" to refresh agenda Richard Riley
@ 2010-04-10 15:02 ` Carsten Dominik
2010-04-10 15:30 ` Richard Riley
0 siblings, 1 reply; 4+ messages in thread
From: Carsten Dominik @ 2010-04-10 15:02 UTC (permalink / raw)
To: Richard Riley; +Cc: emacs-orgmode
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.
- Carsten
> (I tend to edit past items quite frequently and hit g to
> refresh the agenda view for that week). Is there an override?
>
>
>
>
> _______________________________________________
> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: "g" to refresh agenda
2010-04-10 15:02 ` Carsten Dominik
@ 2010-04-10 15:30 ` Richard Riley
2010-04-13 6:10 ` Carsten Dominik
0 siblings, 1 reply; 4+ messages in thread
From: Richard Riley @ 2010-04-10 15:30 UTC (permalink / raw)
To: emacs-orgmode
Carsten Dominik <carsten.dominik@gmail.com> 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.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Re: "g" to refresh agenda
2010-04-10 15:30 ` Richard Riley
@ 2010-04-13 6:10 ` Carsten Dominik
0 siblings, 0 replies; 4+ messages in thread
From: Carsten Dominik @ 2010-04-13 6:10 UTC (permalink / raw)
To: Richard Riley; +Cc: emacs-orgmode
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 <carsten.dominik@gmail.com> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-04-13 7:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-10 10:44 "g" to refresh agenda Richard Riley
2010-04-10 15:02 ` Carsten Dominik
2010-04-10 15:30 ` Richard Riley
2010-04-13 6:10 ` Carsten Dominik
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.