From mboxrd@z Thu Jan 1 00:00:00 1970 From: jenia.ivlev@gmail.com (jenia.ivlev) Subject: Re: How do you show the entires in the logbook drawer in the agenda Date: Thu, 25 Dec 2014 01:52:50 -0500 Message-ID: <87ppb8i5kt.fsf@gmail.com> References: <87k31qx15a.fsf@gmail.com> <87ppbiolfo.fsf@ericabrahamsen.net> <87ppbch13c.fsf@gmail.com> <87mw6g9y4j.fsf@ericabrahamsen.net> <871tnr12qx.fsf@gmail.com> <87oaqvvxoj.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y42B0-0004qI-Bn for emacs-orgmode@gnu.org; Thu, 25 Dec 2014 01:45:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y42Aw-0005h8-27 for emacs-orgmode@gnu.org; Thu, 25 Dec 2014 01:45:38 -0500 Received: from plane.gmane.org ([80.91.229.3]:46347) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y42Av-0005h2-Qx for emacs-orgmode@gnu.org; Thu, 25 Dec 2014 01:45:33 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y42Au-0007OJ-OY for emacs-orgmode@gnu.org; Thu, 25 Dec 2014 07:45:32 +0100 Received: from modemcable115.14-82-70.mc.videotron.ca ([70.82.14.115]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Dec 2014 07:45:32 +0100 Received: from jenia.ivlev by modemcable115.14-82-70.mc.videotron.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Dec 2014 07:45:32 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I think it should be another version of the logging view that shows the most recent notes. So if I have * TODO Another "loggin" view in the agenda - Note taken on [2014-12-25 Thu 01:48] \\ Right now, this will not appear in the agenda That node should appear in the new logging view. Right now, only these type of entries appear: * some node - Note taken on CLOCK: [2014-12-25 Thu 01:48] \\ Notice the "CLOCK". Soe maybe, we can implement two different "logging" views. One is the current one where "CLOCK: [date time]" appear in that logging view, and another view where the "Note taken on [date time]" appear in the loggin view. What do you think?