Dave D <wenlong....@gmail.com> writes: > I have :link t so that I can jump to a task directly from the clock > table. I have noticed that sometimes the link doesn't work because of > a heading having strange characters ( in my case my heading is > suffixed with date time).
Thanks for reporting! Could you provide an example of such heading? > I traced it back to function org-clock-get-table-data, which seems to > construct the link itself from scratch without leveraging the existing > function org-store link. This also results in it not respecting the > value of org-id-link-to-org-use-id. If use org-store-link in > org-clock-get-table-data, a few lines of code can be reduced and the > behavior can be more consistent and robust. Your analysis looks reasonable, but a concrete reproducer would help (at least to create a test case). Best, Ihor