Pablo Stafforini
Pablo Stafforini
Thanks, yes, that's what I use. I was wondering if there was a particular environmental variable you had to change to make it work.
FWIW, disabling forge (following @adamConnerSax's suggestion) solved some of the issues I was experiencing, but not others. I'm finding it pretty hard to diagnose the underlying problem.
@liar666 , you can find an attempt to do this [here](https://github.com/benthamite/dotfiles/blob/dev/emacs/extras/read-aloud-extras.el). It only works with `say`, the macOS engine. The relevant commands are `read-aloud-extras-set-rate` and `read-aloud-extras-set-voice`. Unfortunately, for some reason...
Thanks, @armindarvish. I tried to further debug this, but now I’m getting a slightly different error: ``` emacs-lisp Debugger entered--Lisp error: (void-function forge--zap-repository-cache) forge--zap-repository-cache(#) consult-gh-forge--pull-topic("https://github.com/armindarvish/consult-gh" 101) consult-gh-forge--add-topic("https://github.com/armindarvish/consult-gh" 101) consult-gh-forge--issue-view("armindarvish/consult-gh" "101")...
Thanks! Let me take a closer look and I’ll try to prepare a pull request.
@karthink, a couple of questions: 1. I see that, for some backends, you have already provided model descriptions (examples: OpenAI, Claude, Gemini). Would you like me to add descriptions for...
Makes sense, thanks. Concerning (3), yeah, sorry: I meant to suggest that I could add the `:cost` property so that this information is then available for integration with the modeline,...
> Considering the amount of information that will be shoved into the definition of `gptel-make-openai` (and others), I think it would be good to create `defconsts` like you do Noted,...
Update: the issue also happens when point is not at the beginning of a heading. Unfortunately, it happens so often, and so randomly, that I had to disable the package...
`org-version`: 9.7-pre (9.7-pre-n/a-g41ff56). I have quite a few other `org-mode` related packages. Do you have at least a vague sense of what might be causing the issue so I can...