From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanrong Lin Subject: Re: org-agenda-to-appt Date: Sat, 01 Mar 2008 23:36:11 -0500 Message-ID: <47CA2EBB.80707@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JVfw2-0002eW-II for emacs-orgmode@gnu.org; Sat, 01 Mar 2008 23:36:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JVfvx-0002Xp-Td for emacs-orgmode@gnu.org; Sat, 01 Mar 2008 23:36:26 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVfvx-0002Xm-Op for emacs-orgmode@gnu.org; Sat, 01 Mar 2008 23:36:21 -0500 Received: from hs-out-0708.google.com ([64.233.178.248]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JVfvx-0005V1-Lr for emacs-orgmode@gnu.org; Sat, 01 Mar 2008 23:36:21 -0500 Received: by hs-out-0708.google.com with SMTP id 55so461873hsc.10 for ; Sat, 01 Mar 2008 20:36:20 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Cc: org-mode I do it like this: (run-at-time "0:30am" (* 24 3600) 'org-agenda-to-appt) This will call org-agenda-to-appt when emacs starts, and, if you never exit emacs, it will automatically call org-agenda-to-appt at mid-night. Wanrong Richard G Riley wrote: > What would be the recommended way to automate a call to org-agenda-to-appt? A org mode hook to > call it at start? Any recommendations appreciated. > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >