emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Here is a patch I want to add to org.el……
@ 2015-02-25  4:14 kuangdash
  2015-02-25  4:41 ` kuangdash
  2015-02-25 13:03 ` Nicolas Goaziou
  0 siblings, 2 replies; 29+ messages in thread
From: kuangdash @ 2015-02-25  4:14 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 540 bytes --]





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

[-- Attachment #2: Type: text/html, Size: 2228 bytes --]

^ permalink raw reply	[flat|nested] 29+ messages in thread

end of thread, other threads:[~2015-03-06 11:28 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-25  4:14 Here is a patch I want to add to org.el…… kuangdash
2015-02-25  4:41 ` kuangdash
2015-02-26 18:49   ` Nicolas Goaziou
2015-02-25 13:03 ` Nicolas Goaziou
2015-02-27  6:25   ` kuangdash
2015-02-27  9:29     ` Andreas Leha
2015-02-27  9:49       ` Nicolas Goaziou
2015-02-27 14:36         ` kuangdash
2015-02-27 17:32           ` Nicolas Goaziou
2015-02-27 19:38             ` kuangdash
2015-02-27 21:19               ` Nick Dokos
     [not found]               ` <54F0D25E.AC5A60.07341@m50-132.163.com>
2015-02-28  9:03                 ` kuangdash
2015-02-28 15:43                   ` Nick Dokos
2015-02-28 16:26                     ` kuangdash
2015-02-27 15:26         ` Andreas Leha
2015-02-27 15:55           ` Rasmus
2015-02-27 22:22             ` Andreas Leha
2015-02-28  9:44               ` Rasmus
2015-02-27 23:37           ` Nicolas Goaziou
2015-02-28 11:01             ` Andreas Leha
2015-03-02 22:48               ` Andreas Leha
2015-03-03  0:21                 ` Nicolas Goaziou
2015-03-03  9:38                   ` Andreas Leha
2015-03-03  9:40                     ` Andreas Leha
2015-03-03 21:00                       ` Nicolas Goaziou
2015-03-03 21:11                         ` Andreas Leha
2015-03-06 11:08                           ` Nicolas Goaziou
2015-03-06 11:29                             ` Andreas Leha
2015-02-27  9:46     ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).