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 cha
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 org-export-dict
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 returns
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 12:
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 m
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.
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 multi
> 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 multi
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 the