emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [FR] Add C-u and C-u C-u prefix arguments to org-paste-subtree (was:


From: Ihor Radchenko
Subject: Re: [FR] Add C-u and C-u C-u prefix arguments to org-paste-subtree (was: Make org-paste-subtree more predictable and useful)
Date: Mon, 22 Apr 2024 19:51:09 +0000

Samuel Wales <samologist@gmail.com> writes:

> so here i go again with new decription: i am taking an entry and putting a
> whole other entry into the middle of it at the same level like this:
>
> ===
> * a new idea i had
> regarding snicker snacks
> * jabberwoky
> some sophomoric comments on a poem
>
> more sophomoric comments
> ===
>
> becomes:
>
> ===
> * jabberwoky
> some sophomoric comments on a poem
>
> * a new idea i had
> regarding snicker snacks
>
> more sophomoric comments
> ===

Just call org-yank with prefix argument (C-u C-y):

    Any prefix to this command will cause yank to be called directly with
    no special treatment.  In particular, a simple C-u prefix will just
    plainly yank the text as it is.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>



reply via email to

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