From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurynas Biveinis Subject: Custom agenda view by TODO state and tag Date: Tue, 26 Apr 2011 06:42:47 +0300 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:48831) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEZB7-0000dt-NB for emacs-orgmode@gnu.org; Mon, 25 Apr 2011 23:43:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QEZB6-00053N-Oj for emacs-orgmode@gnu.org; Mon, 25 Apr 2011 23:43:09 -0400 Received: from mail-fx0-f41.google.com ([209.85.161.41]:58524) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEZB6-00053G-Gt for emacs-orgmode@gnu.org; Mon, 25 Apr 2011 23:43:08 -0400 Received: by fxm18 with SMTP id 18so209047fxm.0 for ; Mon, 25 Apr 2011 20:43:07 -0700 (PDT) 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 everybody - I want to create a custom agenda view that filters by both TODO state and tags, i.e. a combination of todo and tags-todo search types. I have tried creating custom search action ((org-agenda-todo "TODO") (org-agenda-filter "tag1|tag2")) but failed. Any pointers? Thanks, -- Laurynas