[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Org exports broken ID links
From: |
Rudolf Adamkovič |
Subject: |
Org exports broken ID links |
Date: |
Fri, 30 Aug 2024 12:07:10 +0200 |
REPRODUCTION STEPS:
1. `emacs -Q'
2. Create a file `test.org' with the following content:
* Foo :noexport:
:PROPERTIES:
:ID: xxx
:END:
* Bar
[[id:xxx][Foo]]
3. Export the file as HTML using (`C-c C-e h o').
EXPECTED:
The export stops due to a broken link, as per
`org-export-with-broken-links'.
ACTUAL:
Org produces an HTML file with a link that points to nowhere.
NOTES:
`ox-texinfo' exports the link as
@uref{file://test.org,Foo}
which is even worse.
Rudy
--
"I love deadlines. I love the whooshing noise they make as they go by."
--- Douglas Adams, The Salmon of Doubt, 2002
Rudolf Adamkovič <rudolf@adamkovic.org> [he/him]
http://adamkovic.org
- Org exports broken ID links,
Rudolf Adamkovič <=