Hi all,

Does anyone know if it’s possible to create cross-references to sections in org-mode that contain (or export as) both the section number and the link text? For example:

    * This is heading 1
    ** This is heading 1.1

    * New heading
    [[*This is heading 1.1]] # Outputs as 1.1
    [[*This is heading 1.1][This is heading 1.1]] # Outputs as "This is heading 1.1"

Is there any way to create a link that outputs both examples at the same time: Eg: 1.1 This is heading 1.1

Thanks!

AW