-
Notifications
You must be signed in to change notification settings - Fork 269
Updates required Org version notice from 9.6.7 to 9.7 #602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@grettke I think the exact Org commit we need is from before 9.7, but it has been a real pain to track down the nearest version. So let's just go with 9.7. |
Thanks for the PR! |
@karthink Here was my research and thought process behind this pull request: In the org-mode
Here is a list of the tags and the date ranges under our concern that I manually pruned:
Checking for the
Produces no results: the function isn't in there. Follow the same process for release_9.7 and it yields the results explaining, as you noted in the other ticket, that
Based on this I observed that
Therefore it is justified to bump up the version notice because
Consequently this pull request makes the version change required to gracefully handle users on Emacs stable and built in Org Stable, Emacs Stable and Org Current, Emacs Unstable with Org-Unstable built in, Emacs Unstable with Org Unstable. It is graceful of course because you already handled it gracefully! :) |
@karthink Here is how I found the commit. Approach 1 searches the commit message which is helpful
produces
Approach 2 is guaranteed however
It has a lot of results so some digging may be required. |
@karthink Since you threw down the gauntlet 🤣 for me to check if it was in a release before v9.7, it looks like it was not.
|
gptel-org (gptel-org--create-prompt): Update message about required Org version for branching context. README: Update Org requirement for this feature (only).
This explains that gptel needs Org version 9.7+ so this patch updates the notice for the user.