From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: a link to launch a todo view? Date: Sat, 26 Sep 2015 11:12:03 -0400 Message-ID: <877fnd1ags.fsf@pierrot.dokosmarshall.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zfr99-0005A5-J7 for emacs-orgmode@gnu.org; Sat, 26 Sep 2015 11:12:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zfr96-000566-Cq for emacs-orgmode@gnu.org; Sat, 26 Sep 2015 11:12:19 -0400 Received: from plane.gmane.org ([80.91.229.3]:40538) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zfr96-00054i-6O for emacs-orgmode@gnu.org; Sat, 26 Sep 2015 11:12:16 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Zfr94-0003Ee-I9 for emacs-orgmode@gnu.org; Sat, 26 Sep 2015 17:12:14 +0200 Received: from pool-108-20-41-232.bstnma.fios.verizon.net ([108.20.41.232]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Sep 2015 17:12:14 +0200 Received: from ndokos by pool-108-20-41-232.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Sep 2015 17:12:14 +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 Xebar Saram writes: > Hi list > > I was wondering if one can use a orgmode link to launch (via C-c o)  a defined todo view (ie dispatcher t). anyone has done anything like that before? > Yes, you can use an elisp: type link to execute arbitrary lisp code: [[elisp:(message "Hello")][hello]] And since the next question will be "Can I skip the confirmation?", I will point you to C-h v org-confirm-elisp-link-function -- Nick