Re: Bug: Cannot insert multiple multi-line elisp links [9.4.4 (release_9.4.4 @ /usr/share/emacs/27.2/lisp/org/)]

2021-08-09 Thread Tim Landscheidt
Eric S Fraga wrote: > What if you escape the \n, i.e. \\n? Then org-mode's display is correct, but the message call will not output a newline, but a backslash and an "n" :-). Tim

Re: Bug: Cannot insert multiple multi-line elisp links [9.4.4 (release_9.4.4 @ /usr/share/emacs/27.2/lisp/org/)]

2021-08-09 Thread Eric S Fraga
What if you escape the \n, i.e. \\n? -- : Eric S Fraga via Emacs 28.0.50, Org release_9.4.6-607-g185706 : Latest paper written in org: https://arxiv.org/abs/2106.05096

Re: Bug: Cannot insert multiple multi-line elisp links [9.4.4 (release_9.4.4 @ /usr/share/emacs/27.2/lisp/org/)]

2021-08-08 Thread Tim Landscheidt
(Sidenote: The issue can be worked around by replacing "\n" with (make-string 1 10).)

Bug: Cannot insert multiple multi-line elisp links [9.4.4 (release_9.4.4 @ /usr/share/emacs/27.2/lisp/org/)]

2021-08-08 Thread Tim Landscheidt
With Emacs 27.2, I want to generate a list of stuff with em- bedded Emacs Lisp scripts to work on it. The Emacs Lisp scripts have newlines as string literals in them. When I evaluate: | #+BEGIN_SRC elisp :results raw :var number-of-lines=1 | (mapconcat |(lambda (i) | (concat |