Psionic K
Psionic K
A headline property should specify a function that will be used to walk through its contents. - The function should return nil if it could not make progress, allowing the...
Normalizing away nils in the 4th header component results in org warning the user that they have an empty link. The TOC does not finish generation in this case. At...
```org * TODO There is no text in this headline, and TOC update will fail. Ignoring is fine. This is degenerate. ```
The [README](https://github.com/nix-community/fenix/blob/main/README.md?plain=1#L120) seems to indicate that having the `rust-src` attribute in the shell's packages would automatically set `RUST_SRC_PATH` ``` rust-src = ; # RUST_SRC_PATH = "${fenix.complete.rust-src}/lib/rustlib/src/rust/library" ``` It's a good...
I've often looked at this package and wondered why it seems very nearly useful. The lack of data on key sequences seems to be a problem. Implementation wise, for each...
Pinging CI
Recurring theme. The linter flags lots of false positives. Need to go figure out the exceptions or add some.
So far I'm using reload a ton. For interactive packages that are not dependencies, it's very useful to quickly get the compiler feedback. Unless my applications have a lot of...
ERT buffers seem to have a default directory that is determined by the first time the buffer is created. If you switch projects, DWIM behavior will operate as if you...
https://www.reddit.com/r/emacs/comments/kgv4fj/problems_in_org_trello_error_requestcurlsync/ Intermittent. Likely fetching the license. `(setq request-backend 'url-retrieve)` seems fine. Not going to let bind this around the call until I stop seeing the intermittent issue.