Re: [BUG] Org-Agenda leaves frame around [9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)]

2024-04-29 Thread Ihor Radchenko
Björn Bidar writes: > On another related note are `org-add-note` also follow the same pattern as > e.g. `org-src`? Maybe it should have something like `org-note-window-setup` > similar to `org-src-window-setup`? Now, it should respect display-buffer-alist. -- Ihor Radchenko // yantar92, Org

Re: [BUG] Org-Agenda leaves frame around [9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)]

2024-04-29 Thread Björn Bidar
Ihor Radchenko writes: > Björn Bidar writes: > E.g.: 1. I capture a link using org-protocol 2. Switch to the org-buffer 3. C-c C-l 4. RET <- frame closes however links isn't inserted into the target org-buffer >>> >>> May you provide more details about how to

Re: [BUG] Org-Agenda leaves frame around [9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)]

2024-04-17 Thread Ihor Radchenko
Björn Bidar writes: >>> E.g.: >>> 1. I capture a link using org-protocol >>> 2. Switch to the org-buffer >>> 3. C-c C-l >>> 4. RET <- frame closes however links isn't inserted into the target >>> org-buffer >> >> May you provide more details about how to reproduce? > > What do you miss after

Re: [BUG] Org-Agenda leaves frame around [9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)]

2024-04-15 Thread Björn Bidar
Ihor Radchenko writes: >>> Fixed, on main. Alongside with other similar places. >>> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=78e9dd0c4 >> >> I noticed after the change that captured links are not picked up. >> >> E.g.: >> 1. I capture a link using org-protocol >> 2. Switch

Re: [BUG] Org-Agenda leaves frame around [9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)]

2024-04-14 Thread Ihor Radchenko
Björn Bidar writes: >> Fixed, on main. Alongside with other similar places. >> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=78e9dd0c4 > > I noticed after the change that captured links are not picked up. > > E.g.: > 1. I capture a link using org-protocol > 2. Switch to the

Re: [BUG] Org-Agenda leaves frame around [9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)]

2024-04-13 Thread Björn Bidar
Ihor Radchenko writes: > Björn Bidar writes: > >> The bug also seems to affect `org-attach`. > > Fixed, on main. Alongside with other similar places. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=78e9dd0c4 I noticed after the change that captured links are not picked up.

Re: [BUG] Org-Agenda leaves frame around [9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)]

2024-04-10 Thread Ihor Radchenko
Björn Bidar writes: > The bug also seems to affect `org-attach`. Fixed, on main. Alongside with other similar places. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=78e9dd0c4 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at

Re: [BUG] Org-Agenda leaves frame around [9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)]

2024-04-05 Thread Björn Bidar
Ihor Radchenko writes: > Björn Bidar writes: > >>> Fixed, on main. >>> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=fef873b1c >> >> I noticed that `org-insert-structure-template' and possibly others are >> also affected >> >> Is a new bug needed or this one enough? > > This

Re: [BUG] Org-Agenda leaves frame around [9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)]

2024-03-12 Thread Ihor Radchenko
Björn Bidar writes: >> Fixed, on main. >> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=fef873b1c > > I noticed that `org-insert-structure-template' and possibly others are > also affected > > Is a new bug needed or this one enough? This one is enough. Fixed, on main.

Re: [BUG] Org-Agenda leaves frame around [9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)]

2024-03-08 Thread Björn Bidar
Ihor Radchenko writes: > Ihor Radchenko writes: > >>> 0. emacs -Q >>> 1. Paste this into the scratch buffer: >>> (setq org-agenda-window-setup 'other-frame) >>> (setq pop-up-frames t) >>> 2. Eval >>> 3. Org-agenda >> >> This is now expected. >> We changed Org agenda to respect user settings,

Re: [BUG] Org-Agenda leaves frame around [9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)]

2024-02-27 Thread Björn Bidar
Thank you.

Re: [BUG] Org-Agenda leaves frame around [9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)]

2024-02-27 Thread Ihor Radchenko
Ihor Radchenko writes: >> 0. emacs -Q >> 1. Paste this into the scratch buffer: >> (setq org-agenda-window-setup 'other-frame) >> (setq pop-up-frames t) >> 2. Eval >> 3. Org-agenda > > This is now expected. > We changed Org agenda to respect user settings, including > `pop-up-frames' setting. >

Re: [BUG] Org-Agenda leaves frame around [9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)]

2024-02-27 Thread Ihor Radchenko
Björn Bidar writes: >> I cannot reproduce on the latest main using the latest Emacs master. >> May you please provide a reproducer starting from emacs -Q? >> See https://orgmode.org/manual/Feedback.html#Feedback > > 0. emacs -Q > 1. Paste this into the scratch buffer: > (setq

Re: [BUG] Org-Agenda leaves frame around [9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)]

2024-02-27 Thread Björn Bidar
Ihor Radchenko writes: >> The problem is that org-mode leaves the agenda command selection frame around >> after selecting the specific agenda to be displayed > > I cannot reproduce on the latest main using the latest Emacs master. > May you please provide a reproducer starting from emacs -Q? >

Re: [BUG] Org-Agenda leaves frame around [9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)]

2024-02-23 Thread Ihor Radchenko
Björn Bidar writes: > The problem is that org-mode leaves the agenda command selection frame around > after selecting the specific agenda to be displayed I cannot reproduce on the latest main using the latest Emacs master. May you please provide a reproducer starting from emacs -Q? See

Re: [BUG] Org-Agenda leaves frame around [9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)]

2024-02-23 Thread Björn Bidar
Ihor Radchenko writes: > Björn Bidar writes: >> I noticed thatOrg-agenda leaves frame around if org-agenda-window-setup >> is set to other-frame since >> 78dc58508ddbf97b6f44c0a6dd222eab3d13b50a. > > May you please explain more what the problem is? The problem is that org-mode leaves the

Re: [BUG] Org-Agenda leaves frame around [9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)]

2024-02-23 Thread Ihor Radchenko
Björn Bidar writes: > I noticed thatOrg-agenda leaves frame around if org-agenda-window-setup > is set to other-frame since > 78dc58508ddbf97b6f44c0a6dd222eab3d13b50a. May you please explain more what the problem is? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org

[BUG] Org-Agenda leaves frame around [9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)]

2024-02-23 Thread Björn Bidar
I noticed thatOrg-agenda leaves frame around if org-agenda-window-setup is set to other-frame since 78dc58508ddbf97b6f44c0a6dd222eab3d13b50a. Reverting the commit/loading the file before the change fixes the issue. Emacs : GNU Emacs 30.0.50 (build 1, x86_64-suse-linux-gnu, GTK+ Version