Re: c47b535bb origin/main org-element: Remove dependency on ‘org-emphasis-regexp-components’

2021-11-15 Thread Ihor Radchenko
Max Nikulin writes: > Better docs and some restriction on defcustom values were discussed earlier: > https://list.orgmode.org/87k0oyd3pw@nicolasgoaziou.fr/ > Nicolas Goaziou. Re: Using backticks for the inline code delimeter? Mon, > 19 Apr 2021 11:27:07 +0200 > > Sorry, I have not prepared

Re: Weird gap in agenda mode-line

2021-11-15 Thread Ihor Radchenko
Carlos Pita writes: > ... That said, what is the point of the list? What is the > reason not to concatenate the parts into one single string? It > looks and feels weird as if each section had its own menu while it's > all the same thing. It is a list because mode-name is using format-mode-line

Re: Bug: org-no-popups disregards display-buffer-fallback-action [9.4.6 (9.4.6-13-g4be129-elpaplus @ /home/jeeger/.emacs.d/elpa/org-plus-contrib-20210920/)]

2021-11-15 Thread Daniel Kraus
Eric S Fraga writes: > On Monday, 15 Nov 2021 at 00:03, dal-bla...@onenetbeyond.org wrote: >> So if we want to make org cooperate with window.el we must ban theses >> functions and instead delegate the window management with calls to >> proper display functions. > > I agree completely. One of

Re: org-capture windows

2021-11-15 Thread Eric S Fraga
On Monday, 15 Nov 2021 at 23:54, Max Nikulin wrote: > It seems, your workflow is inconsistent with original org-capture idea. > It was created at the time when screens were smaller and video meetings > were not usual activity. Indeed. The beauty & power of Emacs is how it evolves to cater for

org-capture windows

2021-11-15 Thread Max Nikulin
On 15/11/2021 16:57, Eric S Fraga wrote: I agree completely. One of my bug-bears is org-capture which I often use during meetings to take notes or create TODO items. Typically, the org capture window covers my Teams buffer (I use exwm as my window manager...) which is rather annoying. It

Re: c47b535bb origin/main org-element: Remove dependency on ‘org-emphasis-regexp-components’

2021-11-15 Thread Max Nikulin
On 15/11/2021 22:20, Ihor Radchenko wrote: Nicolas Goaziou writes: Ihor Radchenko writes: This commit may cause random failures when org-emphasis-regexp-components is changed by user. This is not supported anyway. Yeah. Though I have seen people changing this variable. Maybe we should

Re: [PATCH] ob-clojure.el: Add support for babashka and nbb backend

2021-11-15 Thread Daniel Kraus
Max Nikulin writes: > The following source block must not execute echo and touch > > #+begin_src clojure >(str "`echo $HOME`" "`touch /tmp/pwned`") > #+end_src Thanks, now I got it :) Attached is the patch changed the logic to use a temp file with org-babel-eval. Somehow it doesn't feel

Re: c47b535bb origin/main org-element: Remove dependency on ‘org-emphasis-regexp-components’

2021-11-15 Thread Ihor Radchenko
Nicolas Goaziou writes: > Ihor Radchenko writes: > >> This commit may cause random failures when >> org-emphasis-regexp-components is changed by user. > > This is not supported anyway. Yeah. Though I have seen people changing this variable. Maybe we should change defvar to defconst? >>

Re: [SOLVED] (was: [downgrading to matlab 2019a and using 3.5 NOW does not work neither])

2021-11-15 Thread Max Nikulin
On 15/11/2021 20:31, Uwe Brauer wrote: Advice: don't try to upgrade python on a given Ubuntu distribution Anover advice: 1. Avoid unsupported versions of software (Ubuntu-16.04 has only payed support for more than a year) and localize its usage if there is no other way. * reinstall

Re: [PATCH] ob-clojure.el: Add support for babashka and nbb backend

2021-11-15 Thread Max Nikulin
On 14/11/2021 23:30, Daniel Kraus wrote: Max Nikulin writes: On 14/11/2021 22:28, Daniel Kraus wrote: +(defun ob-clojure-escape-quotes (str-val) + "Escape quotes for STR-VAL." + (replace-regexp-in-string "\"" "\\\"" str-val 'FIXEDCASE 'LITERAL)) + +(defun ob-clojure-eval-with-babashka (bb

[SOLVED] (was: [downgrading to matlab 2019a and using 3.5 NOW does not work neither])

2021-11-15 Thread Uwe Brauer
It was quite an ordeal, just in case someone runs into a similar problem. Advice: don't try to upgrade python on a given Ubuntu distribution * reinstall jupyter #+begin_src sudo dpkg --purge python3-ptyprocess sudo -H pip3 install --upgrade --force-reinstall --no-cache-dir jupyter sudo

[PATCH] org-attach-attach: fix symlinks

2021-11-15 Thread Matt Price
I'm having trouble with org-attach-attach if my current buffer is visiting a filepath starting with "~/". This trivial patch fixes the problem for me by running (expand-file-name) on the file before attaching. I always use the 'lns method, so I don't know whether it might be better to

Re: Bug: org-no-popups disregards display-buffer-fallback-action [9.4.6 (9.4.6-13-g4be129-elpaplus @ /home/jeeger/.emacs.d/elpa/org-plus-contrib-20210920/)]

2021-11-15 Thread Eric S Fraga
On Monday, 15 Nov 2021 at 00:03, dal-bla...@onenetbeyond.org wrote: > So if we want to make org cooperate with window.el we must ban theses > functions and instead delegate the window management with calls to > proper display functions. I agree completely. One of my bug-bears is org-capture

Re: c47b535bb origin/main org-element: Remove dependency on ‘org-emphasis-regexp-components’

2021-11-15 Thread Nicolas Goaziou
Hello, Ihor Radchenko writes: > This commit may cause random failures when > org-emphasis-regexp-components is changed by user. This is not supported anyway. > org-emph-re is calculated according to org-emphasis-regexp-components. > Changing org-emphasis-regexp-components can make "(when