From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: How to log "diary" or "journal" entries Date: Mon, 17 Aug 2009 15:34:50 -0400 Message-ID: <87eirai691.fsf@gollum.intra.norang.ca> References: <873a7qiaq9.fsf@azura.enfors.net> <87iqgmi7gv.fsf@gollum.intra.norang.ca> <87iqgmdywi.fsf@azura.enfors.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Md7ys-0006Ki-UY for emacs-orgmode@gnu.org; Mon, 17 Aug 2009 15:34:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Md7yp-0006IN-Hc for emacs-orgmode@gnu.org; Mon, 17 Aug 2009 15:34:58 -0400 Received: from [199.232.76.173] (port=57646 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Md7yp-0006IG-8k for emacs-orgmode@gnu.org; Mon, 17 Aug 2009 15:34:55 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:59779) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Md7yp-0007x6-08 for emacs-orgmode@gnu.org; Mon, 17 Aug 2009 15:34:55 -0400 In-Reply-To: <87iqgmdywi.fsf@azura.enfors.net> (Christer Enfors's message of "Mon\, 17 Aug 2009 21\:27\:09 +0200") 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: Christer Enfors Cc: emacs-orgmode@gnu.org [cc-ed org-mode mailing list] Christer Enfors writes: > Bernt Hansen writes: > >> Pull up an agenda view for the day/week you are interested in viewing >> then hit '[' to display inactive timestamps. >> >> Does that do what you need? > > Unfortunately, no. It displays "[ " followed by the *title* of the > item, instead of the *comment* that I've put next to the timestamp. It > doesn't seem to matter if I put the comment before or after the > timestamp. > > Also, things that I've read in the documentation seems to imply that > org-mode only recognizes *one* timestamp per item, whereas I want to > be able to have several timestamped comments per item. Hmm yes it will show the headline and not the following text in the agenda view. I'm not sure if there is a way to do what you want currently. org-mode has no trouble with multiple timestamps for the same entry - it'll list it each time it occurs in the agenda view. -Bernt