[PATCH] org-element-export-snippet-parser: Fix snippets without ending @@

2022-04-15 Thread Ihor Radchenko
There is an edge case when parsing export snippets: @@html:fo aksjdaksjd ajs d askdjas aksj daj sao@@ Our current parser recognises the opening "@@html:" as a standalone snippet. Unless I misunderstand something, it is not intentional. The fix is attached. Nicolas, unless you have any

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

2022-04-15 Thread Kaushal Modi
On Wed, Apr 13, 2022 at 7:38 AM Max Nikulin wrote: > > 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

Re: [PATCH] CONTRIBUTE: Link WORG page when explaining commit message format

2022-04-15 Thread Karl Fogel
On 15 Apr 2022, Robert Pluim wrote: On Fri, 15 Apr 2022 17:33:33 +0800, Ihor Radchenko said: Ihor> - Org mode no longer uses ChangeLog entries to document changes. Ihor> - Instead, special commit messages are used, as described in the Ihor> - `CONTRIBUTE' file in

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

2022-04-15 Thread Max Nikulin
On 15/04/2022 05:46, Paul Eggert wrote: On 4/14/22 06:19, Max Nikulin wrote:  date-time + "America/Los_Angeles" input should not be reduced to timezone offset in the output. It depends on the application. For some applications (e.g., generating "Date:" lines in email), it is entirely

link error when file missing

2022-04-15 Thread Alan Wehmann
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: [PATCH] CONTRIBUTE: Link WORG page when explaining commit message format

2022-04-15 Thread Robert Pluim
> On Fri, 15 Apr 2022 17:33:33 +0800, Ihor Radchenko > said: Ihor> - Org mode no longer uses ChangeLog entries to document changes. Ihor> - Instead, special commit messages are used, as described in the Ihor> - `CONTRIBUTE' file in the main Emacs repository.

AW: ox-html: exporting LaTeX-environments

2022-04-15 Thread Vitus Schäfftlein
Dear Thibault, dear list, thanks for your fast answer, Thibault! I am happy to have convinced you of dropping the extra \n's. The patch you addressed works fine for the asterisk issue: Only those environments get an extra asterisk which are in org-latex-math-environments-re. Nonetheless, I

[PATCH] CONTRIBUTE: Link WORG page when explaining commit message format

2022-04-15 Thread Ihor Radchenko
Karl Fogel writes: > So, naturally, after I read that item, I assumed that I was ready > to write the commit message, since I already knew Emacs's > guidelines. Thanks for the detailed explanation! Attaching tentative patch with clarification. Best, Ihor >From

Re: Patch: Fix typo in org-manual

2022-04-15 Thread Ihor Radchenko
"Cody Harris" writes: > I was reading the docs and saw some what looks like some errant > keystrokes in the manual, so here's a patch =] Thanks! Applied to main as a0755ebcc. Best, Ihor Applied.

Re: Bug: Changed behaviour of org-at-timestamp-p after recent change

2022-04-15 Thread Ihor Radchenko
Anders Johansson writes: > Hi, > I noticed that this commit: > b1a570b3b org-agenda: Fix regression when diary sexp timestamps are ignored > > made a call like (org-at-timestamp-p 'agenda) match against the regexp > `org-element--timestamp-regexp`. However, this regexp doesn’t have the > match