From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Org 9.2 not inhibiting electric-pair-mode in the beginning of lines? Date: Tue, 29 Oct 2019 16:17:00 -0400 Message-ID: <87imo7mhmr.fsf@alphaville.usersys.redhat.com> References: <87eeyw6jxd.fsf@ucl.ac.uk> <87o8xz6hzj.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54683) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iPXvW-0001n2-N6 for emacs-orgmode@gnu.org; Tue, 29 Oct 2019 16:17:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iPXvV-0003K8-Ib for emacs-orgmode@gnu.org; Tue, 29 Oct 2019 16:17:14 -0400 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:60982 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iPXvV-0003HG-7q for emacs-orgmode@gnu.org; Tue, 29 Oct 2019 16:17:13 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iPXvS-000lsT-E1 for emacs-orgmode@gnu.org; Tue, 29 Oct 2019 21:17:10 +0100 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: emacs-orgmode@gnu.org "Fraga, Eric" writes: > On Tuesday, 29 Oct 2019 at 16:50, Vladimir Nikishkin wrote: >> I think, these are two different mechanisms. C-c C-, works as expected. >> The "<" mechanism comes from org-tempo, and is faster, because you >> don't have to choose anything. > > I don't know anything about org-tempo but, just to be clear, the old < > at beginning of line mechanism that was available, by default, in org > 8.x is no longer available. It was replaced by C-c C-,. Not quite: there is still an emulation of the old mechanism if you (require 'org-tempo) which Vladimir probably does. That modifies the following hook: ,---- | org-tab-before-tab-emulation-hook is a variable defined in ‘org.el’. | Its value is (org-tempo-complete-tag) `---- The hook is run close to the end of org-cycle (which is bound to TAB). So when you type