From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Per command org-agenda-prefix-format Date: Wed, 7 Oct 2015 17:46:21 +0200 Message-ID: <20151007154621.GB20502@chitra.no-ip.org> References: <20151007152450.GA20502@chitra.no-ip.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="vkogqOf2sHV7VnPd" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjqvH-00057u-C2 for emacs-orgmode@gnu.org; Wed, 07 Oct 2015 11:46:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZjqvB-0007bK-QE for emacs-orgmode@gnu.org; Wed, 07 Oct 2015 11:46:31 -0400 Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:35725) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjqvB-0007b8-Ji for emacs-orgmode@gnu.org; Wed, 07 Oct 2015 11:46:25 -0400 Received: by wicge5 with SMTP id ge5so219285072wic.0 for ; Wed, 07 Oct 2015 08:46:25 -0700 (PDT) Received: from chitra.no-ip.org ([2001:610:120:3001:2ad2:44ff:fe4a:b029]) by smtp.gmail.com with ESMTPSA id ka10sm40028694wjc.30.2015.10.07.08.46.23 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 07 Oct 2015 08:46:23 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20151007152450.GA20502@chitra.no-ip.org> 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 Org mode --vkogqOf2sHV7VnPd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Oct 07, 2015 at 05:24:50PM +0200, Suvayu Ali wrote: > > With the attached Org file, the agenda buffer looks like this: Forgot to attach the file :-p. -- Suvayu Open source is the future. It sets us free. --vkogqOf2sHV7VnPd Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="tasks.org" #+OPTIONS: toc:nil #+STARTUP: content * Foo :PROPERTIES: :CATEGORY: foo :END: ** Type 1 [0/2] :type1: *** TODO Item 1 DEADLINE: <2016-01-31 Sun> *** TODO Item 3 DEADLINE: <2015-10-31 Sat> ** Type 2 [2/3] :type2: *** DONE Item 4 CLOSED: [2015-09-22 Tue 15:36] SCHEDULED: <2015-09-14 Mon> *** DONE Item 6 CLOSED: [2015-10-02 Fri 13:36] SCHEDULED: <2015-09-07 Mon> *** TODO Item 8 SCHEDULED: <2015-09-02 Wed> --vkogqOf2sHV7VnPd--