l3kn / org-fc

Spaced Repetition System for Emacs org-mode
https://www.leonrische.me/fc/index.html
GNU General Public License v3.0
259 stars 31 forks source link

No bar with keys and and stats, heading does not expand when rating #77

Closed dimitry12 closed 1 year ago

dimitry12 commented 2 years ago

I am on Emacs 28.1 with Doom 3.0.0-dev, and latest org-fc.

I've been on Emacs 27.0 and Doom 2.0.9 with org-fc from 2020 and everything works as expected, which makes me believe that I know how it should look like when everything works :D

I mostly don't understand Emacs but happy to follow the instructions and figure things out.

Here is what I can not resolve:

Screen Shot 2022-08-21 at 12 11 37 PM

Screen Shot 2022-08-21 at 12 11 44 PM

Screen Shot 2022-08-21 at 12 29 13 PM

I will greatly appreciate any help!

dimitry12 commented 2 years ago

Downgrading to Emacs 27.1 does not fix this.

dimitry12 commented 2 years ago

Downgrading to https://github.com/l3kn/org-fc/commit/fccf4b93a20b09e52ab4279ccb179204c37add28 does help. Will binary search from there to find what made it incompatible with Doom Emacs :D

l3kn commented 2 years ago

I think between 2020 and now I changed the header / bottom lines to exclude the percentages for the current session and made the “keymap-hints” optional through (require 'org-fc-keymap-hint).

This doesn't explain why you can't unfold the headings which makes me think that something about how the review-data drawers and/or cloze holes are hidden is broken.

There might be a commit in that range that changes how this hiding is done, parts of which could be incompatible with doom Emacs.

Let me know if you find the commit that breaks it, then we can look into possible workarounds.

l3kn commented 1 year ago

There is no way to investigate this without further information, feel free to reopen the issue.