Vote #72402
未完了Problem with Wiki export to PDF / HTML / TXT — 'include' does not includes
0%
説明
If you try to print Wiki page, using export e.g. to PDF, you can find a conflict with @
For example:
Page consists with a several include Macros, and it is full of text.
{{include(page1)}}
---
{{include(page2)}}
---
{{include(page3)}}
---
{{include(page4)}}
The final PDF version will include only plain text, that you can see in Edition mode (find above), but not final version with included Macros with text and images.
journals
I can reproduce this issue with the following environment:
<pre>
Environment:
Redmine version 2.4.2.stable
Ruby version 1.9.3-p484 (2013-11-22) [x86_64-linux]
Rails version 3.2.16
Environment production
Database adapter MySQL
</pre>
--------------------------------------------------------------------------------
Hi,
I have the same issue with the 2.6 last version, but I have another instance with 3.4.4 version where this is fixed.
This was fixed with the Version 3.0.0 (#13051).
So this ticket can be closed.
--------------------------------------------------------------------------------
Jérôme BATAILLE wrote:
> This was fixed with the Version 3.0.0 (#13051).
> So this ticket can be closed.
Thank you for pointing it out. But we cannot close this issue because PDF and html export render macros but text export does not.
IMHO, text export should export source code of the page, so macros should not be rendered.
--------------------------------------------------------------------------------
related_issues
relates,Closed,13051,Support any macro in (pdf) export for wiki's and issues