Re: Strange behaviour detected today

2024-03-11 Thread Detlev Zundel
Hi Pedro Andres, [...] > Just for the record. The root cause for this problem is a :color definition > with is not a string. > So find the offending face definition and make sure the :color is a string, Thanks for that useful tip which helped me to find the problem. Indeed I was still using

Re: Re: Strange behaviour detected today

2024-03-11 Thread Pedro Andres Aranda Gutierrez
Hi, > Message: 15 > Date: Mon, 11 Mar 2024 13:53:38 +0100 > From: Detlev Zundel > To: emacs-orgmode@gnu.org > Subject: Re: Strange behaviour detected today > Message-ID: <87bk7l53ql@member.fsf.org> > Content-Type: text/plain; charset=utf-8 > > Hi, > > &

Re: Strange behaviour detected today

2024-03-11 Thread Detlev Zundel
Hi, > Thanks a ton. I could bisect the issue and filed a bug yesterday. It > seems to be the same commit that broke the themes. May I ask what the outcome of all this was? I am now seeing the same problem with Emacs from master as of today and wonder about the best way to solve this in the

Re: Strange behaviour detected today

2023-12-13 Thread Pedro Andres Aranda Gutierrez
HiThanks a ton. I could bisect the issue and filed a bug yesterday. It seems to be the same commit that broke the themes./PAEnviado desde mi iPhoneEl 13 dic 2023, a las 18:49, Pedro Andres Aranda Gutierrez escribió:Thanks a ton, I'm looking into it :-)/PAOn Wed, 13 Dec 2023 at 15:57, William

Re: Strange behaviour detected today

2023-12-13 Thread Pedro Andres Aranda Gutierrez
Thanks a ton, I'm looking into it :-) /PA On Wed, 13 Dec 2023 at 15:57, William Denton wrote: > On 13 December 2023, Pedro Andres Aranda Gutierrez wrote: > > > I've recompiled emacs master today and when I try to export an org > > presentation to latex and I get the following error: > > > >

Re: Strange behaviour detected today

2023-12-13 Thread William Denton
On 13 December 2023, Pedro Andres Aranda Gutierrez wrote: I've recompiled emacs master today and when I try to export an org presentation to latex and I get the following error: Exporting to LaTeX [class: beamer]... set-face-attribute: Invalid face box: :line-width, 1, :color, grey40 This

Re: Strange behaviour detected today

2023-12-13 Thread Fraga, Eric
On Wednesday, 13 Dec 2023 at 13:07, Ihor Radchenko wrote: > The documentation explicitly states that :line-width 1 is the same as > :line-width (1 . 1). I see no reason to change anything on Org side. I was not suggesting a change in Org for the moment, just suggesting the OP tried to see if that

Re: Strange behaviour detected today

2023-12-13 Thread Pedro Andres Aranda Gutierrez
I’ll file a bug when time permits… Best,//PA Enviado desde mi iPhone > El 13 dic 2023, a las 14:04, Ihor Radchenko escribió: > > "Fraga, Eric" writes: > >> Just a potential suggestion for the OP: maybe change the line-width >> attribute to e.g. "(1 . 1)" instead of 1 as all of the faces I

Re: Strange behaviour detected today

2023-12-13 Thread Ihor Radchenko
"Fraga, Eric" writes: > Just a potential suggestion for the OP: maybe change the line-width > attribute to e.g. "(1 . 1)" instead of 1 as all of the faces I have > customised (using customize-face) that have :box attributes use a > similar construct for the line width argument. Just to see if

Re: Strange behaviour detected today

2023-12-13 Thread Fraga, Eric
On Wednesday, 13 Dec 2023 at 11:15, Ihor Radchenko wrote: > (defface org-beamer-tag '((t (:box (:line-width 1 :color "grey40" > "The special face for beamer tags." > :group 'org-export-beamer) > > in the code. > > This :box spec is correct, according to the manual. > So, something is

Re: Strange behaviour detected today

2023-12-13 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: > Strange… here is the output of calling in batch mode > > Emacs -Q -l org-export.el --batch p5.org --eval '(org-beamer-export-to-pdf)' > > Error: error ("Invalid face box" :line-width 1 :color grey40) > > custom-declare-face(org-beamer-tag ((t (:box

Re: Strange behaviour detected today

2023-12-13 Thread Pedro Andres Aranda Gutierrez
Strange… here is the output of calling in batch mode Emacs -Q -l org-export.el --batch p5.org --eval '(org-beamer-export-to-pdf)' Error: error ("Invalid face box" :line-width 1 :color grey40) mapbacktrace(#f(compiled-function (evald func args flags) #)) debug-early-backtrace()

Re: Strange behaviour detected today

2023-12-13 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: > I've recompiled emacs master today and when I try to export an org > presentation to latex and I get the following error: > > Exporting to LaTeX [class: beamer]... > set-face-attribute: Invalid face box: :line-width, 1, :color, grey40 > > This happens when

Strange behaviour detected today

2023-12-13 Thread Pedro Andres Aranda Gutierrez
Hi I've recompiled emacs master today and when I try to export an org presentation to latex and I get the following error: Exporting to LaTeX [class: beamer]... set-face-attribute: Invalid face box: :line-width, 1, :color, grey40 This happens when calling (org-beamer-export-to-latex) both