Re: [O] [AGENDA VIEW] Isn't g supposed to refresh agenda views ?

2013-08-30 Thread Carsten Dominik

On 15.8.2013, at 23:23, nore...@maillard.im wrote:

 Jonathan Leech-Pepin jonathan.leechpe...@gmail.com writes:
 
 Though it effectively does something, it does not really refresh
 my
 agenda view since, as of the date of today (Wednesday 14th), it is
 stuck
 to yesterday...
 
 
 I've never tried leaving an agenda buffer open overnight and refresh
 it
 in the morning: if I remember, I'll try it tonight and see what
 happens
 (I could simulate the whole thing right now but no time).
 
 
 I have, it maintains the old date as current for the agenda view. I
 dint see this as a problem however since the agenda can look at any
 arbitrary date, not just today. Changing the date to today by
 hitting . should update the agenda view appropriately.

Indeed.  It is on purpose that the agenda sticks to the same day, because you 
might be looking at a past date and you would not want to shift this one either 
at midnight. ., or exiting the agenda with x and rebuilding it are the 
solutions.

- Carsten

 
 Great ! I should have read C-h m more closely ;)
 
 Thank you
 -- 
 XMA
 
 




Re: [O] [AGENDA VIEW] Isn't g supposed to refresh agenda views ?

2013-08-15 Thread noreply
Xavier Maillard xavier at maillard.im writes:

 Additional informations:
 1. GNU emacs 24.3.1
 2. org-mode from Git (dunno how to give you its version though)

This happens on 3 differents OS: Mac OS X 10.8, Cygwin on MS 7 and Slackware
GNU/linux 13.37 (same GNU emacs and orgmode versions though).

Regards

Xavier






Re: [O] [AGENDA VIEW] Isn't g supposed to refresh agenda views ?

2013-08-15 Thread noreply
Jonathan Leech-Pepin jonathan.leechpe...@gmail.com writes:

  Though it effectively does something, it does not really refresh
 my
  agenda view since, as of the date of today (Wednesday 14th), it is
 stuck
  to yesterday...
 

 I've never tried leaving an agenda buffer open overnight and refresh
 it
 in the morning: if I remember, I'll try it tonight and see what
 happens
 (I could simulate the whole thing right now but no time).


 I have, it maintains the old date as current for the agenda view. I
 dint see this as a problem however since the agenda can look at any
 arbitrary date, not just today. Changing the date to today by
 hitting . should update the agenda view appropriately.

Great ! I should have read C-h m more closely ;)

Thank you
-- 
XMA




Re: [O] [AGENDA VIEW] Isn't g supposed to refresh agenda views ?

2013-08-14 Thread Nick Dokos
Xavier Maillard xav...@maillard.im writes:

 Hello again,

 With my copy of orgmode, pressing g in the Agenda View does not behave
 as I would have expected it.

 Here is the docstring:

 g runs the command org-agenda-redo, which is an interactive compiled
 Lisp function in `org-agenda.el'.

 It is bound to g, menu-bar Agenda Rebuild buffer.

 (org-agenda-redo optional ALL)

 Rebuild possibly ALL agenda view(s) in the current buffer.

 Though it effectively does something, it does not really refresh my
 agenda view since, as of the date of today (Wednesday 14th), it is stuck
 to yesterday...


I've never tried leaving an agenda buffer open overnight and refresh it
in the morning: if I remember, I'll try it tonight and see what happens
(I could simulate the whole thing right now but no time).

 What can I do to debug this ?

You should probably check the variables whose names start with
``org-agenda-start-...'' to make sure that they have not been
inadvertently modified incorrectly, particularly
org-agenda-start-on-weekday.

What I would do is run edebug on org-agenda-redo and make sure it is
executed, but assuming that it is, it sounds like it is making the
implicit assumption that the agenda was created today. You can always
quit the agenda buffer and recreate it: that should work.


 Additional informations:
 1. GNU emacs 24.3.1
 2. org-mode from Git (dunno how to give you its version though)


M-x org-version RET

-- 
Nick




Re: [O] [AGENDA VIEW] Isn't g supposed to refresh agenda views ?

2013-08-14 Thread Jonathan Leech-Pepin
Hello,

On Aug 14, 2013 10:32 AM, Nick Dokos ndo...@gmail.com wrote:

 Xavier Maillard xav...@maillard.im writes:

  Hello again,
 
  With my copy of orgmode, pressing g in the Agenda View does not behave
  as I would have expected it.
 
  Here is the docstring:
 
  g runs the command org-agenda-redo, which is an interactive compiled
  Lisp function in `org-agenda.el'.
 
  It is bound to g, menu-bar Agenda Rebuild buffer.
 
  (org-agenda-redo optional ALL)
 
  Rebuild possibly ALL agenda view(s) in the current buffer.
 
  Though it effectively does something, it does not really refresh my
  agenda view since, as of the date of today (Wednesday 14th), it is stuck
  to yesterday...
 

 I've never tried leaving an agenda buffer open overnight and refresh it
 in the morning: if I remember, I'll try it tonight and see what happens
 (I could simulate the whole thing right now but no time).


I  have, it maintains the old date as current for the agenda view.  I dint
see this as a problem however since the agenda can look at any arbitrary
date, not just today.  Changing the date to today by hitting . should
update the agenda view appropriately.

If you manually change the date by moving forward or backward, or by
changing the range from day to week to month it will refresh based on those
settings, but the ones used to create the agenda initially.

Regards,

Jonathan
  What can I do to debug this ?

 You should probably check the variables whose names start with
 ``org-agenda-start-...'' to make sure that they have not been
 inadvertently modified incorrectly, particularly
 org-agenda-start-on-weekday.

 What I would do is run edebug on org-agenda-redo and make sure it is
 executed, but assuming that it is, it sounds like it is making the
 implicit assumption that the agenda was created today. You can always
 quit the agenda buffer and recreate it: that should work.

 
  Additional informations:
  1. GNU emacs 24.3.1
  2. org-mode from Git (dunno how to give you its version though)
 

 M-x org-version RET

 --
 Nick




Re: [O] [AGENDA VIEW] Isn't g supposed to refresh agenda views ?

2013-08-14 Thread Nick Dokos
Jonathan Leech-Pepin jonathan.leechpe...@gmail.com writes:

 I've never tried leaving an agenda buffer open overnight and refresh it
 in the morning: if I remember, I'll try it tonight and see what happens
 (I could simulate the whole thing right now but no time).


 I have, it maintains the old date as current for the agenda view. I
 dint see this as a problem however since the agenda can look at any
 arbitrary date, not just today. Changing the date to today by
 hitting . should update the agenda view appropriately.


Great, thanks for letting us know!

-- 
Nick




[O] [AGENDA VIEW] Isn't g supposed to refresh agenda views ?

2013-08-13 Thread Xavier Maillard
Hello again,

With my copy of orgmode, pressing g in the Agenda View does not behave
as I would have expected it.

Here is the docstring:

--8---cut here---start-8---
g runs the command org-agenda-redo, which is an interactive compiled
Lisp function in `org-agenda.el'.

It is bound to g, menu-bar Agenda Rebuild buffer.

(org-agenda-redo optional ALL)

Rebuild possibly ALL agenda view(s) in the current buffer.
--8---cut here---end---8---

Though it effectively does something, it does not really refresh my
agenda view since, as of the date of today (Wednesday 14th), it is stuck
to yesterday...

What can I do to debug this ?

Additional informations:
1. GNU emacs 24.3.1
2. org-mode from Git (dunno how to give you its version though)

Thank you

Xavier