Re: Repeated Multi-day Events

2024-10-24 Thread Ihor Radchenko
Joseph Turner writes: > I'd like to mark an event which runs from 4PM on Saturday to 4PM on > Monday each week: > > <2024-09-07 Sat 16:00 +1w>--<2024-09-09 Mon 16:00 +1w> > > However, org-agenda does not show this event on subsequent weeks. There is nothing wrong with your timestamp range, AFAIU

Re: Org-cite: Replace basic follow-processor with transient menu?

2024-10-24 Thread Ihor Radchenko
Jonas Bernoulli writes: >> :set (lambda (option-name new-value) >> (eval >> `(transient-define-prefix org-cite-basic-follow (citation >> &optional prefix) >> "Follow a citation reference. > ... > > (transient-define-prefix org-cite-basic-follow (citation &option

Re: Feature discussion: Search field and local search engine

2024-10-24 Thread Ihor Radchenko
Sébastien Gendre writes: > For the platform-independence, I think it would depend on the tool used. > > PageFind precompiler release, on their Github, is available for x86_64 > GNU/Linux, Apple Darwin and Windows and aarch64 GNU/Linux and Apple > Darwin. > ... > But if we use a search indexer wri

Re: [BUG] wrong side of point [9.7.13 (9.7.13-8566bc @ /Users/jaydixit/.emacs.d/elpa/develop/org-9.7.13/)]

2024-10-24 Thread Ihor Radchenko
Jay Dixit writes: > Emacs : GNU Emacs 29.1 (build 1, aarch64-apple-darwin23.6.0, Carbon > Version 170 AppKit 2487.7) > of 2024-08-22 > Package: Org mode version 9.7.13 (9.7.13-8566bc @ > /Users/jaydixit/.emacs.d/elpa/develop/org-9.7.13/) > ... > org--warnings '("org-element--cache: Org parser

Re: Org-cite: Replace basic follow-processor with transient menu?

2024-10-24 Thread Jonas Bernoulli
> (defcustom org-cite-basic-follow-actions > '[["Open" > ("b" "bibliography entry" org-cite-basic-follow.open-bibliography)] >["Copy" > ("d" "DOI" org-cite-basic-follow.copy-doi)] >["Browse" > ("u" "url" org-cite-basic-follow.browse-url)]] > "Contents of the org-cite-basic-f

Re: ob-octave.el - org-babel-matlab-with-emacs-link

2024-10-24 Thread John Ciolfi
To use org with MATLAB, one needs to advise the org functions to change their behavior, and I'll like to eliminate that workaround, so I'd like to propose some changes, but am not clear on how to propose those changes. Thanks John From: John Ciolfi Sent: Thursd

ob-octave.el - org-babel-matlab-with-emacs-link

2024-10-24 Thread General discussions about Org-mode.
Hi The code related to org-babel-matlab-with-emacs-link in ob-octave.el can be removed because MATLAB no longer supports an external editor though the "link" method. Would you like me to send in a patch or something? I'm currently looking at improving the connection between matlab-mode, http