Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
------------------------------------------------------------------------
Emacs : GNU Emacs 31.1 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.41,
cairo version 1.18.0)
of 2026-08-28
Package: Org mode version 9.8.7 (release_9.8.7 @
/usr/local/share/emacs/31.1/lisp/org/)
Consider the following org file (the material between the dashed lines):
----
- Item 1
- Test1 :: Item 2
- Test2 :: Item 3
----
In text export, it exports to
---
Table of Contents
_________________
- Item 1
- Item 2
Test2
Item 3
---
i.e., in the "term" "Test1" in the definition "Test1 :: Item 2" disappears. I
would have expected it to appear as:
---
Table of Contents
_________________
- Item 1
Test1
Item 2
Test2
Item 3
---
But this does not happen. I checked that the same problem occurs in HTML
export. However, I get something closer to what I would expect in PDF
export via latex. The only problem is that the term "Test1" does not
appear as bold, and is indented inconsistently.