Hi everyone,
I've been using the ox-extra package, specifically the ignore-headlines
feature, to use headings as internal anchors/titles without displaying them
in the final export.
However, I noticed that when using the :ignore: tag, multiple sections are
merged into a single paragraph in the exported file, regardless of line
breaks.
Example:
* Main heading
Here we have a text.
** Section 1 :ignore:
Text here.
** Section 2 :ignore:
More text.
Actual result: All the text above appears as one continuous block.
Suggested Fix: I found that commenting out the line (org-extra--merge-sections
data backend info) resolves this and preserves the original paragraph
structure. I'm not entirely sure if this line serves a specific purpose in
other contexts, but removing it fixed the issue for my workflow.
Best regards,
João Sena