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
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 b
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
>
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 from
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… 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()
debug-early(e
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 (
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 broken
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. I
"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 ma
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 ha
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
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 happ
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
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 :fi
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
https://debbugs
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:
> >
> > Expo
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 Dent
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 accep
19 matches
Mail list logo