Hello,

Steen Hoyer <j.s.ho...@wustl.edu> writes:

> Org 8 seems to have changed the way radio links in comment lines work.
>
> # <<<target>>> No longer creates a link - 'C-c C-c can do nothing useful at 
> this location'
>
> #+test <<<target>>> Works within org for some reason, but then the line will 
> be exported...
>
> I was curious if this was intentional,

This is intentional. No Org syntax is recognized in a comment anymore.
On the other hand, all targets (not radio targets) are invisible now.
Therefore, you can write:

  Some text<<invsible>> in a paragraph.

And "invisible" (note the double brackets) will not appear during
export.

"#+test <<<target>>>" has wrong syntax since the colons are mandatory:
"#+test: <<<target>>>". It will not be exported (as a keyword), but it
cannot hold radio targets (or targets) either.

> because I have many (now broken) links of the first kind in my org
> files, and because of this line in the org FAQ: "The usual way of
> turning radio links invisible is to comment them,"

FAQ is not up-to-date. Also, note that there is a confusion between
targets (double brackets) and radio targets (triple brackets). There is
no point in making radio targets invisible. There is also no need for
the (INVISIBLE) hack anymore.

Patches welcome wrt the FAQ.


Regards,

-- 
Nicolas Goaziou

Reply via email to