ellama icon indicating copy to clipboard operation
ellama copied to clipboard

markdown to org conversion fails.

Open tusharhero opened this issue 11 months ago • 7 comments

This is how it fails:

Image

tusharhero avatar Mar 30 '25 04:03 tusharhero

Could you explain what's wrong?

s-kostyaev avatar Mar 30 '25 06:03 s-kostyaev

Could you explain what's wrong?

The list is not on different lines.

tusharhero avatar Mar 30 '25 07:03 tusharhero

Try to reproduce it in #308

s-kostyaev avatar Apr 01 '25 14:04 s-kostyaev

This also seems to be an issue when printing SRC blocks as well - those also seem to loose newlines in my case:

** User:
Write a simple elisp function that prints 'hello world'.

** Ellama:
Certainly! Below is a simple Emacs Lisp (elisp) function that prints "hello
world" to the ~*Messages*~ buffer in Emacs. #+BEGIN_SRC elisp (defun
print-hello-world () "Print 'hello world' to the Messages buffer." (message
"hello world")) #+END_SRC

bergmannf avatar May 07 '25 11:05 bergmannf

Try to reproduce it with 1.8.2

s-kostyaev avatar Aug 01 '25 17:08 s-kostyaev

Still not fixed unfortunately.

tusharhero avatar Aug 11 '25 16:08 tusharhero

Try to reproduce it with 1.8.3. Enable debug before it:

(setq ellama-debug t)

If it is still reproducible, save content of *ellama-debug* buffer to a file and upload it here.

s-kostyaev avatar Sep 18 '25 10:09 s-kostyaev