Nan Zhong
Nan Zhong
This is an initial attempt at adding support for using weblorg to publish org-roam file nodes. I'm very new to emacs lisp, so please feel free to point out anything...
This PR is a small cleanup refactor. Instead of overriding `org-html-template` entirely via an advice, we can just make use of `org-export-as`'s `body-only` optional argument to render just the body.
The unreleased 9.7 version of org-mode introduced a change that breaks the current `weblorg-slugify` implementation. The change results in some org nodes being deferred and requiring the org buffer to...
It doesn't look like any advice is ever setup for `org-element-property`, rather the advice that's setup for `org-html-headline` is never unadvised. This PR corrects this.
Addresses #89. This PR refactors the existing `zig-mode` to derive from a new generic major mode `zig-base-mode` that holds common zig major mode configuration and then introduces a new tree-sitter...
This PR attempts to address handling the missing closing quote case for the struct tag parser. I could be naive here, but changing the current implementation of the scanner from...
With [go1.24.1 released on 2024-03-04](https://go.dev/doc/devel/release#go1.24.minor), this bumps the supported go version to match. I'm not sure if this is all that's needed, but it looks like that's the case from...