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 17:41:17 -0400 Message-ID: <87lj0ct8ci.fsf@fastmail.fm> References: <87mxksry6y.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=33895 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0hQC-0001tI-QB for emacs-orgmode@gnu.org; Fri, 18 Mar 2011 17:41:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0hQ8-0003lw-3X for emacs-orgmode@gnu.org; Fri, 18 Mar 2011 17:41:21 -0400 Received: from out3.smtp.messagingengine.com ([66.111.4.27]:37630) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0hQ7-0003lg-SR for emacs-orgmode@gnu.org; Fri, 18 Mar 2011 17:41:20 -0400 In-Reply-To: (Marcelo de Moraes Serpa's message of "Fri, 18 Mar 2011 15:11:59 -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: > On Fri, Mar 18, 2011 at 2:05 PM, Matt Lundin wrote: >> 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. > You guys can't see the screenshot ? Yes, I can see the screenshot. My response was meant to demonstrate the syntax of a link that calls an agenda command. I imagine it could replace the "Agenda" headline in your outline: --8<---------------cut here---------------start------------->8--- * [[elisp:(org-agenda nil "a"][Agenda]] - See full list.... --8<---------------cut here---------------end--------------->8--- If org speed commands are enabled, calling the agenda is as simple as typing "o" on the headline. Is this what you are looking for? Best, Matt