From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: viewing task notes in agenda Date: Thu, 28 Jan 2010 15:00:44 +0100 Message-ID: <7AE00510-F70B-4B84-A324-938CBFDA8BF1@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NaUvZ-0008Au-T8 for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 09:00:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NaUvU-000887-Js for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 09:00:56 -0500 Received: from [199.232.76.173] (port=52569 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NaUvU-00087t-40 for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 09:00:52 -0500 Received: from mx20.gnu.org ([199.232.41.8]:43764) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NaUvT-00082d-6T for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 09:00:51 -0500 Received: from mail-fx0-f216.google.com ([209.85.220.216]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NaUvR-0005HC-UT for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 09:00:50 -0500 Received: by fxm8 with SMTP id 8so1056776fxm.26 for ; Thu, 28 Jan 2010 06:00:48 -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 To: Manish Cc: Org-Mode Hi Manish, I have SPC in the agenda bound to org-agenda-show-and-scroll-up, and that does open the drawer. Have you made a different binding? - Carsten On Jan 8, 2010, at 12:17 PM, Manish wrote: > On Fri, Jan 8, 2010 at 1:07 PM, Carsten Dominik wrote: >> >> On Jan 7, 2010, at 7:34 PM, Manish wrote: >> >>> is there a way to show the notes taken with `z' in agenda view (C-c >>> C-z in org file) in agenda log view? I take small/quick notes about >>> the progress of a TODO with quick access to `z' key but the log mode >>> only shows the title of the TODO item in the log view. The notes go >>> inside a LOGBOOK drawer and are not visible even when I activate >>> inactive time stamps with `[' key. Is this be a viable feature >>> request? Would others find it useful? In case it's not, would it >>> be >>> possible to just force open the LOGBOOK when follow-mode is `on' for >>> the inactive timestamped item? >> >> Hi Manish, >> >> I am not sure I understand. When I press `[', a new entry shows >> up in the agenda, with the text the headline of that entry. >> If I go to that line and press SPACE, I see the note. >> >> What exactly would you have happen? > > Currently when I enable inactive timestamps and press SPACE on the > entry in agenda, the LOGBOOK stays of the entry in other window stays > folded. Repeated SPACE does cycle through various visibility states > but it never opens the LOGBOOK drawer. I must be missing some > setting.. > > Ideally (may be as an option), I would love to see the first line of > the note itself instead of the entry headline (the context is anyways > available in the minibuffer, if needed.) This will save from > switching attention between agenda and org file windows when reviewing > activities. > > Regards > -- > Manish - Carsten