emacs-orgmode
[Top][All Lists]
Advanced

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

Re: BUG?: Link to inline-task not working


From: Michael Dauer
Subject: Re: BUG?: Link to inline-task not working
Date: Mon, 6 Dec 2021 14:14:09 +0100

> Where are the links/href are built? There should be the error that excludes
> inline-tasks.

A quick search through the code yields: org-export-resolve-id-link
It explicitly check headlines, but not inlinetasks.
 
Shouldn't be org-export-resolve-fuzzy-link the relevant function, at least for my use case?

But there it looks like it is searching through all elements including inlinetasks, which is in org-element-all-elements:
(append pseudo-types '(target) org-element-all-elements)

Am Sa., 4. Dez. 2021 um 04:18 Uhr schrieb Ihor Radchenko <yantar92@gmail.com>:
Michael Dauer <mick.dauer@gmail.com> writes:

> Where are the links/href are built? There should be the error that excludes
> inline-tasks.

A quick search through the code yields: org-export-resolve-id-link
It explicitly check headlines, but not inlinetasks.
The fix should not be too hard. Feel free to send a patch ;)

Best,
Ihor

reply via email to

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