From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: How do you show the entires in the logbook drawer in the agenda Date: Tue, 23 Dec 2014 11:42:52 +0800 Message-ID: <87oaqvvxoj.fsf@ericabrahamsen.net> References: <87k31qx15a.fsf@gmail.com> <87ppbiolfo.fsf@ericabrahamsen.net> <87ppbch13c.fsf@gmail.com> <87mw6g9y4j.fsf@ericabrahamsen.net> <871tnr12qx.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43860) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3GHr-00012B-7W for emacs-orgmode@gnu.org; Mon, 22 Dec 2014 22:37:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y3GHl-0001Lx-Dv for emacs-orgmode@gnu.org; Mon, 22 Dec 2014 22:37:31 -0500 Received: from plane.gmane.org ([80.91.229.3]:52213) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3GHl-0001Lp-72 for emacs-orgmode@gnu.org; Mon, 22 Dec 2014 22:37:25 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y3GHi-0003PS-UF for emacs-orgmode@gnu.org; Tue, 23 Dec 2014 04:37:23 +0100 Received: from 123.123.16.212 ([123.123.16.212]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Dec 2014 04:37:22 +0100 Received: from eric by 123.123.16.212 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Dec 2014 04:37:22 +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 jenia.ivlev@gmail.com (jenia.ivlev) writes: > Eric Abrahamsen writes: > >> jenia.ivlev@gmail.com (jenia.ivlev) writes: >> >>> Eric Abrahamsen writes: >>> >>>> jenia.ivlev@gmail.com (jenia.ivlev) writes: >>>> >>>>> Hello. >>>>> >>>>> I thought that the entires in the logbook drawer - entered pressing `C-c >>>>> C-z` in orgmode - would show up in the agenda, pressing `C-c a a`, but >>>>> they do not. >>>>> Is possible to somehow list those notes in the agenda? >>>>> >>>>> Thanks in advnace for your kind help. >>>> >>>> Nice timing! If you hang on for just a couple of days, there ought to be >>>> a command like this available to you -- we're working it out in another >>>> thread. >>>> >>>> Eric >>>> >>>> >>>> >>> >>> Hello. >>> >>> >>> I decided to go to the org-mode repository >>> (http://orgmode.org/w/org-mode.git) and I wanted to checkout the >>> changes that you and your collaborators did. But i can't find a tag or >>> branch with your changes in it. >> >> That's because no commits have been made yet! There was a small bug to >> fix first, and then... well one only has so much time for coding. I do >> hope to get to it tonight. >> >>> I want to do this because I though of reading them and patching my >>> existing org-mode program and that way learn how to do some emacs programming. >> >> Oh man, you shouldn't be reading my patches to learn elisp programming! >> At least, not until Nicolas has fixed them up. >> >>> Can you please tell me what commits should I start looking at to find >>> the commits that you and your "teammates" did to enable the drawer >>> entries with a [timestamp] in them to appear in the agenda logging-view ? >> >> To be clear, what I'm working on is quite simple: a single command to >> flash up the most recent log note in the minibuffer. Do I understand you >> right that what you'd like is to use the logging view ("l" in the >> agenda), and then see all the notes? >> >> Hmmm, I just went and tried it, using the C-u prefix argument to show >> "state" notes as well as "done" and "clock". > Thanks very much, its a useful comamnd. But how to I make appear the > actual notes? You know the ones that you take my typing C-c C-z? Right, that's the difference with what I'm working on now -- it would show the most recent item in the log drawer, whatever it was. That's not possible right now. The question is, do we want another version of the logging view, or a simple command that just flashes up the most recent note for the entry under point? >> This actually already does >> a lot of what I was after! Conceptually, it's presently aimed at "past >> events", not current states, but I'll bet I can either expand the >> logging-view to provide a "current" version, or at least steal some of >> the code. >> >> Of course, that means this might take me a little longer... >> >> Eric > > Thanks again Eric.