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
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
>
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
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
>>
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
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
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
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
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
___