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: Mon, 22 Dec 2014 11:11:56 +0800 Message-ID: <87mw6g9y4j.fsf@ericabrahamsen.net> References: <87k31qx15a.fsf@gmail.com> <87ppbiolfo.fsf@ericabrahamsen.net> <87ppbch13c.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y2tKB-0006Ar-7N for emacs-orgmode@gnu.org; Sun, 21 Dec 2014 22:06:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y2tK5-0000Tw-F2 for emacs-orgmode@gnu.org; Sun, 21 Dec 2014 22:06:23 -0500 Received: from plane.gmane.org ([80.91.229.3]:44694) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y2tK5-0000Tr-84 for emacs-orgmode@gnu.org; Sun, 21 Dec 2014 22:06:17 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y2tK1-0007AS-CH for emacs-orgmode@gnu.org; Mon, 22 Dec 2014 04:06:14 +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 ; Mon, 22 Dec 2014 04:06:13 +0100 Received: from eric by 123.123.16.212 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Dec 2014 04:06:13 +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: >> >>> 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". 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