From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Re: Custom agenda view for properties Date: Sun, 17 Jul 2011 15:39:08 +0000 (UTC) Message-ID: <87ipr1q66z.fsf@mean.albasani.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiTRH-0008FL-E0 for emacs-orgmode@gnu.org; Sun, 17 Jul 2011 11:39:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QiTRF-00049s-BC for emacs-orgmode@gnu.org; Sun, 17 Jul 2011 11:39:27 -0400 Received: from lo.gmane.org ([80.91.229.12]:46135) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiTRE-00049e-TQ for emacs-orgmode@gnu.org; Sun, 17 Jul 2011 11:39:25 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QiTRD-0005MG-7Y for emacs-orgmode@gnu.org; Sun, 17 Jul 2011 17:39:23 +0200 Received: from e178225127.adsl.alicedsl.de ([85.178.225.127]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 17 Jul 2011 17:39:23 +0200 Received: from gegendosenfleisch by e178225127.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 17 Jul 2011 17:39:23 +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 Hi Christian, Christian Zang writes: > despite carefully reading the manual and trying out some approaches so > far I could not figure out whether or not it is possible to have a > custom agenda view based on a header's properties. The manual is great, but its always a good idea to also check out Worg. In this case, have a look at: http://orgmode.org/worg/org-tutorials/org-custom-agenda-commands.html#sec-3 > ((tags "+REVIEW=weekly") ;; this does not work... (tags "+REVIEW=\"weekly\"") ;; not tested, but should do Should such an example be in the manual (node (org) Storing searches ) ? > Thanks for any comment on that; the search on gmane appears to be > currently broken, so I couldn't figure out if someone asked something > similar before. Yes. Not sure whats happening there, but several people saw that already. When gmane is non functional (this is the first time in years this happened for me, though), http://www.mail-archive.com/emacs-orgmode@gnu.org/ http://lists.gnu.org/archive/html/emacs-orgmode/ come in handy. Memnon