From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Samuel Wales" Subject: feature request: org-yank to call org-paste-subtree Date: Sat, 25 Oct 2008 21:37:00 -0700 Message-ID: <20524da70810252137k1545b20bobbf162360dc251ad@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KtxNA-0000cR-Mm for emacs-orgmode@gnu.org; Sun, 26 Oct 2008 00:37:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KtxN9-0000c2-7R for emacs-orgmode@gnu.org; Sun, 26 Oct 2008 00:37:04 -0400 Received: from [199.232.76.173] (port=44599 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KtxN9-0000bt-4D for emacs-orgmode@gnu.org; Sun, 26 Oct 2008 00:37:03 -0400 Received: from nf-out-0910.google.com ([64.233.182.191]:5508) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KtxN8-00009Y-WA for emacs-orgmode@gnu.org; Sun, 26 Oct 2008 00:37:03 -0400 Received: by nf-out-0910.google.com with SMTP id c7so561187nfi.26 for ; Sat, 25 Oct 2008 21:37:00 -0700 (PDT) Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I am not up to coding this, but here is the defcustom. (defcustom org-yank-adjust nil "Non-nil means that, where possible, org-yank will call org-paste-subtree instead of yank. This adjusts the level of the yank to avoid swallowing succeeding headlines." :group 'org-edit-structure :type 'boolean)