From mboxrd@z Thu Jan 1 00:00:00 1970 From: 42 147 Subject: Re: yanking a headline in folded state Date: Tue, 2 Apr 2013 18:08:11 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c33e781e5ebb04d967f905 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41590) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN9NG-0007cu-Ad for emacs-orgmode@gnu.org; Tue, 02 Apr 2013 18:08:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UN9NE-0005go-HV for emacs-orgmode@gnu.org; Tue, 02 Apr 2013 18:08:14 -0400 Received: from mail-lb0-f173.google.com ([209.85.217.173]:64955) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN9NE-0005gM-Ai for emacs-orgmode@gnu.org; Tue, 02 Apr 2013 18:08:12 -0400 Received: by mail-lb0-f173.google.com with SMTP id w20so977420lbh.32 for ; Tue, 02 Apr 2013 15:08:11 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode --001a11c33e781e5ebb04d967f905 Content-Type: text/plain; charset=ISO-8859-1 > In my Emacs I have the following. Would that work? > "C-c C-x C-w runs the command org-cut-special, which is an interactive > compiled Lisp function in `org.el'. I incidentally figured out the problem: I had rebound yank to "C-.", and did not realize that org-yank was bound to the original yank shortcut (C-y). Therefore, I was yanking the org text rather than org-yanking it. org-cut-special turns out not to be necessary, although I appreciate the suggestion; and in fiddling around with it, I found the solution to my problem. Lesson learned: I should always take a second look at potential org-mode parallels to the standard Emacs commands. Until now, I had assumed that "yank" in org-mode was identical to "yank" generally. --001a11c33e781e5ebb04d967f905 Content-Type: text/html; charset=ISO-8859-1
> In my Emacs I have the following.  Would that work?

> "C-c C-x C-w runs the command org-cut-special, which is an interactive
> compiled Lisp function in `org.el'.

I incidentally figured out the problem: I had rebound yank to "C-.", and
did not realize that org-yank was bound to the original yank shortcut
(C-y).

Therefore, I was yanking the org text rather than org-yanking it.
org-cut-special turns out not to be necessary, although I appreciate the
suggestion; and in fiddling around with it, I found the solution to my
problem.

Lesson learned: I should always take a second look at potential org-mode
parallels to the standard Emacs commands. Until now, I had assumed that
"yank" in org-mode was identical to "yank" generally.

--001a11c33e781e5ebb04d967f905--