From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicholas S-A Subject: Re: Remind functionality? Date: Mon, 26 Jan 2009 11:37:57 -0500 Message-ID: <20090126163757.GB17217@wireless-10.2.1-dhcp-149.dresden.us> References: <20090125163605.GA20825@Edwards.local> <68633AE9-8E49-46A8-962C-163E26AD421D@uva.nl> <20090125233219.GA2288@Edwards.local> <20090126083150.GA21559@taruti.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LRWv0-0000D3-Q0 for emacs-orgmode@gnu.org; Mon, 26 Jan 2009 14:14:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LRWuy-0000Bm-Km for emacs-orgmode@gnu.org; Mon, 26 Jan 2009 14:14:46 -0500 Received: from [199.232.76.173] (port=51303 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRWuy-0000Bb-8x for emacs-orgmode@gnu.org; Mon, 26 Jan 2009 14:14:44 -0500 Received: from mx20.gnu.org ([199.232.41.8]:51821) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LRV0g-0004CE-V9 for emacs-orgmode@gnu.org; Mon, 26 Jan 2009 12:12:31 -0500 Received: from mail-ew0-f20.google.com ([209.85.219.20]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LRUVk-0007eY-Ia for emacs-orgmode@gnu.org; Mon, 26 Jan 2009 11:40:32 -0500 Received: by ewy13 with SMTP id 13so739996ewy.18 for ; Mon, 26 Jan 2009 08:38:31 -0800 (PST) Content-Disposition: inline In-Reply-To: <20090126083150.GA21559@taruti.net> 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 To: Taru Karttunen Cc: Org Mode List Hi, * Taru Karttunen [2009-01-26 10:31:50 +0200]: >How about having a cron job that creates a ~/.org-remind-me file from >agenda every 15 minutes? And just cat that in the .bash_profile? I ended up doing this, as it works quickly and is a minimum of work. Cron is such a great tool... Thanks Taru and Carten for the tip! nick