From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Activating radio links when agenda called Date: Thu, 04 Dec 2008 09:05:30 -0600 Message-ID: <87oczsj805.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L8Flk-0002Bo-MR for emacs-orgmode@gnu.org; Thu, 04 Dec 2008 10:05:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L8Flj-0002Bc-Nt for emacs-orgmode@gnu.org; Thu, 04 Dec 2008 10:05:32 -0500 Received: from [199.232.76.173] (port=42856 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L8Flj-0002BZ-KL for emacs-orgmode@gnu.org; Thu, 04 Dec 2008 10:05:31 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:53879) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L8Flj-0005tT-5q for emacs-orgmode@gnu.org; Thu, 04 Dec 2008 10:05:31 -0500 Received: from matt-desktop (vu019215.valpo.edu [152.228.168.123]) by mail.messagingengine.com (Postfix) with ESMTPA id 7795210C16 for ; Thu, 4 Dec 2008 10:05:30 -0500 (EST) 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: emacs-orgmode@gnu.org Hi everyone, When I load an org file into a buffer using find-file, radio targets (i.e., triple bracket targets such as <<>>) are automatically activated and the corresponding plain text (My Target) is turned into a link. However, when my org files are loaded into buffers by calling the agenda for the first time, radio targets are not activated. Instead, I have to use C-c C-c to activate the links. Since I usually open all my org files by calling the agenda, I'd like to have the links activated right away. Is there perhaps a setting that will change this behavior? Regards, Matt