I was not suggesting to touch anything in ox-latex. Just that it may need some 
experimenting to find the right settings and that it would be nice to document 
this tweaking somewhere. The pointer was to a discussion on how to tackle the 
problem .

PA
Enviado desde mi iPhone

> El 5 abr 2026, a las 20:36, Christian Moe <[email protected]> escribió:
> 
> 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