Updated patch for org-info-src.js

2022-12-24 Thread David O'Toole
Hi everyone, As you may recall, I have been working on org-info-js. I have fixed at least one bug since my last patch, where org-info-js had gotten out of sync with the details of Org HTML export. I also split several "paragraphs" of code out into their own functions so that I could call them from

Re: [BUG] org-agenda-list opens new frame with org-agenda-window-setup other-window and split-window-vertically [9.6 (release_9.6-49-g47d129 @ /home/data1/protected/Programming/Software/emacs/lisp/org

2022-12-24 Thread Jean Louis
* Max Nikulin [2022-12-24 14:06]: > On 24/12/2022 14:52, Jean Louis wrote: > > When I set following: > > (setq org-agenda-window-setup 'other-window) with intention to get > > agenda in other window, together with following: > > > > (setq split-window-preferred-function 'split-window-vertically)

Re: [BUG] org-agenda-list opens new frame with org-agenda-window-setup other-window and split-window-vertically [9.6 (release_9.6-49-g47d129 @ /home/data1/protected/Programming/Software/emacs/lisp/org

2022-12-24 Thread Max Nikulin
On 24/12/2022 14:52, Jean Louis wrote: When I set following: (setq org-agenda-window-setup 'other-window) with intention to get agenda in other window, together with following: (setq split-window-preferred-function 'split-window-vertically) then (org-agenda-list) is not going to show itself i