Hello,

<kuangd...@163.com> writes:

> But how to do it?

Just send it to the list, using "git format-patch" and a proper commit
message. See http://orgmode.org/worg/org-contribute.html for more
information.
> Besides, I‘m glad to view your opinions,so here comes the codes:
>
> The place:(defun org-ctrl-c-ctrl-c       the first      (cond
>
> add:
>
>  (cond
>    ((overlayp (car (overlays-at (point)))) (let ((overlay (car (overlays-at 
> (point)))))
>                               (if (overlayp overlay)
>                               (delete-overlay overlay)
>                               )))
>
>
> so that I won’t make all overlays disappear at only once “C-c C-c”

Would you mind explaining what problem you want to solve?


Regards,

-- 
Nicolas Goaziou

Reply via email to