Re: oeg-add-note and double backslash ?

2023-12-13 Thread David Masterson
Ihor Radchenko writes: > David Masterson writes: > >> Ihor Radchenko writes: >> >>> Patches welcome. >> >> * What is my status as far as submitting patches to documentation >> (including docstrings)? > > I can see two commits of yours in Org repo. Beyond the 15LOC limit. > So, we cannot

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: Citations: strip braces {} in titles in bibliographies in basic style?

2023-12-13 Thread William Denton
On 13 December 2023, Ihor Radchenko wrote: This is a more difficult problem actually, because Bibtex allows more than just curly braces - see https://www.bibtex.org/SpecialSymbols/ and https://www.bibtex.org/Format/. I tried to ask for bibtex.el to handle the accurate parsing in

Re: How to use mpirun with C or C++ Org-babel?

2023-12-13 Thread Leo Butler
On Fri, Dec 08 2023, Ihor Radchenko wrote: > Leo Butler writes: > >> I submitted an imperfect patch some time ago [1] that targeted your use >> case: allow ob-C.el to create a named binary. > Note that I did not oppose the above behaviour when the result of > evaluation is just compiling to

[PATCH] ol-man.el: Enable completion

2023-12-13 Thread Max Nikulin
On 09/12/2023 18:32, Ihor Radchenko wrote: Considering that the discussion on emacs-devel concluded that woman is obsolete, that no interest has been shown in introducing a stable completion API, and that the "man" part of the above code is reasonably simple, I think that the above two functions

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: Links & images with different attributes in the same paragraph

2023-12-13 Thread Max Nikulin
On 12/12/2023 20:18, Ihor Radchenko wrote: Max Nikulin writes: It is limitation of top-down parser that object of the same time can not be nested, so I am unsure if special blocks would be solution in all cases. Nested objects of the same type are not really a limitation of top-down parser.

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

Re: Citations: strip braces {} in titles in bibliographies in basic style?

2023-12-13 Thread Ihor Radchenko
William Denton writes: > Let's say we have a file Basic.bib, like so, with one or two pairs of braces > around words that need special case preservation: > > @book{friends, >title = {{LaTeX} and Friends}, > ... > Either one or two braces works and could well be used. The Zotero extension

Re: Faces for org blocks that are not "src"

2023-12-13 Thread Ihor Radchenko
Maske writes: > Is it possible to change the face of org blocks that don't start by "src"? > > > For example: >  '(org-src-block-faces '(("ai" variable-pitch))) > > > I think it should affect to: > > #+begin_ai blocks, but it doesn't seem to work for me. `org-src-block-faces' only affects src

Re: oeg-add-note and double backslash ?

2023-12-13 Thread Ihor Radchenko
David Masterson writes: > Ihor Radchenko writes: > >> Patches welcome. > > * What is my status as far as submitting patches to documentation > (including docstrings)? I can see two commits of yours in Org repo. Beyond the 15LOC limit. So, we cannot accept more TINYCHANGE patches and need FSF