Re: bug#54764: encode-time: make DST and TIMEZONE fields of the list argument optional ones

2022-04-13 Thread Paul Eggert
On 4/13/22 07:40, Max Nikulin wrote: I do not see a way to get 23:30 EAT +0300. Are you asking for a function F where you say, "I want to give F a possibly-ambiguous decoded local time D, and for F to return all timestamps that map to D"? If so, encode-time doesn't do that, because the unde

Re: bug#54764: encode-time: make DST and TIMEZONE fields of the list argument optional ones

2022-04-13 Thread Max Nikulin
On 09/04/2022 14:52, Paul Eggert wrote: 0001-Improve-Org-usage-of-timestamps.patch From 094345e10ad45e06f7b32e2f8017592210f43463 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 9 Apr 2022 00:17:09 -0700 Subject: [PATCH] Improve Org usage of timestamps MIME-Version: 1.0 Content-Type: text/

Re: bug#54764: encode-time: make DST and TIMEZONE fields of the list argument optional ones

2022-04-13 Thread Max Nikulin
On 09/04/2022 14:52, Paul Eggert wrote: On 4/7/22 05:37, Max Nikulin wrote:  From my point of view it is better to change implementation of `encode-time' so that it may accept 6-component list SECOND...YEAR. It should not add noticeable performance penalty but makes the function more convenie

Re: What's the flow for adding info: links in Org documents?

2022-04-13 Thread Max Nikulin
On 13/04/2022 01:26, Kaushal Modi wrote: On Mon, Apr 11, 2022 at 10:57 AM Max Nikulin wrote: There are a some problems with info links outside of Emacs: - Export to PDF Yeah, I recently realized that I will need to add custom support for exporting info: links using ox-hugo. I made a small blo