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: Mon, 22 Dec 2014 22:09:10 -0500 Message-ID: <871tnr12qx.fsf@gmail.com> References: <87k31qx15a.fsf@gmail.com> <87ppbiolfo.fsf@ericabrahamsen.net> <87ppbch13c.fsf@gmail.com> <87mw6g9y4j.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3Fqn-0003BR-3g for emacs-orgmode@gnu.org; Mon, 22 Dec 2014 22:09:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y3Fqh-0002Vg-2e for emacs-orgmode@gnu.org; Mon, 22 Dec 2014 22:09:33 -0500 Received: from plane.gmane.org ([80.91.229.3]:50166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3Fqg-0002Uj-SB for emacs-orgmode@gnu.org; Mon, 22 Dec 2014 22:09:27 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y3Fqf-0003fl-Mn for emacs-orgmode@gnu.org; Tue, 23 Dec 2014 04:09:25 +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 ; Tue, 23 Dec 2014 04:09:25 +0100 Received: from jenia.ivlev by modemcable115.14-82-70.mc.videotron.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Dec 2014 04:09:25 +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 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? > 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.