emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Here is a patch I want to add to org.el……


From: kuangdash
Subject: [O] Here is a patch I want to add to org.el……
Date: Wed, 25 Feb 2015 04:14:43 +0000


But how to do it?

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”

Sent from Windows Mail


reply via email to

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