branch: elpa/gptel commit 6dcccc620674482f28f323fe2825ed22e5015e0b Author: Grant Rettke <gr...@wisdomandwonder.com> Commit: GitHub <nore...@github.com>
gptel-org: Update required Org version notice (#602) gptel-org (gptel-org--create-prompt): Update message about required Org version for branching context. README: Update Org requirement for this feature (only). --- README.org | 2 +- gptel-org.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index ae565dca80..d806c4356c 100644 --- a/README.org +++ b/README.org @@ -1120,7 +1120,7 @@ If this variable is non-nil, you should probably edit =gptel-prompt-prefix-alist Otherwise, the default prompt prefix will make successive prompts sibling headings, and therefore on different conversation branches, which probably isn't what you want. -Note: using this option requires Org 9.6.7 or higher to be available. The [[https://github.com/ultronozm/ai-org-chat.el][ai-org-chat]] package uses gptel to provide this branching conversation behavior for older versions of Org. +Note: using this option requires Org 9.7 or higher to be available. The [[https://github.com/ultronozm/ai-org-chat.el][ai-org-chat]] package uses gptel to provide this branching conversation behavior for older versions of Org. ***** Save gptel parameters to Org headings (reproducible chats) diff --git a/gptel-org.el b/gptel-org.el index cc3ac5395c..1db3ec1231 100644 --- a/gptel-org.el +++ b/gptel-org.el @@ -231,7 +231,7 @@ value of `gptel-org-branching-context', which see." (gptel--parse-buffer gptel-backend max-entries))))) (display-warning '(gptel org) - "Using `gptel-org-branching-context' requires Org version 9.6.7 or higher, it will be ignored.") + "Using `gptel-org-branching-context' requires Org version 9.7 or higher, it will be ignored.") (gptel--parse-buffer gptel-backend max-entries)) ;; Create prompt the usual way (gptel--parse-buffer gptel-backend max-entries))))