From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: Re: Making GTD more mangeable with org Date: Fri, 18 Mar 2011 15:46:36 -0600 Message-ID: References: <87mxksry6y.fsf@fastmail.fm> <87lj0ct8ci.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=42780 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0hVG-0003ts-7e for emacs-orgmode@gnu.org; Fri, 18 Mar 2011 17:46:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0hVF-0004U6-Bc for emacs-orgmode@gnu.org; Fri, 18 Mar 2011 17:46:38 -0400 Received: from mail-iy0-f169.google.com ([209.85.210.169]:63291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0hVF-0004U1-7B for emacs-orgmode@gnu.org; Fri, 18 Mar 2011 17:46:37 -0400 Received: by iyf13 with SMTP id 13so5510336iyf.0 for ; Fri, 18 Mar 2011 14:46:36 -0700 (PDT) In-Reply-To: <87lj0ct8ci.fsf@fastmail.fm> 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: Matt Lundin Cc: Org Mode Thanks, this works for me :) Anyway, I just wanted to debate over this particular overview file. Not sure if this really worths it, but has been working for me lately. You guys use something similar? On Fri, Mar 18, 2011 at 3:41 PM, Matt Lundin wrote: > 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]] > =A0- 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 >