Hi Kiwon,

Kiwon Um <um.ki...@gmail.com> 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
>       (with-selected-window agenda-window (org-agenda-redo)))))
> (run-at-time nil 300 'kiwon/org-agenda-redo-in-other-window)

I added this to org-hacks.org, thanks!

-- 
 Bastien

_______________________________________________
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

Reply via email to