Dear all,

I want to use the keyword #+include: inside lists to embed source
code for HTML export (`C-c C-e h h'), like so:

* foo
- A list
  #+include: bar.txt src text

Previously, that worked.  On Org main, the list now gets closed
before the source code container is generated.

I want to achieve the same result as when using src blocks directly,
which still works:
* foo
- Another list
  #+attr_html: :style font-size:0.35em
  #+begin_src text
bar
  #+end_src

Here, the list is closed after the source code.  (The style
attribute is used in my own export backend, not with plain HTML
export...)

Is there a way to achieve the old behavior?

Best wishes,
Jens

Reply via email to