From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Timestamp question Date: Sat, 27 Jun 2009 11:54:03 +0100 Message-ID: <87vdmi0wxg.wl%ucecesf@ucl.ac.uk> References: <1246029052.2831.55.camel@lat-ws.turk.com> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MKVYE-0007UT-Bf for emacs-orgmode@gnu.org; Sat, 27 Jun 2009 06:54:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MKVY9-0007Ie-CB for Emacs-orgmode@gnu.org; Sat, 27 Jun 2009 06:54:29 -0400 Received: from [199.232.76.173] (port=41235 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKVY9-0007IN-5q for Emacs-orgmode@gnu.org; Sat, 27 Jun 2009 06:54:25 -0400 Received: from mx20.gnu.org ([199.232.41.8]:46245) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MKVY8-0006nY-Ln for Emacs-orgmode@gnu.org; Sat, 27 Jun 2009 06:54:24 -0400 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MKVY2-0005Y9-5L for Emacs-orgmode@gnu.org; Sat, 27 Jun 2009 06:54:18 -0400 In-Reply-To: <1246029052.2831.55.camel@lat-ws.turk.com> 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: lou@dayspringpublisher.com Cc: Emacs-orgmode@gnu.org At Fri, 26 Jun 2009 23:10:52 +0800, Louis A. Turk wrote: > > 2. I would also like a reminder window to pop up 15 minutes before the > meeting starts. Bernt has answered your first question. For this one, have a look at these links: ;; and from RichardRiley's entry: http://www.emacswiki.org/emacs/OrgMode-OSD ;; and from Nick Dokos: http://article.gmane.org/gmane.emacs.orgmode/5271 (from my comments in my .emacs which sets up org-mode for window popups) which interface org-mode, Emacs's own appointment mechanism and on-screen display features in Linux. HTH.