From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fredrik Subject: Display and sort by property in agenda? Date: Thu, 06 Feb 2014 11:11:42 +0100 Message-ID: <52F35FDE.8090203@jumans.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37030) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBLwG-0000Xz-4E for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 05:12:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBLw8-00012t-GA for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 05:12:08 -0500 Received: from mail.talkactive.net ([195.128.174.72]:53433) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBLw8-0000x9-9U for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 05:12:00 -0500 Received: from se1-devel-90.a.snowmen.se (fw01d.snowmen.se [80.169.182.163]) (Authenticated sender: fredrik@jumans.net) by mail.talkactive.net (Postfix) with ESMTPSA id 27458320DF4 for ; Thu, 6 Feb 2014 11:11:40 +0100 (CET) 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 Is there any way to display a custom property in the agenda? And is it possible to sort by that custom property? So that if I have items looking like this I can show the property SORT in an agenda and sort by it? * test 1 :PROPERTIES: :SORT: 2 :END: * test 2 :PROPERTIES: :SORT: 1 :END: Regards, Fredrik