From mboxrd@z Thu Jan  1 00:00:00 1970
From: Jay Dresser <org-mode@jaydresser.us>
Subject: Re: Is it possible to embed tag search as a link?
Date: Tue, 23 Jun 2015 04:28:22 +0000 (UTC)
Message-ID: <loom.20150623T061841-919@post.gmane.org>
References: <slrnmo77o4.88m.pisajew@lnb.localnet>
	<loom.20150621T101656-254@post.gmane.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
Received: from eggs.gnu.org ([2001:4830:134:3::10]:38904)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1Z7FpA-0004IS-6P
	for emacs-orgmode@gnu.org; Tue, 23 Jun 2015 00:28:41 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1Z7Fp4-0007Pp-RR
	for emacs-orgmode@gnu.org; Tue, 23 Jun 2015 00:28:40 -0400
Received: from plane.gmane.org ([80.91.229.3]:56169)
	by eggs.gnu.org with esmtp (Exim 4.71)
	(envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1Z7Fp4-0007P7-KU
	for emacs-orgmode@gnu.org; Tue, 23 Jun 2015 00:28:34 -0400
Received: from list by plane.gmane.org with local (Exim 4.69)
	(envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1Z7Fp2-0006WP-Ek
	for emacs-orgmode@gnu.org; Tue, 23 Jun 2015 06:28:32 +0200
Received: from c-73-202-45-37.hsd1.ca.comcast.net ([73.202.45.37])
	by main.gmane.org with esmtp (Gmexim 0.1 (Debian))
	id 1AlnuQ-0007hv-00
	for <emacs-orgmode@gnu.org>; Tue, 23 Jun 2015 06:28:32 +0200
Received: from org-mode by c-73-202-45-37.hsd1.ca.comcast.net with local
	(Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00
	for <emacs-orgmode@gnu.org>; Tue, 23 Jun 2015 06:28:32 +0200
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode>
List-Post: <mailto:emacs-orgmode@gnu.org>
List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=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

> 
> Piotr Isajew <pisajew <at> yahoo.com> 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 <org-mode <at> jaydresser.us> writes:

I just happened to run across this which seems to 
better match your original question, to do it as a new link type:
http://endlessparentheses.com/use-org-mode-links-for-absolutely-anything.html

so you could have [[org-search:+work-boss-TODO="DONE"]]