emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [IT] Broken support for links to text files (both internal & ext


From: Nicolas Goaziou
Subject: Re: [O] [IT] Broken support for links to text files (both internal & external)
Date: Fri, 05 Jan 2018 08:32:11 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hello,

"Nicolas Bercher (Aʟᴏɴɢ-Tʀᴀᴄᴋ)" <address@hidden> writes:

> The regression makes several some kinds of org-mode links not to work
> anymore.
>
> Examples:
>
> This should be a [[%5B2018-01-03%20mer.%2016:29%5D][valid link]] to
> log's headline but Org can't find it
> anymore and asks for the creation of a new headline:
>
>   "No match - create this as a new heading? (yes or no)"
>
> Also, the following links are broken:
>
>  - [[the following links are broken][link to internal text in this
> file]] (but equivalent to the
>    timestamped broken link reported above), reports:
>
>    "No match - create this as a new heading? (yes or no)"
>
>  - [[should point here][link to internal text from an external
> org-mode file]] (same issue
>    than above) which _should point here_, but reports
>
>    "No match for fuzzy expression: should point here"
>
> The following links still work well:
>  - link to a [[*headline][*headline]]
>  - link to a [[* headline][* headline with space]]
>  - external [[http://www.example.com/][links to the www]]
>
> * [2018-01-03 mer. 16:29] A time stamped log headline
> * headline

You probably have `org-link-search-must-match-exact-headline' set to
a non-nil value (default setting is non-nil).

Note that such links do not export correctly. For this use case, it's
better to use targets.

Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]