From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Making GTD more mangeable with org Date: Fri, 18 Mar 2011 16:05:57 -0400 Message-ID: <87mxksry6y.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=43732 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0fvt-0004FR-8l for emacs-orgmode@gnu.org; Fri, 18 Mar 2011 16:06:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0fvr-0001xp-Gk for emacs-orgmode@gnu.org; Fri, 18 Mar 2011 16:06:01 -0400 Received: from out3.smtp.messagingengine.com ([66.111.4.27]:55281) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0fvr-0001xW-AX for emacs-orgmode@gnu.org; Fri, 18 Mar 2011 16:05:59 -0400 In-Reply-To: (Marcelo de Moraes Serpa's message of "Fri, 18 Mar 2011 12:19:12 -0600") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Marcelo de Moraes Serpa Cc: Org Mode Marcelo de Moraes Serpa writes: > What I want to do now is setup the links. Is there a way to setup a > link to an agenda function? It'd be nice. [[elisp:(org-agenda nil "a")][Agenda]] Replace the "a" with the shortcut of your choice. Best, Matt