Re: [BUG] Async pdf export broken with native-comp

2021-07-15 Thread Mark Barton
> On Jul 15, 2021, at 10:45 AM, Sébastien Miquel > wrote: > > Hi, > > The async pdf export functionality appears to be broken with latest org and a > recent emacs version compiled with native-comp enabled (I have not tested > without native-comp). > > To reproduce: > > - use `emacs -q`

Re: [BUG] Async pdf export broken with native-comp

2021-07-15 Thread Tim Cross
Sébastien Miquel writes: > Hi, > > The async pdf export functionality appears to be broken with latest org and a > recent emacs version compiled with native-comp enabled (I have not tested > without native-comp). > > To reproduce: > >  - use `emacs -q` and an empty init.el file (your init file

Re: org-mode export to (latex) PDF

2021-07-15 Thread Juan Manuel Macías
Maxim Nikulin writes: > In CSS it is possible to specify a list of fonts and a glyph is taken > from the first font where it is present. Despite particular fonts have > limited coverage, I see wide range of Unicode characters on web pages, > that is why I am almost sure that system font

[BUG] Async pdf export broken with native-comp

2021-07-15 Thread Sébastien Miquel
Hi, The async pdf export functionality appears to be broken with latest org and a recent emacs version compiled with native-comp enabled (I have not tested without native-comp). To reproduce:  - use `emacs -q` and an empty init.el file (your init file gets picked up by    the async emacs

Re: org-mode export to (latex) PDF

2021-07-15 Thread Maxim Nikulin
On 15/07/2021 02:05, Stefan Nobis wrote: Maxim Nikulin writes: There are cm-super fonts for at least of 15 years. There are many tradeoffs in many aspects. No single font pleases everyone. So you want to say: Your requirements are more important/common/stylish/whatever that the requirements

Re: help with a regexp

2021-07-15 Thread John Kitchin
Thanks everyone, these are all good suggestions. I realized though the problem is that org-mode is recognizing something like [cite:@darby-2018-lonel-atoms] as a cite link because of the cite: part of it. In fact org-mode seems to recognize all [link:path] as an org link. In general that seems

Re: org-mode export to (latex) PDF

2021-07-15 Thread Juan Manuel Macías
Tim Cross writes: > Stefan Nobis writes: >> But maybe we could assemble a list of good (enough) fonts for >> different languages/scripts and provide a default setup in Org for >> LaTeX export, that sets a proper font for the chosen document >> language? > I think such a list would be a really

Re: visual-line-mode: virtual-auto-fill-mode better

2021-07-15 Thread Uwe Brauer
>>> "a" == autofrettage writes: > Hi, > Uwe wrote: >> I am not entirely convinced by this mode and now came across >> virtual-auto-fill-mode that looks to me a much nicer solution. >> Any comments? > I haven't tried virtual-a-f-m myself, so I cannot say if it is > the ultimate solution.

Re: help with a regexp

2021-07-15 Thread Stephen Berman
On Thu, 15 Jul 2021 10:40:40 +0200 Stephen Berman wrote: > On Wed, 14 Jul 2021 20:43:24 -0400 John Kitchin > wrote: > >> Hi all, I could use a bit of help with a regexp. I am trying to fine tune >> the org-ref citation regexp to >> make it orthogonal to org-cite. >> >> I want to recognize

Re: help with a regexp

2021-07-15 Thread Stephen Berman
On Wed, 14 Jul 2021 20:43:24 -0400 John Kitchin wrote: > Hi all, I could use a bit of help with a regexp. I am trying to fine tune the > org-ref citation regexp to > make it orthogonal to org-cite. > > I want to recognize these as org-ref links > > [[cite:schuett-2018-schnet]] >

Re: help with a regexp

2021-07-15 Thread Jean-Christophe Helary
> On Jul 15, 2021, at 13:41, Timothy wrote: > > > Hi John, > > John Kitchin writes: > >> Hi all, I could use a bit of help with a regexp. I am trying to fine tune >> the org-ref citation regexp to make it orthogonal to org-cite. >> >> I want to recognize these as org-ref links >> >>