Pablo Stafforini
Pablo Stafforini
@vermiculus: I revised the PR to make it use `project.el`. The code is simpler now. It would be great if folks could test this before it is merged: I’m not...
I think I'm basically done with the changes here. My only concern is that `(member file gptel-context--project-files)` may be a bit slow for projects with lots of files. I believe...
(If the performance issue is not addressed, I am now inclined to set the default value of `gptel-context-restrict-to-project-files` to `nil`.)
FWIW, I do agree it’s generally inefficient. My workflow for integrating AI with projects has changed since submitting this PR, and now I almost always add selected project files rather...
@karthink, shall we make a decision regarding this? If you don’t want to merge it, that’s totally fine by me, but I would prefer to close it so that people...
I stumbled on what appears to be a similar error. With point on a message, invoking `telega-msg-forward-marked-or-at-point` triggers this backtrace: ``` emacs-lisp Debugger entered--Lisp error: (void-function telega-active-stories--fetch) telega-active-stories--fetch() telega-active-stories-mode(1) byte-code("\302\303!\210\304\305\10\"\11B\21\306\307!\210\310\307!\210\311\307!\210\312\307!\210\313\307!\210\314\307!\210\315\316\317\"\210\315\320\321\"\210\315\320\322\"\210\315\320\323\"\210\315\320\324\"\210\315\320\325\"\210\315\326\325\"\210\327\330!\210\331\332!\207"...
Yes, thanks. I had recompiled but and reloaded the features, but it was still calling the old function for some reason (I deleted the comment after a few minutes because...
I didn't know about the ‘draft’ option, thanks.
Hello, thank you for looking into this. The value of `org-roam-capture-templates` is ```emacs-lisp (("d" "bibliography reference" plain (file "/Users/pablostafforini/Library/CloudStorage/Dropbox/bibliography/orb-noter-template.org") :if-new (file "/Users/pablostafforini/Library/CloudStorage/Dropbox/bibliographic-notes/${citekey}.org") :unnarrowed t :immediate-finish t :jump-to-captured t)) ``` The...
Your test prompts me for a bibtex key; it is not reproducing the error. I’ll take a closer look later today. Thanks.