jxq0 / org-tidy

🧹 An Emacs minor mode to automatically tidy org-mode property drawers
GNU General Public License v3.0
98 stars 7 forks source link

Cannot backspace in the line after a hidden property drawer #24

Open lukashuebner opened 1 month ago

lukashuebner commented 1 month ago

I seem to be unable to backspace in the line after a property drawer, for example:

** TODO First todo
SCHEDULED: <2024-09-13 Fr +7d>
:PROPERTIES:
:LAST_REPEAT: [2024-08-23 Fr 10:08]
:END:
** TODOx missspelled here, cannot backspace

(org-tidy-mode is on, so the above lines are displayed as:)

** TODO First todo
SCHEDULED: <2024-09-13 Fr +7d> #
** TODOx missspelled here, cannot backspace