Closed
Description
Please update gptel first -- errors are often fixed by the time they're reported.
- I have updated gptel to the latest commit and tested that the issue still exists
Bug Description
When sending a query with gptel-org-branching-context
, a warning is displayed:
⛔ Warning (gptel): Using `gptel-org-branching-context' requires Org version 9.6.7 or higher, it will be ignored.
However:
#+begin_src emacs-lisp
(org-version)
#+end_src
#+RESULTS:
: 9.6.15
Backend
OpenAI/Azure
Steps to Reproduce
- Emacs 29.4
- Org-mode 9.6.15
- Install latest
gptel
- Create an
org
document - Enable
gptel-mode
- Set local variable to
gptel-org-branching-context
tot
- Create a heading
- Type prompt and
C-c RET
to send it
Additional Context
- Emacs 29.4
- Org-mode 9.6.15
- Gptel 20241229.458
- Linux Fedora 41
Backtrace
No backtrace, it's only a warning, but the feature doesn't work.
Log Information
No response