Re: Bug: org-no-popups disregards display-buffer-fallback-action 9.4.6

2021-11-14 Thread General discussions about Org-mode.
Hello! On 13.11.21 14:15, Max Nikulin wrote: Some users prefers multiple frames, others multiple windows in a full-screen frame. Could you, please, briefly describe what kind of behavior you are truing to achieve? My thought is that I have a perfectly good window manager that allows me to m

Re: Bug: org-no-popups disregards display-buffer-fallback-action 9.4.6

2021-11-14 Thread General discussions about Org-mode.
On 13.11.21 14:15, Max Nikulin wrote: On 10/11/2021 14:50, Jan Seeger wrote: I'm trying to make multi-frame emacsing nicer, and I encountered what I consider a bug with the `org-no-popups` macro in `org-macs.el`. `org-no-popups` tries to surpress the creation of new frames via setting `pop-up-

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-14 Thread General discussions about Org-mode.
On 10.11.21 11:20, Ihor Radchenko wrote: Jan Seeger via "General discussions about Org-mode." writes: Hello! I'm trying to make multi-frame emacsing nicer, and I encountered what I consider a bug with the `org-no-popups` macro in `org-macs.el`. This problem has been fixed in Org 9.5. Feel fr

Re: Weird gap in agenda mode-line

2021-11-14 Thread Carlos Pita
Hi Ihor (sorry I have been calling you Igor for a while now :p), > (list "Org-Agenda" > (if (get 'org-agenda-files 'org-restrict) " []" "") > " " ;; <- this is the extra space > [...] > This part of code has not been changed from 2010. Ok then, nevermind the highlight

org-metashiftleft/right should honor org-support-shift-select

2021-11-14 Thread Carlos Pita
Hi all, on macOS option-shift-left / right extend the selection by one word. Emacs by default binds meta-shift-left / right in a way that is compatible with the system shortcuts. But org-mode interferes with these bindings even when org-support-shift-select is t. OTOH, an effort has been done to s

bug#51815: 27.2; Strange interaction between Org and Diary

2021-11-14 Thread Robert Thorpe
Stephen Berman writes: > On Sat, 13 Nov 2021 21:29:03 +0200 Eli Zaretskii wrote: > >>> From: Robert Thorpe >>> Date: Sat, 13 Nov 2021 19:16:16 + >>> >>> I use Org mode but I also use the normal calendar and diary. >>> >>> This has an unwanted effect if I open an org file. After org has bee

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

2021-11-14 Thread Ihor Radchenko
This commit may cause random failures when org-emphasis-regexp-components is changed by user. org-emph-re is calculated according to org-emphasis-regexp-components. Changing org-emphasis-regexp-components can make "(when (looking-at org-emph-re)" in parsers return nil. The emphasised text will stil

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-14 Thread dal-blazej
Ihor Radchenko writes: >> As others I am currently advising a lot of org display functions to make >> them obey to my 'display-buffer-alist'. I hope for a better cooperation >> from org to window.el. > > Can you elaborate? We are looking forward for ideas how to improve Org > in this area. More

Re: [BUG] Unregistered buffer modifications detected [9.5 (9.5-g49e2f6 @ /Users/myuser/.emacs.d/straight/29/straight/build/org/)]

2021-11-14 Thread Aaron Jensen
On Sun, Nov 14, 2021 at 3:00 AM Ihor Radchenko wrote: > > Aaron Jensen writes: > > > Another one: > > https://gist.github.com/aaronjensen/5114997373008e18a6473f513f5d5da8 > > > > I don't have the details of what I was doing in the time, sorry. > > > > I'm on: ded97b767 * main origin/main org-ele

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-14 Thread Eric S Fraga
On Sunday, 14 Nov 2021 at 20:40, Ihor Radchenko wrote: > I thought that display-buffer-alist should be sufficient to control the > window placement in Org. Isn't it (on main)? I would have thought so but my experience has been that it isn't. Capture buffers, in particular, did not seem to obey my

[downgrading to matlab 2019a and using 3.5 NOW does not work neither] (was: after installing python3.6 on Ubuntu 16.04, org files open with errors)

2021-11-14 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I am running Ubuntu 16.04 and I installed python3.6 (which is not > officially supported for that Ubuntu version via > https://askubuntu.com/questions/865554/how-do-i-install-python-3-6-using-apt-get > I also installed > sudo -H python3.6 -m pip install

Re: after installing python3.6 on Ubuntu 16.04, org files open with errors

2021-11-14 Thread Uwe Brauer
>>> "MN" == Max Nikulin writes: > On 14/11/2021 01:39, Tim Cross wrote: >> Uwe Brauer writes: >>> Well in that case I'd rather would prefer 20.04 a LTS release. From >>> experience I know it will take me days till everything is working again, >>> but maybe it is time to do that step. >> I would c

Re: after installing python3.6 on Ubuntu 16.04, org files open with errors

2021-11-14 Thread Max Nikulin
On 14/11/2021 01:39, Tim Cross wrote: Uwe Brauer writes: Well in that case I'd rather would prefer 20.04 a LTS release. From experience I know it will take me days till everything is working again, but maybe it is time to do that step. I would check what the status was with Python in 20.04. I'

Should be possible to export list items emphasized by default?

2021-11-14 Thread Ypo
Is it intended to not be able to emphasize the whole item of a list? Example: /1. Introduction/ It doesn't work as a list item 1. //Introduction// It works as a list item but, when exporting, it doesn't export the whole item emphasized. Best regards, Ypo

Re: table and Cyrillic characters: org-element--cache: Unregistered buffer modifications detected. Resetting

2021-11-14 Thread Max Nikulin
On 14/11/2021 14:56, Ihor Radchenko wrote: Ihor Radchenko writes: Confirmed Ihor, sorry, I removed "[BUG]" from the subject, so the magic did not work. Fixed Unintentionally I pressed some keys and it appeared again Warning (emacs): org-element--cache: Unregistered buffer modifications

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

2021-11-14 Thread Daniel Kraus
Hi! 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 expanded) >> + "Evaluat

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

2021-11-14 Thread Max Nikulin
On 14/11/2021 22:28, Daniel Kraus wrote: * lisp/ob-clojure.el: Add support for babashka and nbb backend. --- +(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 (b

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

2021-11-14 Thread Daniel Kraus
* lisp/ob-clojure.el: Add support for babashka and nbb backend. --- This adds support to ob-clojure for babashka (https://github.com/babashka/babashka) and nbb (node version of babashka). It doesn't use `params` as I'm not really sure what they're used for and if they're important for evaluation.

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-14 Thread Ihor Radchenko
Eric S Fraga writes: > On Sunday, 14 Nov 2021 at 14:08, Ihor Radchenko wrote: >> Can you elaborate? We are looking forward for ideas how to improve Org >> in this area. More concrete suggestions are welcome. > > I posted about this some weeks ago. It would be desirable to have org > manage windo

Re: Weird gap in agenda mode-line

2021-11-14 Thread Eric S Fraga
I don't see this in my agenda view. Image attached. -- : Eric S Fraga, with org release_9.5-228-g577b98 in Emacs 29.0.50 : Latest paper written in org: https://arxiv.org/abs/2106.05096

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-14 Thread Eric S Fraga
On Sunday, 14 Nov 2021 at 14:08, Ihor Radchenko wrote: > Can you elaborate? We are looking forward for ideas how to improve Org > in this area. More concrete suggestions are welcome. I posted about this some weeks ago. It would be desirable to have org manage window placement much less, if at all

Re: Introducing Org-transclusion

2021-11-14 Thread Ihor Radchenko
Ihor Radchenko writes: >> 4. This file does not seem realistic for me as a user who use Emacs for >> writing -- but I see this sort of testing can be useful for avoiding >> potential issues. How important do you think it is to tackle this type >> of "hypothetical" issues as a package developer?

Re: Introducing Org-transclusion

2021-11-14 Thread Ihor Radchenko
Noboru Ota writes: > Ihor Radchenko writes: > >> Try to open the attached file and run M-x org-transclusion-add-all > > Thank you. I see. Not even org-transclusion-add-all but a single add > function takes a bit of time. > 1. I see it as an issue rather of recursive transclusions (transclusions

Re: [BUG] Unregistered buffer modifications detected [9.5 (9.5-g49e2f6 @ /Users/myuser/.emacs.d/straight/29/straight/build/org/)]

2021-11-14 Thread Ihor Radchenko
Aaron Jensen writes: > Another one: > https://gist.github.com/aaronjensen/5114997373008e18a6473f513f5d5da8 > > I don't have the details of what I was doing in the time, sorry. > > I'm on: ded97b767 * main origin/main org-element.el: Fix regression > from d3836c1a1 I have done some related fixes