From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Girard Subject: Re: a link to launch a todo view? Date: Sat, 26 Sep 2015 21:12:04 +0200 Message-ID: References: <877fnd1ags.fsf@pierrot.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfutW-0003ul-1D for emacs-orgmode@gnu.org; Sat, 26 Sep 2015 15:12:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZfutV-00031P-BY for emacs-orgmode@gnu.org; Sat, 26 Sep 2015 15:12:25 -0400 Received: from mail-la0-x22e.google.com ([2a00:1450:4010:c03::22e]:36102) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfutV-00030m-56 for emacs-orgmode@gnu.org; Sat, 26 Sep 2015 15:12:25 -0400 Received: by laclj5 with SMTP id lj5so32021250lac.3 for ; Sat, 26 Sep 2015 12:12:24 -0700 (PDT) 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: Xebar Saram Cc: Nick Dokos , org mode 2015-09-26 20:42 GMT+02:00 Xebar Saram : > > so something like this: > > [[elisp:(org-agenda)][TO-COOK]] > > this will bring up the dispatcher, how does one make it auto issue lets say > 'w' in the dispatcher > Just try (org-agenda nil "w") instead. Cheers, Nicolas