emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bastien <bastien.guerry@wikimedia.fr>
To: Kiwon Um <um.kiwon@gmail.com>
Cc: emacs-orgmode@gnu.org, nicholas.dokos@hp.com
Subject: Re: org-agenda-show-current-time-in-grid and automatic refresh
Date: Sat, 15 Jan 2011 12:35:35 +0100	[thread overview]
Message-ID: <87d3nycrt4.fsf@altern.org> (raw)
In-Reply-To: <87mxn54d0q.fsf@gmail.com> (Kiwon Um's message of "Thu, 13 Jan 2011 13:56:53 +0900")

Hi Kiwon,

Kiwon Um <um.kiwon@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

  parent reply	other threads:[~2011-01-15 11:47 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-12  3:23 org-agenda-show-current-time-in-grid and automatic refresh Kiwon Um
2011-01-12  7:19 ` Suvayu Ali
2011-01-12  8:23   ` Nick Dokos
2011-01-12 21:33     ` Suvayu Ali
2011-01-13  4:56       ` Kiwon Um
2011-01-13  6:36         ` Michael Brand
2011-01-15 11:35         ` Bastien [this message]
2011-01-18  9:58   ` Carsten Dominik
2011-01-12  7:58 ` Detlef Steuer
  -- strict thread matches above, loose matches on Subject: below --
2011-01-13  1:43 Tommy Stanton
2011-01-13  8:41 ` Sébastien Vauban

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d3nycrt4.fsf@altern.org \
    --to=bastien.guerry@wikimedia.fr \
    --cc=emacs-orgmode@gnu.org \
    --cc=nicholas.dokos@hp.com \
    --cc=um.kiwon@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).