Re: Getting X selection reliably (Re: idea for capture anywhere in x)

2022-12-03 Thread Max Nikulin
On 14/11/2022 09:06, Ihor Radchenko wrote: Max Nikulin writes: Depending of particular capture template (even with :immediate-finish t) empty selection may or may not be an error. In Samuel's case it is an error. Unfortunately, while the template is processed, signaled errors are caught and

Re: org-assert-version considered harmful

2022-12-03 Thread Stefan Monnier
> when using unload-feature), so yes, ideally Emacs would make it > possible to have multiple versions of the same package. Having multiple versions *installed* has been supported since "for ever" (AFAIK support for that was added very early in `package.el`s life, before Emacs-24.1). Having

Re: org-assert-version considered harmful

2022-12-03 Thread Tom Gillespie
Hi Ihor, I have been able to use `unload-feature' (with some additional hackery) to get things working. It is not a pretty sight (there are a bunch of pitfalls and unexpected side-effects that are likely bugs when using unload-feature), so yes, ideally Emacs would make it possible to have

[BUG] (org-babel-result-to-file) adds the relative path even if attachment link is generated [9.6 (release_9.6-3-ga4d38e @ /usr/share/emacs/30.0.50/lisp/org/)]

2022-12-03 Thread Johan Tolö
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: [BUG] ob-R: session evaluation returns empty ouputs with Org 9.6 [9.6 ( @ /home/fsantos/.emacs.d/elpa/org-9.6/)]

2022-12-03 Thread Jeremie Juste
Hello Ihor, On Friday, 2 Dec 2022 at 06:02, Ihor Radchenko wrote:> > Fixed on bugfix. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=456462741 Many thanks to you all for helping solve this issue. I apologise for the delayed response. From ffb30cd7373, I added two tests to

Re: [BUG] Org 9.6 Inactive timestamp search no longer works as expected.

2022-12-03 Thread Kyle Meyer
On 12/03/22 13:44:33 -0500, Carlo Tambuatco wrote: > Simple inactive timestamp search for recent completed tasks used to return as > expected. ie: > > +TIMESTAMP_IA>=“”+TIMESTAMP_IA<“” > > would return all tasks that I completed today. (Had an inactive timestamp > greater than or equal > to

[BUG] Org 9.6 Inactive timestamp search no longer works as expected.

2022-12-03 Thread Carlo Tambuatco
Simple inactive timestamp search for recent completed tasks used to return as expected. ie: +TIMESTAMP_IA>=“”+TIMESTAMP_IA<“” would return all tasks that I completed today. (Had an inactive timestamp greater than or equal to 12:00 am of the current day, but less than tomorrow) Now it

[PATCH] Improve Swedish entry in org-export-dictionary

2022-12-03 Thread Stefan Kangas
The attached patch improves the Swedish localization of org-export-dictionary, and adds several missing entries. From 12277e509118591d7ad7617494f6db45920b4f4b Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 3 Dec 2022 12:31:13 +0100 Subject: [PATCH] Improve Swedish entry in

[PATCH] Fix two typos

2022-12-03 Thread Stefan Kangas
The attached patch fixes two typos. From bb00d528679174337dd9c7b26ee1514a21ce Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 3 Dec 2022 11:43:51 +0100 Subject: [PATCH] ; Fix two typos --- testing/lisp/test-org-datetree.el | 2 +- testing/lisp/test-org.el | 2 +- 2 files