Re: Link from orgmode file to E-Mail (using kmail or notmuch)

2023-01-22 Thread Jean Louis
* AW [2023-01-22 21:49]: > Isn't this rather important? How many users of orgmode get TODOs via E-Mail > and need an efficient way to come back from the TODO to its origin? Absolutely! There are many uses apart from tasks, there are attachments. Legally is better not to delete attachment

Re: Supporting non-free SQL clients in ob-sql (was: [PATCH] ob-sql: Add support for Athena)

2023-01-22 Thread Jean Louis
* Richard Stallman [2023-01-23 07:25]: > > > Because we already support Orcale, SAP Hana, MSSql and Vertico for > example. > > Would someone please tell me more concretely what kind of "support" > this is? You can find interactive support in `sql' library, functions such as: M-x sql-oracle

Re: UTC or not UTC for timestamps in the past ([FEATURE REQUEST] Timezone support in org-mode)

2023-01-22 Thread Jean Louis
* Thomas S. Dye [2023-01-22 20:36]: > > After all, for a person in Berlin [2023-01-22 Sun 08:29@+1100] may > > tell more than [2023-01-22 Sun 08:29@Australia/Sydney]. > > I'm not sure to follow this. IIUC, the timestamp with offset refers to > absolute time, whereas the timestamp with the

Re: Supporting non-free SQL clients in ob-sql (was: [PATCH] ob-sql: Add support for Athena)

2023-01-22 Thread Richard Stallman
[[[ To any NSA and FBI agents reading my email: please consider]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > Because we already support Orcale, SAP Hana, MSSql and Vertico for example.

Re: [BUG] ob-shell doesn't evaluate last line on Windows (cmd/cmdproxy) [9.6.1 ( @ c:/Users/Osher/AppData/Roaming/.emacs.d/elpa/org-9.6.1/)]

2023-01-22 Thread Matt
On Fri, 20 Jan 2023 04:27:18 -0500 Ihor Radchenko wrote --- > I think `org-babel--shell-command-on-region' will be more appropriate. > Because similar issues might appear when attempting to evaluate other > code blocks on Windows, where `shell-file-name' is set to cmdproxy.exe. >

Re: [DISCUSSION] Should we deprecate python-mode.el (alternative to built-in python.el) support in ob-python?

2023-01-22 Thread Jack Kamm
Ihor Radchenko writes: > Marked for future removal in ob-python.el. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=21741a469 Thanks Ihor. Not sure if it's too early for this, but I've prepared a patch to remove the support for python-mode.el, attached. Also, to help any

Re: Patch for \usepackage[ ... natbib = true ...]{...biblatex} with org-cite

2023-01-22 Thread Edgar Lux
January 22, 2023 at 12:15:14 PM CET Ihor Radchenko wrote:Edgar Lux writes: > Note that we have https://orgmode.org/manual/Citation-export-processors.html > Of course, the "Citations" section of the manual is not yet complete. > More examples and details will be welcome. Yes, indeed > >

Re: Patch for \usepackage[ ... natbib = true ...]{...biblatex} with org-cite

2023-01-22 Thread Edgar Lux
January 22, 2023 at 12:36:32 PM CET "András Simonyi" wrote:Dear All, > There is also the customizable variable `org-cite-biblatex-options' to > pass additional options, That is very useful, indeed (I didn't know how to use it). Hopefully the e-mail which I just sent helps with the

Re: Link from orgmode file to E-Mail (using kmail or notmuch)

2023-01-22 Thread AW
Am Sonntag, 22. Januar 2023, 09:32:34 CET schrieb Ihor Radchenko: > Max Nikulin writes: > > AW to emacs-orgmode. Link from orgmode file to E-Mail (using kmail or > > notmuch) Sat, 21 Jan 2023 22:32:47 +0100. > > mid:3218434.44cspzl...@linux.fritz.box > > My notmuch allows me to click on the

org-crypt fails if default key is expired while non-default key is to be used

2023-01-22 Thread Karl Voit
Hi, I think I've found a bug with org-crypt: Org mode version 9.5.5 (release_9.5.5 @ /home/vk/src/external_compilations/emacs/lisp/org/) GNU Emacs 28.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.16.0) of 2023-01-09 SUMMARY: org-crypt fails to encrypt when

Re: UTC or not UTC for timestamps in the past ([FEATURE REQUEST] Timezone support in org-mode)

2023-01-22 Thread Thomas S. Dye
Aloha Max, Max Nikulin writes: Thomas, notice that I resumed a postponed earlier part of discussion related to timestamps in the past. Offset from UTC is almost always well defined this case. My perception is that discussing timestamps in future, we came to agreement with Tom that

Re: [FEATURE REQUEST] Timezone support in org-mode datestamps and org-agenda

2023-01-22 Thread Thomas S. Dye
Aloha Max, Max Nikulin writes: On 21/01/2023 22:55, Thomas S. Dye wrote: Aloha Max, Max Nikulin writes: On 21/01/2023 07:37, Thomas S. Dye wrote: 1) Occurrence, where the timestamp includes UTC; 2) Event relative to user, where the timestamp does not include UTC or a time zone; and 3)

Re: [FEATURE REQUEST] Timezone support in org-mode datestamps and org-agenda

2023-01-22 Thread Max Nikulin
On 22/01/2023 19:14, Max Nikulin wrote: - ad-hoc timezone that follows user in their trips (close to Ramsey's "occurrence"). Sorry, it should be "event", not "occurrence". It was not intentional demonstration of my confusion.

Re: [FEATURE REQUEST] Timezone support in org-mode datestamps and org-agenda

2023-01-22 Thread Max Nikulin
On 21/01/2023 22:55, Thomas S. Dye wrote: Aloha Max, Max Nikulin writes: On 21/01/2023 07:37, Thomas S. Dye wrote: 1) Occurrence, where the timestamp includes UTC; 2) Event relative to user, where the timestamp does not include UTC or a time zone; and 3) Event not relative to user, where

Re: [FEATURE REQUEST] Timezone support in org-mode datestamps and org-agenda

2023-01-22 Thread Ihor Radchenko
Max Nikulin writes: >> Diary sexps are using this function frequently. >> In fact, Org also does use this function frequently. > > I have not look into this package yet, so I can not comment it. > > Should we summon Paul Eggert? > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54764#10 > Re:

Re: [BUG] Date prompt suggests yesterday when changing timestamp with org-extend-today-until set [9.6]

2023-01-22 Thread Ihor Radchenko
Tim Ruffing writes: > Assume org-extend-today-until is set to an integer greater 0, say 3. > When I change a timestamp without date such as <2023-01-20> (e.g, when > rescheduling), the prompt defaults to a day earlier, i.e., to "2023-01- > 19" in this case. The same happens with <2023-01-20

Re: Patch for \usepackage[ ... natbib = true ...]{...biblatex} with org-cite

2023-01-22 Thread András Simonyi
Dear All, On Sun, 22 Jan 2023 at 12:15, Ihor Radchenko wrote: > Also, note that `org-cite-biblatex--package-options' combines INITIAL > option list from the \usepackage declaration already present with > options dictated by STYLE. However, only certain options are considered. > After applying

Re: Patch for \usepackage[ ... natbib = true ...]{...biblatex} with org-cite

2023-01-22 Thread Ihor Radchenko
Edgar Lux writes: > I would suggest that the org-info pages mention (require 'oc-biblatex) and > show an example of how one can use extra options (with the #+latex_header as > well). Further, may be it would be better to allow something like this: Note that we have

Re: [BUG] ob-sql sql-connection-alist

2023-01-22 Thread Bastien Guerry
Hi, Ihor Radchenko writes: > Bastien, could you please confirm the copyright status of Andreas > Gerler? I cannot find any entry with "Gerler" as a name, or with the email "ba...@bundesbrandschatzamt.de". Andreas, can you write me in private with a copy of the signed FSF copyright assignment?

Re: Link from orgmode file to E-Mail (using kmail or notmuch)

2023-01-22 Thread Max Nikulin
On 22/01/2023 15:32, Ihor Radchenko wrote: Max Nikulin writes: My notmuch allows me to click on the above link from inside the email. As for Org links, [[notmuch:id:3218434.44cspzl...@linux.fritz.box]] works the same via ol-notmuch. We could support mid: is the corresponding url schema existed

Re: Link from orgmode file to E-Mail (using kmail or notmuch)

2023-01-22 Thread Jean Louis
* Ihor Radchenko [2023-01-22 11:34]: > We could support mid: is the corresponding url schema existed and > supported by various OSes. Instead of supporting hard coded `mid:` in Org, you better support generally anything that users may define with variable `browse-url-handlers` and

Re: UTC or not UTC for timestamps in the past ([FEATURE REQUEST] Timezone support in org-mode)

2023-01-22 Thread Max Nikulin
Thomas, notice that I resumed a postponed earlier part of discussion related to timestamps in the past. Offset from UTC is almost always well defined this case. My perception is that discussing timestamps in future, we came to agreement with Tom that timestamps can be specified with timezone

Re: Link from orgmode file to E-Mail (using kmail or notmuch)

2023-01-22 Thread Ihor Radchenko
Max Nikulin writes: > AW to emacs-orgmode. Link from orgmode file to E-Mail (using kmail or > notmuch) Sat, 21 Jan 2023 22:32:47 +0100. > mid:3218434.44cspzl...@linux.fritz.box My notmuch allows me to click on the above link from inside the email. As for Org links,

Re: UTC or not UTC for timestamps in the past ([FEATURE REQUEST] Timezone support in org-mode)

2023-01-22 Thread Tim Cross
Max Nikulin writes: > On 22/01/2023 04:29, Tim Cross wrote: >> Max Nikulin writes: >>> - UTC is a recommendation for planning when participants are scattered over >>> multiple >>> timezones. >>> - You admit that some timestamps in your files may be specified as time >>> zone identifier + >>>