Dominik Schrempf

Results 83 issues of Dominik Schrempf

Hi! When I click a link in Org mode with `embark-act`, I get the following backtrace: ``` Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) embark-org-target-element-context() #f(compiled-function (fun) #)(embark-org-target-element-context) embark--targets() embark-act(nil) funcall-interactively(embark-act...

Hello! I am using Org mode with `jupyter-python` code blocks to edit Jupyter notebooks. I need to use `pandoc` for `ipynb` `org` conversions, which does not convert output cells; so...

I recently saw someone doing this in another editor, and it is pretty neat, for example, to swap arguments of a function call. `|` is cursor position. ``` (W|ordA, W|ordB)...

I guess we should update (or add?) the synchronized stable channel to 24.11, is that so?

enhancement

I am writing this ticket, because `nh` has replaced nearly all of my custom NixOS related scripts (which is great), but one: We can use `nh os switch -s X`...

needs discussion

I realized that some prompt templates were missing articles and so started out improving them. I ended up changing quite bit! Of course, some of these changes are opinionated; feel...

Coming from [#282](https://github.com/s-kostyaev/ellama/issues/282#issuecomment-2783030838). For example, I had to retract my API key (`key ...`) from the following backtrace ``` Debugger entered--Lisp error: (void-function llm-ollama-p) llm-ollama-p(#s(llm-gemini :default-chat-temperature nil :default-chat-max-tokens nil :default-chat-non-standard-params...

bug

See [#282](https://github.com/s-kostyaev/ellama/issues/282#issuecomment-2782115426). When starting `ellama-transient-main-menu`, I get an error about `llm-ollama-p` being undefined even though I am not using any `ollama` features. The backtrace is ``` Debugger entered--Lisp error: (void-function...

bug

Hi! I am a happy user of `treesit-auto`, and I recently switched to Emacs 30. From the `treesit-auto` readme, I understand that activating tree sitter modes should become easier in...