From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jay Dresser Subject: Re: Is it possible to embed tag search as a link? Date: Sat, 20 Jun 2015 00:45:11 -0700 Message-ID: <87616iq0vs.fsf@jaydresser.us> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59983) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6DSo-00005b-JR for emacs-orgmode@gnu.org; Sat, 20 Jun 2015 03:45:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z6DSl-0003J7-Dr for emacs-orgmode@gnu.org; Sat, 20 Jun 2015 03:45:18 -0400 Received: from mout.perfora.net ([74.208.4.194]:65134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6DSl-0003IN-7j for emacs-orgmode@gnu.org; Sat, 20 Jun 2015 03:45:15 -0400 In-reply-to: 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: Piotr Isajew Cc: emacs-orgmode@gnu.org You could always do it with elisp, perhaps: [[elisp:(org-tags-view nil "+work-boss-TODO=\"DONE\"")]] which would be like "C-c a m" Or: [[elisp:(org-match-sparse-tree nil "+work-boss-TODO=\"DONE\"")]] which would be like "C-c \". Change "nil" to "t" for TODO only. Piotr Isajew writes: > Hi, > > what I'm looking for is a link format that, when C-c C-o'ed, > opens agenda "match query" view for custom query which arguments > are specified in the link. I.e.: > > org-search://+work-boss-TODO="DONE" > > I am aware of org-protocol which can be used to develop a custom > handler for something like this. I would just like to check if > there exists any working solution before I start working on my > own. > > Bests, > > Piotr -- Jay Dresser