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: Mon, 23 Dec 2013 10:21:25 +0700 Message-ID: <87lhzcb6bu.fsf@ericabrahamsen.net> References: <87lhzd8dvk.fsf@bzg.ath.cx> <871u15838n.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42910) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vuw3w-0001wi-8B for emacs-orgmode@gnu.org; Sun, 22 Dec 2013 22:20:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vuw3q-0005TM-2a for emacs-orgmode@gnu.org; Sun, 22 Dec 2013 22:20:12 -0500 Received: from plane.gmane.org ([80.91.229.3]:34179) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vuw3p-0005RG-S5 for emacs-orgmode@gnu.org; Sun, 22 Dec 2013 22:20:06 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vuw3o-0005Mt-CF for emacs-orgmode@gnu.org; Mon, 23 Dec 2013 04:20:04 +0100 Received: from 223.204.249.211 ([223.204.249.211]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Dec 2013 04:20:04 +0100 Received: from eric by 223.204.249.211 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Dec 2013 04:20:04 +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: > Hi Zebee, > > Zebee Johnstone writes: > >> was afraid of that. I've experimented with using columns but it was >> too much faffing about to really bother with. > > 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. E