From mboxrd@z Thu Jan 1 00:00:00 1970 From: Toby St Clere Smithe Subject: Re: Properties in agenda view Date: Wed, 05 Nov 2014 23:58:56 +0100 Message-ID: <87oasl45lb.fsf@tsmithe.net> References: <87vbmv8dqt.fsf@tsmithe.net> <87y4rq27gr.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xm9Xq-00004r-DS for emacs-orgmode@gnu.org; Wed, 05 Nov 2014 17:59:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xm9Xk-00054d-GZ for emacs-orgmode@gnu.org; Wed, 05 Nov 2014 17:59:18 -0500 Received: from plane.gmane.org ([80.91.229.3]:40635) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xm9Xk-00054Y-A9 for emacs-orgmode@gnu.org; Wed, 05 Nov 2014 17:59:12 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Xm9Xi-0007GD-11 for emacs-orgmode@gnu.org; Wed, 05 Nov 2014 23:59:10 +0100 Received: from august.rot.sgsnet.se ([46.239.104.147]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Nov 2014 23:59:10 +0100 Received: from mail by august.rot.sgsnet.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Nov 2014 23:59:10 +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 Dear Eric, Eric S Fraga writes: > On Tuesday, 4 Nov 2014 at 11:24, Toby St Clere Smithe wrote: >> Hi all, >> >> How might I adjust the agenda view so that as well as displaying the >> dates and names of entries, some property / properties of my choosing >> are displayed? For instance, I have entries with a "LOCATION" property, >> and would like to see that in the agenda view. > > You can use a column view (C-c C-x C-c) from within the agenda > view. You can customise what is presented in this column view by > > (setq org-agenda-overriding-columns-format > "%5TODO %TIMESTAMP %40ITEM %LOCATION %TAGS") > > for instance. Not quite what you wanted, mind you... Don't worry, this is also helpful. Thanks! Toby