Re: [BUG] org-latex-packages-alist type specification [9.6.3 (release_9.6.3-2-gf2949d @ /usr/local/share/emacs/29.0.90/lisp/org/)]

2023-04-22 Thread Gustavo Barros
On Sat, 22 Apr 2023 at 10:27, Ihor Radchenko wrote: > > Ruijie Yu writes: > > > Subject: [PATCH] * lisp/org.el org-latex-packages-alist: fixed type > > definition > > Applied, onto bugfix. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=14dccff8b Thank you all!

Re: [BUG] org-latex-packages-alist type specification [9.6.3 (release_9.6.3-2-gf2949d @ /usr/local/share/emacs/29.0.90/lisp/org/)]

2023-04-22 Thread Ihor Radchenko
Ruijie Yu writes: > Subject: [PATCH] * lisp/org.el org-latex-packages-alist: fixed type definition Applied, onto bugfix. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=14dccff8b -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at

Re: [BUG] org-latex-packages-alist type specification [9.6.3 (release_9.6.3-2-gf2949d @ /usr/local/share/emacs/29.0.90/lisp/org/)]

2023-04-22 Thread Ihor Radchenko
Bastien Guerry writes: > I confirm the FSF copyright assignment is okay. Recorded: https://git.sr.ht/~bzg/worg/commit/2c5757dd -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at ,

Re: [BUG] org-latex-packages-alist type specification [9.6.3 (release_9.6.3-2-gf2949d @ /usr/local/share/emacs/29.0.90/lisp/org/)]

2023-04-20 Thread General discussions about Org-mode.
Ihor Radchenko writes: > Ruijie Yu writes: > >>> Compiler list may also be nil. >> >> This should be covered by the repeat case? Unless you want to be explicit >> about this, in which case you can wrap it in a choice, whose first choice >> being (const :tag “description” nil), and the second

Re: [BUG] org-latex-packages-alist type specification [9.6.3 (release_9.6.3-2-gf2949d @ /usr/local/share/emacs/29.0.90/lisp/org/)]

2023-04-20 Thread Ihor Radchenko
Ruijie Yu writes: >> Compiler list may also be nil. > > This should be covered by the repeat case? Unless you want to be explicit > about this, in which case you can wrap it in a choice, whose first choice > being (const :tag “description” nil), and the second choice being the repeat > case.

Re: [BUG] org-latex-packages-alist type specification [9.6.3 (release_9.6.3-2-gf2949d @ /usr/local/share/emacs/29.0.90/lisp/org/)]

2023-04-19 Thread Bastien Guerry
Ruijie Yu writes: >> On Apr 13, 2023, at 19:23, Ihor Radchenko wrote: >> >> May I know if you got any reply about your FSF assignment? > > Yes, it is now complete. I presume you want to check with Bastien, > so I took the liberty of CC’ing him myself. I confirm the FSF copyright assignment

Re: [BUG] org-latex-packages-alist type specification [9.6.3 (release_9.6.3-2-gf2949d @ /usr/local/share/emacs/29.0.90/lisp/org/)]

2023-04-13 Thread General discussions about Org-mode.
> On Apr 13, 2023, at 19:23, Ihor Radchenko wrote: > > Ruijie Yu via "General discussions about Org-mode." > writes: > >> From 0be8702357ddf699c5ff1814a5fa57a6443b10de Mon Sep 17 00:00:00 2001 >> From: Ruijie Yu >> Date: Thu, 13 Apr 2023 13:14:36 +0800 >> Subject: [PATCH] * lisp/org.el

Re: [BUG] org-latex-packages-alist type specification [9.6.3 (release_9.6.3-2-gf2949d @ /usr/local/share/emacs/29.0.90/lisp/org/)]

2023-04-13 Thread Ihor Radchenko
Ruijie Yu via "General discussions about Org-mode." writes: > From 0be8702357ddf699c5ff1814a5fa57a6443b10de Mon Sep 17 00:00:00 2001 > From: Ruijie Yu > Date: Thu, 13 Apr 2023 13:14:36 +0800 > Subject: [PATCH] * lisp/org.el org-latex-packages-alist: fixed type definition Thanks! May I know if

Re: [BUG] org-latex-packages-alist type specification [9.6.3 (release_9.6.3-2-gf2949d @ /usr/local/share/emacs/29.0.90/lisp/org/)]

2023-04-12 Thread General discussions about Org-mode.
Gustavo Barros writes: > Hi All, > > I'm testing here the new pretest for Emacs 29, and I noticed a small > problem in the type specification of the `org-latex-packages-alist' > defcustom. > > The docstring states that each element of the alist is composed of up > to four elements, but the type

[BUG] org-latex-packages-alist type specification [9.6.3 (release_9.6.3-2-gf2949d @ /usr/local/share/emacs/29.0.90/lisp/org/)]

2023-04-12 Thread Gustavo Barros
Hi All, I'm testing here the new pretest for Emacs 29, and I noticed a small problem in the type specification of the `org-latex-packages-alist' defcustom. The docstring states that each element of the alist is composed of up to four elements, but the type specification comprises just the first