emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] (org-remove-occur-highlights) Implements option to remove highli


From: Nicholas Savage
Subject: [PATCH] (org-remove-occur-highlights) Implements option to remove highlights between points
Date: Sun, 20 Sep 2020 22:02:15 -0400
User-agent: Cyrus-JMAP/3.3.0-325-g8593b62-fm-20200916.004-g0f995879-bis

I realize now that I messed up sending this patch yesterday so it didn't show 
up on updates.orgmode.org. I just wanted to repost it with a correct subject to 
make sure it didn't get lost. My original message follows.

--

I posted earlier about why org-remove-occur-highlights ignored it's options of 
beg and end. I'm fairly sure it was so they could be implemented later. I 
wanted to use this functionality, so I've implemented it. This should not 
change any current behaviour. If beg and end are nil, it will run the same way 
as before. This is called as part of org-sparse-tree, and my changes do not 
affect that. When beg and end are non-nil, it checks which overlays are between 
those two points and deletes them. I've ensured that 'make test' still passes 
and believe I've formatted my changelog entry as required.

If I'm missing something about how this should be working, please let me know.

My copyright paperwork with FSF is currently in progress, but I wanted to put 
this out there to get comments as necessary.

Thanks,
Nick

Attachment: 0001-org.el-Implements-option-to-remove-highlights-betwee.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]