From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Raimund.Kohl@nabuli.de Newsgroups: gmane.emacs.help Subject: adding time to floating dates in calender Date: Thu, 08 Sep 2005 09:56:32 +0200 Message-ID: <20050908075632.7D09EEF1EE@atma-office> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1126170585 16324 80.91.229.2 (8 Sep 2005 09:09:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Sep 2005 09:09:45 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 08 11:09:38 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EDINH-0000Oy-MX for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Sep 2005 11:07:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EDI1X-0002Jf-So for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Sep 2005 04:44:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EDHIh-0006pM-Ni for help-gnu-emacs@gnu.org; Thu, 08 Sep 2005 03:58:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EDHIc-0006oF-Mn for help-gnu-emacs@gnu.org; Thu, 08 Sep 2005 03:58:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EDHFS-00050F-BM for help-gnu-emacs@gnu.org; Thu, 08 Sep 2005 03:55:06 -0400 Original-Received: from [212.227.126.171] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EDHJm-0001bc-Tu for help-gnu-emacs@gnu.org; Thu, 08 Sep 2005 03:59:35 -0400 Original-Received: from p54ABB181.dip0.t-ipconnect.de [84.171.177.129] (helo=atma-office) by mrelayeu.kundenserver.de with ESMTP (Nemesis), id 0ML25U-1EDHFN0yHu-0003iV; Thu, 08 Sep 2005 09:55:01 +0200 Original-Received: by atma-office (Postfix, from userid 1000) id 7D09EEF1EE; Thu, 8 Sep 2005 09:56:32 +0200 (CEST) Original-Received: from atma-office (localhost [127.0.0.1]) by atma-office (Postfix) with ESMTP id 758B3EF1ED for ; Thu, 8 Sep 2005 09:56:32 +0200 (CEST) Original-To: emacs mailinglist X-Mailer: MH-E 7.84; nmh 1.1; GNU Emacs 21.4.1 X-Provags-ID: kundenserver.de abuse@kundenserver.de login:1f319457b87b086c07c81ac42a02b276 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:29313 Archived-At: Hi, I wonder how I can add the time to a float date in calender. To have, e.g., ever second thursday of every month appointment foo the entry in the diary file would be %%(diary-float t 4 2) foo ok, but how do I add the due time - let's say at 19:30? Oh, and btw, what if it isn't only the second, but also the 4th thursday? By now I simply added another entry %%(diary-float t 4 4) foo ray