You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a page including a different page is exported to ODT, then anchors from an included page got the wrong id. Example:
Page A:
includes page B.
has got an heading headerA
Page B:
has got an anchor to headerA
On export to ODT the link id given to renderer->internallink(...) is not #headerA but pageB#headerA instead. For a detailed example wiki code, please see the corresponding issue in the ODT plugin repository at lpaulsen93/dokuwiki-plugin-odt#114.
This behaviour causes the ODT plugin to render a link to the web page instead of creating an ODT link to the heading headerA in the exported document.
The text was updated successfully, but these errors were encountered:
If a page including a different page is exported to ODT, then anchors from an included page got the wrong id. Example:
Page A:
Page B:
On export to ODT the link id given to
renderer->internallink(...)
is not #headerA but pageB#headerA instead. For a detailed example wiki code, please see the corresponding issue in the ODT plugin repository at lpaulsen93/dokuwiki-plugin-odt#114.This behaviour causes the ODT plugin to render a link to the web page instead of creating an ODT link to the heading headerA in the exported document.
The text was updated successfully, but these errors were encountered: