[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-23 Thread Jean Louis
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 in other window but in new or other frame.

CSV agenda export formats some day and month values as single digits

2022-12-23 Thread David O'Toole
Version: Org mode version 9.6 (release_9.6-3-ga4d38e @ /usr/local/share/emacs/29.0.60/lisp/org/) CSV export for the agenda is formatting January 1, 2023 as "2023-1-1" and not "2023-01-01". The raw output is here: https://pastebin.com/raw/EyN1JbhP The last two lines both have "2023-1-1". This is i

missing from the manual

2022-12-23 Thread Peter Mao
Dear maintainers, The following commands are missing from the manual! org-forward-element org-backward-element These two should be mentioned in the manual in section 2.3 "Motion" I just found them via the *HELP* page for org mode (by accident). I thought nothing like them existed in org mode,

Re: Recommended way to work on main without upgrading Org?

2022-12-23 Thread Richard Kim
Richard Kim writes: > Richard Kim writes: > >> Karthik Chikmagalur writes: >> >>> I can get it to work with emacs -Q as well, and this is good for testing, >>> thank you. >>> >>> But I'm looking for a way to retain the rest of my configuration and swap >>> out >>> Org as required. Otherwise I

Re: Recommended way to work on main without upgrading Org?

2022-12-23 Thread Richard Kim
Richard Kim writes: > Karthik Chikmagalur writes: > >> I can get it to work with emacs -Q as well, and this is good for testing, >> thank you. >> >> But I'm looking for a way to retain the rest of my configuration and swap out >> Org as required. Otherwise I can't do any interactive development

Re: Recommended way to work on main without upgrading Org?

2022-12-23 Thread Richard Kim
Karthik Chikmagalur writes: > I can get it to work with emacs -Q as well, and this is good for testing, > thank you. > > But I'm looking for a way to retain the rest of my configuration and swap out > Org as required. Otherwise I can't do any interactive development. Another > alternative is to

Re: org-persist files in /tmp

2022-12-23 Thread tomas
On Fri, Dec 23, 2022 at 09:12:52PM +0700, Max Nikulin wrote: [...] > If you demonstrate that e.g., when working with encrypted files, their > sensitive content leaks to the cache then it will raise the severity of the > issue. Of course, the always appreciated option is to provide a patch that >

Re: Table refresh very slow

2022-12-23 Thread Max Nikulin
On 23/12/2022 14:34, Vikas Rawal wrote: Org mode version 9.6 (release_9.6-126-gf731d4 I have noticed a new problem: tables take a long time to refresh if I change the structure Is this a known problem? Your version should include the fix 76a725317 2022-12-10 08:45:54 +0300 Ihor Radchenko:

Re: org-persist files in /tmp

2022-12-23 Thread Max Nikulin
On 23/12/2022 13:35, to...@tuxteam.de wrote: On Thu, Dec 22, 2022 at 11:07:52PM +0700, Max Nikulin wrote: Another idea is to avoid caching of parse result for small files. I haven't been following along very closely, but seeing the involved complexities, I'd appreciate a knob to disable cachin