Norman Walsh

Results 329 comments of Norman Walsh

For documents that don't use landscape (or maybe that only use one orientation) it might be possible to avoid loading that CSS. I suppose it might be possible also to...

Am I getting bitten by this, or by something else? Background: I recently rebuilt my emacs config, letting `straight.el` pull the latest of most things, including `Org`. The breakage I'm...

Straight seems to be giving me `9.7-pre` which is a bit of a surprise. Apologies for not noticing that. It's usually been safe to get the latest org, but perhaps...

That's fair. I thought (I have a vague recollection) that dev work was in a branch so that what straight would get is the latest stable release. But maybe that's...

I haven't been this stymied by an Emacs configuration problem in a *long* time. Despite the fact that I've already used `(require 'org)` to make sure Org was loaded, when...

For anyone else who stumbles down this path, what finally worked for me was adding ``` (add-to-list 'straight-built-in-pseudo-packages 'org) (require 'org) ``` before straight started trying to fuss about with...

I'm about to push 6.0.11 which does include the ability to define a custom scheme resolver. Where do things stand with respect to your tests? I've lost track of what...

There's *a lot* of output there. Any chance this can be narrowed down a little bit? I see what appear to be a bunch of attempts to pull in `xml-resolver`...

Can you make sure you've turned off [`ResolverFeature.ALWAYS_RESOLVE`](https://xmlresolver.org/ch06#xml.catalog.alwaysResolve)? Unless you've integrated support for the `xmldb:` URI scheme deeply into the JVM in some magic way, the resolver is going to...

If `ALWAYS_RESOLVE` is true, which it is by default, then it will always try to resolve the resource and if it tries to resolve an `xmldb:` URI, it's going to...