Samuel Wales <samolog...@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>