From mboxrd@z Thu Jan 1 00:00:00 1970 From: knubee Subject: Re: Adding date to displayed results of org-search-view Date: Sun, 14 Apr 2013 00:49:55 +0000 (UTC) Message-ID: References: <87ppy0e2oo.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URB93-0001Qz-OJ for emacs-orgmode@gnu.org; Sat, 13 Apr 2013 20:50:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URB92-0002k0-J1 for emacs-orgmode@gnu.org; Sat, 13 Apr 2013 20:50:13 -0400 Received: from plane.gmane.org ([80.91.229.3]:45187) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URB92-0002jw-C6 for emacs-orgmode@gnu.org; Sat, 13 Apr 2013 20:50:12 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1URB90-0005sw-2S for emacs-orgmode@gnu.org; Sun, 14 Apr 2013 02:50:11 +0200 Received: from cm245.omega18.maxonline.com.sg ([218.186.18.245]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 14 Apr 2013 02:50:10 +0200 Received: from knubee by cm245.omega18.maxonline.com.sg with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 14 Apr 2013 02:50:10 +0200 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 Thanks, Bastien! Column view is very nice. > The easiest way to achieve this is to have a column view in your Org > file like this: > > #+COLUMNS: %30ITEM %TODO %PRIORITY %15SCHEDULED %15DEADLINE > > Then in the agenda, C-c C-x C-c will display the column view. This allows me to do most of what I want, but how do I filter so that only the items with :RESEARCH: tag are displayed. Perhaps I missed it, but I didn't see it in your short introduction, here: http://orgmode.org/worg/org- tutorials/org-column-view-tutorial.html Any tips?