Re: [Orgmode] org-agenda-show-current-time-in-grid and automatic refresh

2011-01-18 Thread Carsten Dominik
Hi, I believe this is superseded by the hack in org-hacks.org, so I have marked this patch off on the patchwork server. - Carsten On Jan 12, 2011, at 8:19 AM, Suvayu Ali wrote: Hi Kiwon, On Wed, 12 Jan 2011 12:23:48 +0900 Kiwon Um wrote: Dear org users, The recent function for showing

Re: [Orgmode] org-agenda-show-current-time-in-grid and automatic refresh

2011-01-15 Thread Bastien
Hi Kiwon, Kiwon Um writes: > ;; refresh agenda view regurally > (defun kiwon/org-agenda-redo-in-other-window () > "Call org-agenda-redo function even in the non-agenda buffer." > (interactive) > (let ((agenda-window (get-buffer-window org-agenda-buffer-name t))) > (when agenda-window >

Re: [Orgmode] org-agenda-show-current-time-in-grid and automatic refresh

2011-01-12 Thread Michael Brand
On Thu, Jan 13, 2011 at 05:56, Kiwon Um wrote: > ;; refresh agenda view regurally > (defun kiwon/org-agenda-redo-in-other-window () > "Call org-agenda-redo function even in the non-agenda buffer." > (interactive) > (let ((agenda-window (get-buffer-window org-agenda-buffer-name t))) >(when a

Re: [Orgmode] org-agenda-show-current-time-in-grid and automatic refresh

2011-01-12 Thread Kiwon Um
Suvayu Ali writes: > Hi Nick, > > On Wed, 12 Jan 2011 03:23:44 -0500 > Nick Dokos wrote: > >> You can probably use run-with-timer or run-with-idle-timer to do >> things like this, but I'm with Detlef Steuer: pressing 'g' in the >> agenda to refresh it is simple and does not consume any extra >>

Re: [Orgmode] org-agenda-show-current-time-in-grid and automatic refresh

2011-01-12 Thread Tommy Stanton
I would guess that the simple use of 'g' for refreshing was inspired by the Emacs buffer list (induced by C-c C-b; you enter "Buffer Menu" mode while in that *Buffer List* buffer's window). Discovering 'g' for the buffer list took me a long time, but I was so delighted when I did. -Tommy On Jan 1

Re: [Orgmode] org-agenda-show-current-time-in-grid and automatic refresh

2011-01-12 Thread Suvayu Ali
Hi Nick, On Wed, 12 Jan 2011 03:23:44 -0500 Nick Dokos wrote: > You can probably use run-with-timer or run-with-idle-timer to do > things like this, but I'm with Detlef Steuer: pressing 'g' in the > agenda to refresh it is simple and does not consume any extra > resources - you do it when you ne

Re: [Orgmode] org-agenda-show-current-time-in-grid and automatic refresh

2011-01-12 Thread Nick Dokos
Suvayu Ali wrote: > Hi Kiwon, > > On Wed, 12 Jan 2011 12:23:48 +0900 > Kiwon Um wrote: > > > Dear org users, > > > > The recent function for showing current time in agenda view is quite > > cool. I have a question about it. When the agenda view is being shown, > > is there any way to refresh

Re: [Orgmode] org-agenda-show-current-time-in-grid and automatic refresh

2011-01-11 Thread Suvayu Ali
Hi Kiwon, On Wed, 12 Jan 2011 12:23:48 +0900 Kiwon Um wrote: > Dear org users, > > The recent function for showing current time in agenda view is quite > cool. I have a question about it. When the agenda view is being shown, > is there any way to refresh it automatically so that makes the curre

[Orgmode] org-agenda-show-current-time-in-grid and automatic refresh

2011-01-11 Thread Kiwon Um
Dear org users, The recent function for showing current time in agenda view is quite cool. I have a question about it. When the agenda view is being shown, is there any way to refresh it automatically so that makes the current time line always recent? Thanks. -- Kiwon Um ___