-
-
Notifications
You must be signed in to change notification settings - Fork 585
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
Projectile and org-cycle cause delays during the expansion of the org tables. #1908
Comments
This is impacting me too when using
If I reset |
@codeasone Feel free to submit a PR reverting the problematic commit. Seems to me this is our best course of action. |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expanding org tables using tab has become extremely sluggish. It takes two to three seconds for the table to be expanded properly. The function bound to my tab key is
org-cycle
.If I remove projectile from my installation, then the delays stop.
Expected behavior
No delays in expanding the org tables using tab (org-cycle).
Actual behavior
There is a delay of two to three seconds when expanding org tables using the tab key (org-cycle).
Steps to reproduce the problem
With projectile in your Emacs installation, visit an org file, type | then a letter, and then press tab. You should see a delay.
Environment & Version information
Projectile version information
Emacs version
29.3
Operating system
Ubuntu 24.04.1
Here is the Emacs profiler log, I hope it can be useful:
The text was updated successfully, but these errors were encountered: