snosov1 / toc-org

toc-org is an Emacs utility to have an up-to-date table of contents in the org files without exporting (useful primarily for readme files on GitHub)
GNU General Public License v3.0
292 stars 29 forks source link

Use `delete-region` instead of kill-line while creating the TOC #33

Closed iqbalansari closed 8 years ago

iqbalansari commented 8 years ago

kill-line adds the deleted text to the kill ring, polluting it. delete-region avoids this issue.

snosov1 commented 8 years ago

Thanks!

Sorry for such a long delay!

iqbalansari commented 8 years ago

@snosov1 No issues :+1: