From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomas Grigera Subject: Re: [Feature Request] Show properties in agenda Date: Thu, 2 Feb 2012 00:01:38 -0300 Message-ID: References: <87zkd2s108.fsf@nzebook.haselwarter.org> <87zkd2f3sv.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45469) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rsmvd-0006uJ-SH for emacs-orgmode@gnu.org; Wed, 01 Feb 2012 22:01:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rsmvc-0003Ae-At for emacs-orgmode@gnu.org; Wed, 01 Feb 2012 22:01:41 -0500 Received: from mail-pw0-f41.google.com ([209.85.160.41]:46833) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rsmvb-00039X-SP for emacs-orgmode@gnu.org; Wed, 01 Feb 2012 22:01:40 -0500 Received: by pbaa12 with SMTP id a12so1844313pba.0 for ; Wed, 01 Feb 2012 19:01:38 -0800 (PST) In-Reply-To: <87zkd2f3sv.fsf@norang.ca> 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 Cc: Philipp Haselwarter Hi Philipp, On Wed, Feb 1, 2012 at 21:59, Bernt Hansen wrote: > Philipp Haselwarter writes: > >> Hi Org, >> >> Would it be possible to display entry properties in the agenda? Much >> like `org-agenda-entry-text-mode', but with a filter variable. >> >> Then you could for example set `org-agenda-entry-properties' to >> "LOCATION" or "\\`\\(?:LOCATION\\|SOURCE\\)\\'" and have those >> properties displayed in the agenda buffer. >> I wrote a custom agenda command that puts a property of my choice in place of :CATEGORY:. I'm far from an elisp hacker so I expect it is rather clumsy, and it would need tweaking to do exactly what you want, but I can share if you're interested. Column view, as Bernt suggests, can also display any property you what, but it does so as an overlay. Tomas