From mboxrd@z Thu Jan 1 00:00:00 1970 From: Toby St Clere Smithe Subject: Re: Properties in agenda view Date: Tue, 04 Nov 2014 18:27:52 +0100 Message-ID: <87zjc67u5j.fsf@tsmithe.net> References: <87vbmv8dqt.fsf@tsmithe.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xlhts-0005is-Fo for emacs-orgmode@gnu.org; Tue, 04 Nov 2014 12:28:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xlhtk-0004B7-86 for emacs-orgmode@gnu.org; Tue, 04 Nov 2014 12:28:12 -0500 Received: from plane.gmane.org ([80.91.229.3]:47461) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xlhtk-0004B1-28 for emacs-orgmode@gnu.org; Tue, 04 Nov 2014 12:28:04 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Xlhti-0005OH-Rl for emacs-orgmode@gnu.org; Tue, 04 Nov 2014 18:28:02 +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 ; Tue, 04 Nov 2014 18:28:02 +0100 Received: from mail by august.rot.sgsnet.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Nov 2014 18:28:02 +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 Dominic, Dominic Surano writes: > This can be done with custom agenda commands using tables. Something like > this should work: > > (setq org-agenda-custom-commands > '(("1" . "Custom sorted tables") > ("1t" agenda "Tasks agenda table (active only)" > ((org-agenda-skip-function > '(org-agenda-skip-entry-if 'nottodo '("TODO" "WAITING" "CANCELLED" > "DELEGATED" "DONE"))) > (org-agenda-overriding-columns-format "%75ITEM %20DEADLINE > %100Location") > (org-agenda-view-columns-initially t)))) > > This works with tasks that have the following format: > > * TODO Go Grocery Shopping > DEADLINE: <2014-11-04 Tue> > :PROPERTIES: > :Location: Trader Joe's > :END: > > The above example is for sorted agenda. This can also be accomplished for > unsorted task lists. Thanks very much -- I'll have a play with that. Regards, Toby -- Toby St Clere Smithe http://tsmithe.net