From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: org-insert-structure-template leaves point at inconvenient place [9.1.14 (9.1.14-932-gf82a30-elpaplus @ .emacs.d/elpa/org-plus-contrib-20180923/)] Date: Tue, 02 Oct 2018 10:06:34 +0200 Message-ID: <87k1n0ydpx.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35191) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g7FhY-0007La-LP for emacs-orgmode@gnu.org; Tue, 02 Oct 2018 04:06:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g7FhV-0004vP-He for emacs-orgmode@gnu.org; Tue, 02 Oct 2018 04:06:40 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:59311) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g7FhV-0004ur-BI for emacs-orgmode@gnu.org; Tue, 02 Oct 2018 04:06:37 -0400 In-Reply-To: (Allen Li's message of "Mon, 1 Oct 2018 17:01:27 -0700") 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" To: Allen Li Cc: Org Mode List Hello, Allen Li writes: > org-insert-structure-template (C-c C-,) leaves point at an inconvenient > place (X marks the spot): > > #+begin_example > X#+end_example > > My expectation is that right after inserting the template, I can start > typing or yank right into it: > > #+begin_example > X > #+end_example Use `C-o'. I think the current behaviour is better because you can yank text within the newly created block without dealing with a blank line later on. Regards, -- Nicolas Goaziou