[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: BUG?: Link to inline-task not working
From: |
Ihor Radchenko |
Subject: |
Re: BUG?: Link to inline-task not working |
Date: |
Sat, 04 Dec 2021 11:19:27 +0800 |
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