From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kitchin Subject: keybinding change in org 9.2? Date: Tue, 8 Jan 2019 19:58:54 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="00000000000001c69a057efbf8df" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:32909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gh2D7-0001Pe-GZ for emacs-orgmode@gnu.org; Tue, 08 Jan 2019 19:59:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gh2D6-00058G-II for emacs-orgmode@gnu.org; Tue, 08 Jan 2019 19:59:09 -0500 Received: from mail-wm1-x335.google.com ([2a00:1450:4864:20::335]:52479) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gh2D6-00056X-4Y for emacs-orgmode@gnu.org; Tue, 08 Jan 2019 19:59:08 -0500 Received: by mail-wm1-x335.google.com with SMTP id m1so5946218wml.2 for ; Tue, 08 Jan 2019 16:59:08 -0800 (PST) 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: org-mode-email --00000000000001c69a057efbf8df Content-Type: text/plain; charset="UTF-8" Did anything change in org 9.2 that would affect how key-bindings are loaded? I installed org-plus-20181230 from MELPA and suddenly many keybindings that used to work didn't, e.g. all the org-ref bindings, and other customizations I had made. If I manually run those files, the bindings come back, but they don't seem to get run or loaded on my startup. If I go back to the older version I was using (9.1.14) everything works as expected (i.e. the way it used to). Just curious if anyone else experienced anything like that. John ----------------------------------- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu --00000000000001c69a057efbf8df Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Did anything change in org 9.2 that would affect how key-b= indings are loaded? I installed org-plus-20181230 from MELPA and suddenly m= any keybindings that used to work didn't, e.g. all the org-ref bindings= , and other customizations I had made. If I manually run those files, the b= indings come back, but they don't seem to get run or loaded on my start= up. If I go back to the older version I was using (9.1.14) everything works= as expected (i.e. the way it used to).=C2=A0 Just curious if anyone else e= xperienced anything like that.


John

------------------= -----------------
Professor John Kitchin=C2=A0
Doherty Hall A207F
= Department of Chemical Engineering
Carnegie Mellon University
Pittsbu= rgh, PA 15213
412-268-7803
--00000000000001c69a057efbf8df-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Cross Subject: Re: keybinding change in org 9.2? Date: Wed, 09 Jan 2019 12:36:20 +1100 Message-ID: <87h8eiwr1n.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:38885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gh2nK-000095-Pd for emacs-orgmode@gnu.org; Tue, 08 Jan 2019 20:36:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gh2nI-0001LH-Q7 for emacs-orgmode@gnu.org; Tue, 08 Jan 2019 20:36:34 -0500 Received: from mail-pg1-x52b.google.com ([2607:f8b0:4864:20::52b]:37871) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gh2nE-0001Iy-Sa for emacs-orgmode@gnu.org; Tue, 08 Jan 2019 20:36:30 -0500 Received: by mail-pg1-x52b.google.com with SMTP id c25so2551001pgb.4 for ; Tue, 08 Jan 2019 17:36:26 -0800 (PST) Received: from tim-desktop (2001-44b8-31f2-bb00-0037-2fc1-af09-968f.static.ipv6.internode.on.net. [2001:44b8:31f2:bb00:37:2fc1:af09:968f]) by smtp.gmail.com with ESMTPSA id w10sm82001503pgi.81.2019.01.08.17.36.22 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 08 Jan 2019 17:36:23 -0800 (PST) In-reply-to: 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 The only key binding issue I ran into was not being able to use C-c C-, for the new block expansion code. Problem turned out to be a key binding conflict with hydra-ox, which I don't use, but which was being loaded by another package I do use. Apart from that, I've not run into any binding issues. Your description sounds suspiciously like a 'dirty' install. I find, when updating org from ELPA, it is very important to do it in a fresh Emacs instance where org has not yet been used/loaded to avoid 'mixed' versions being built. While often not an issue with minor version changes, definitely important for major version changes. In fact, I find it useful to completely remove my ELPA directory, remove the selected packages line from Emacs custom and do a fresh install from time to time. However, as I use use-package, this is really easy - just restart emacs after removing elpa directory and selected packages entry from custom block. Tim John Kitchin writes: > Did anything change in org 9.2 that would affect how key-bindings are > loaded? I installed org-plus-20181230 from MELPA and suddenly many > keybindings that used to work didn't, e.g. all the org-ref bindings, and > other customizations I had made. If I manually run those files, the > bindings come back, but they don't seem to get run or loaded on my startup. > If I go back to the older version I was using (9.1.14) everything works as > expected (i.e. the way it used to). Just curious if anyone else > experienced anything like that. > > > John > > ----------------------------------- > Professor John Kitchin > Doherty Hall A207F > Department of Chemical Engineering > Carnegie Mellon University > Pittsburgh, PA 15213 > 412-268-7803 > @johnkitchin > http://kitchingroup.cheme.cmu.edu -- Tim Cross From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Cross Subject: Re: keybinding change in org 9.2? Date: Wed, 09 Jan 2019 12:38:48 +1100 Message-ID: <87ftu2wqxj.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:39343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gh2pb-0001hy-2T for emacs-orgmode@gnu.org; Tue, 08 Jan 2019 20:38:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gh2pa-0002ey-8T for emacs-orgmode@gnu.org; Tue, 08 Jan 2019 20:38:55 -0500 Received: from mail-pf1-x430.google.com ([2607:f8b0:4864:20::430]:43194) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gh2pa-0002el-2S for emacs-orgmode@gnu.org; Tue, 08 Jan 2019 20:38:54 -0500 Received: by mail-pf1-x430.google.com with SMTP id w73so2809259pfk.10 for ; Tue, 08 Jan 2019 17:38:54 -0800 (PST) Received: from tim-desktop (2001-44b8-31f2-bb00-0037-2fc1-af09-968f.static.ipv6.internode.on.net. [2001:44b8:31f2:bb00:37:2fc1:af09:968f]) by smtp.gmail.com with ESMTPSA id e65sm124228202pfc.74.2019.01.08.17.38.51 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 08 Jan 2019 17:38:52 -0800 (PST) In-reply-to: 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 Forget that the only other issue I ran into was a problem with mu4e. I was still running 0.9.x (default for my Linux distro version). Found I had issues with org and mu4e integration. Updated mu4e to current version and all was OK. John Kitchin writes: > Did anything change in org 9.2 that would affect how key-bindings are > loaded? I installed org-plus-20181230 from MELPA and suddenly many > keybindings that used to work didn't, e.g. all the org-ref bindings, and > other customizations I had made. If I manually run those files, the > bindings come back, but they don't seem to get run or loaded on my startup. > If I go back to the older version I was using (9.1.14) everything works as > expected (i.e. the way it used to). Just curious if anyone else > experienced anything like that. > > > John > > ----------------------------------- > Professor John Kitchin > Doherty Hall A207F > Department of Chemical Engineering > Carnegie Mellon University > Pittsburgh, PA 15213 > 412-268-7803 > @johnkitchin > http://kitchingroup.cheme.cmu.edu -- Tim Cross