From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Making the output of %% functions linkable in agenda views Date: Tue, 03 May 2011 16:09:15 -0400 Message-ID: <8762prtul0.fsf@fastmail.fm> References: <87aaf3tv5l.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHLuI-0004Gr-Hl for emacs-orgmode@gnu.org; Tue, 03 May 2011 16:09:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHLuH-0003Rp-HK for emacs-orgmode@gnu.org; Tue, 03 May 2011 16:09:18 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:58943) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHLuH-0003Ri-FH for emacs-orgmode@gnu.org; Tue, 03 May 2011 16:09:17 -0400 In-Reply-To: (Charles Sebold's message of "Tue, 03 May 2011 15:04:51 -0500") 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: "Sebold, Charles" Cc: emacs-orgmode Charles.Sebold@lcms.org (Sebold, Charles) writes: > On 3 May 2011, Matt Lundin wrote: > >> The bigger question, however, is why the expression above is even >> showing up in the agenda, since it contains no scheduling information. >> :) > > Hm. I didn't think about whether anybody else could see it, come to > think of it; my real problem (for which this was just a mock-up) shows > up in a heavily customized agenda I set up, which isn't schedule-based. I should clarify. I, too, can see the link in the agenda. I had been under the impression that only diary sexps will appear in the agenda, but it seems that a generic sexp that returns a string will also show up. I'm not sure whether this is a feature or a bug. Best, Matt