From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: COMMENTed Radio Targets: Any comments? Date: Fri, 05 Nov 2010 16:44:04 -0400 Message-ID: <87y697h563.fsf@fastmail.fm> References: <814oc36acp.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=53697 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PET8r-0003NX-SS for emacs-orgmode@gnu.org; Fri, 05 Nov 2010 16:44:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PET8p-0005PE-DL for emacs-orgmode@gnu.org; Fri, 05 Nov 2010 16:44:08 -0400 Received: from out3.smtp.messagingengine.com ([66.111.4.27]:45526) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PET8p-0005P5-91 for emacs-orgmode@gnu.org; Fri, 05 Nov 2010 16:44:07 -0400 In-Reply-To: <814oc36acp.fsf@gmail.com> (Jambunathan K.'s message of "Sat, 30 Oct 2010 19:39:26 +0530") 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: Jambunathan K Cc: emacs-orgmode@gnu.org Jambunathan K writes: > I am noticing Some inconsistencies with commented out 'Radioed > Targets'. Example is down below. Comments are welcome ... > > In the generated HTML, > > 1. The section titled 'Radioed Target' is not exported because it is > commented out. > 2. References to 'Radioed Target' still get exported as link. It > points to self. > > I am not sure what the right behaviour should be ... AFAIK, there are no tests in the exporter to determine whether the target of such a link actually exists. > * Links > ** Targets > *** COMMENT <<>> > ** References > *** References to Radioed Links > This section has references to Radioed Target. For stable links to particular headlines, I would recommend CUSTOM_IDs over radio targets. E.g., * Links ** Targets :PROPERTIES: :CUSTOM_ID: target :END: ** References *** References to Radioed Links This section has references to Radioed Target. Best, Matt