Pedro Andres Aranda Gutierrez <[email protected]> writes:
> just a comment...
> \item[term] item
> is a good solution.
> However it carries a small gotcha: the moment "term" is long enough,
> it may overflow to the left of the paper.

Right, that's what happens. My description was wrong: The visual
structure is not broken in the PDF output. There /is/ a visual structure
of sorts. The item text is indented the same as the text of the bulleted
items. The label/term is right-justified flush with the bullets. So this
Org source results in approximately this PDF output:

#+begin_src org
- This is a test
- term :: Item
- a longer term :: A longer item
- Continue
#+end_src

#+begin_example
              • This is a test
           term Item
  a longer term A longer item
              • continue
#+end_example

So I agree with Ihor it's not obvious that this needs fixing in
ox-latex.

Regards,
Christian


Reply via email to