From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Global TODO: display more than the TODO heading line? Date: Sat, 04 Jan 2014 22:14:38 +0700 Message-ID: <877gafg4o1.fsf@ericabrahamsen.net> References: <87lhzd8dvk.fsf@bzg.ath.cx> <871u15838n.fsf@bzg.ath.cx> <87lhzcb6bu.fsf@ericabrahamsen.net> <87ha9ju92g.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34811) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzSwR-0006LF-7O for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 10:15:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VzSwL-0003Fq-Cu for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 10:15:11 -0500 Received: from plane.gmane.org ([80.91.229.3]:50001) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzSwL-0003EF-61 for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 10:15:05 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VzSwJ-0001ob-Kd for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 16:15:03 +0100 Received: from 223.204.248.177 ([223.204.248.177]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 04 Jan 2014 16:15:03 +0100 Received: from eric by 223.204.248.177 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 04 Jan 2014 16:15:03 +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 Bastien writes: > Eric Abrahamsen writes: > >>> Maybe you can use `org-after-todo-state-change-hook' to store a note >>> in a property, then display the content of this property in the column >>> view -- but this is a bit hackish anyway. >> >> I've wanted this too -- if we're logging into a drawer (ie LOGBOOK), >> shouldn't there be a relatively simple way of getting the drawer >> contents, and taking the top (or bottom) log entry? >> >> On the other hand, looking at `org-add-log-setup', maybe it wouldn't be >> all that easy, either. > > We could have a new special property like "LAST_NOTE" that would > retrieve the last note, but I doubt the use-case is general enough > to require such a new special property. The implementation would > be 100% ad hoc... if many users need this, please speak up! No, that sounds like a bad idea... Unless log entries were later made into first-class citizens, I think home-rolled ad hoc solutions are all we should bother with. E