specifically reduce line spacing of plain lists in OpenDocument Text Export

2020-07-13 Thread Heinz Tuechler
Dear All, is there a way to specifically reduce the line spacing of plain lists when exporting to odt? When changing the format of Text Body by the use of an ODT_STYLES_FILE the spacing between list items and paragraphs is changed simultaneously, but I don't know, how to change them independently

Re: Updates to ob-racket mode, code review request

2020-07-13 Thread Tom Gillespie
Hi George, I took a glance at your additions, nothing jumps out as being problematic. I have been using wallyqs ob-racket (https://github.com/wallyqs/ob-racket) for about 4 years because it has support for specifying the #lang in the header, and I seem to recall that there were some other feature

Re: patch: ob-screen: don't change user-specified session name [9.3.7 (9.3.7-12-g5d6868-elpaplus @ /home/kdm/.emacs.d/elpa/org-plus-contrib-20200706/)]

2020-07-13 Thread Kyle Meyer
Kyle Meyer writes: > Ken Mankoff writes: > >> ob-screen prepends "org-babel-session-" to the user-specific screen >> name for some reason. I suggest this is not necessary nor optimal. One >> of the key points of 'screen' is that you can detach and attach from >> elsewhere. The name of the session

Re: patch: ob-screen: don't change user-specified session name [9.3.7 (9.3.7-12-g5d6868-elpaplus @ /home/kdm/.emacs.d/elpa/org-plus-contrib-20200706/)]

2020-07-13 Thread Kyle Meyer
Ken Mankoff writes: > ob-screen prepends "org-babel-session-" to the user-specific screen > name for some reason. I suggest this is not necessary nor optimal. One > of the key points of 'screen' is that you can detach and attach from > elsewhere. The name of the session is an important part of thi

Re: Patch: send 'return' after babel blocks sent to ob-screen [9.3.7 (9.3.7-12-g5d6868-elpaplus @ /home/kdm/.emacs.d/elpa/org-plus-contrib-20200706/)]

2020-07-13 Thread Kyle Meyer
Ken Mankoff writes: > Using ob-screen and this example: > > #+begin_src screen > ls > #+end_src > > The "ls" is transmitted to the screen session, but without a newline, > it does not execute. I see that on my end too. I've never used ob-screen, and, with this sort of issue, the same might be tr

[BUG] org-fill-paragraph fills paragraph before selected region

2020-07-13 Thread Matt Lundin
When there is an active region, the function org-fill-paragraph does not limit itself to the active region but also fills the paragraph before the active region. Steps to reproduce. Use the following file. Mark the last two entry paragraphs, beginning at "Lorem" and ending at the end of the buffer

[PATCH] lisp/ob-core.el: pass expanded body to org-confirm-babel-evaluate

2020-07-13 Thread Tom Gillespie
Hi all, This is a patch to improve the behavior of org-babel-check-confirm-evaluate and the usefulness of org-confirm-babel-evaluate when a function is provided. It is currently made against master, but it might also be possible to make it against maint. The rest is in the commit message. Best!

Re: [PATCH] Make org-eldoc work with Emacs 28

2020-07-13 Thread James N . V . Cash
Nicolas Goaziou writes: > Do we need another variable for that? Could > org-eldoc-documentation-function catch wrong-number-of-arguments error, > and try another call instead? I believe that the issue is org-eldoc-documentation-function itself is called with the wrong number of arguments; the

Re: [PATCH] Make org-eldoc work with Emacs 28

2020-07-13 Thread Nicolas Goaziou
Hello, "James N. V. Cash" writes: > In Emacs 28, eldoc now passes in a callback to the documentation > functions. This breaks org-eldoc as it currently is, as > org-eldoc-documentation-function gets called with the wrong number of > arguments. > > This patch makes it continue to work by setting

Re: [PATCH] ox: Add Romanian smart quotes

2020-07-13 Thread Nicolas Goaziou
Hello, Alexandru-Sergiu Marton writes: > * lisp/ox.el (org-export-smart-quotes-alist): Add Romanian variants for > smart quotes. I added TINYCHANGE at the end of the commit message (assuming you haven't signed FSF papers yet) and applied your patch. Thank you! Regards, -- Nicolas Goaziou