From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikolay Kudryavtsev Subject: Re: manual: stale bindings for org-clock-report and org-columns-insert-dblock Date: Tue, 7 May 2019 18:40:38 +0300 Message-ID: References: <878szs3ph8.fsf@kyleam.com> <87pnr7x4lk.fsf@kyleam.com> <09ce6837-0e59-497e-8c01-0b2c1048116e@gmail.com> <87imwyd3gh.fsf@nicolasgoaziou.fr> <42595f5a-cde8-efcc-158d-654b90b33362@gmail.com> <8736nusb9l.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:36424) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hO2D4-0000Jm-Sr for emacs-orgmode@gnu.org; Tue, 07 May 2019 11:40:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hO2D0-0001tH-EZ for emacs-orgmode@gnu.org; Tue, 07 May 2019 11:40:50 -0400 Received: from mail-lf1-x12c.google.com ([2a00:1450:4864:20::12c]:33525) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hO2D0-0001qi-0s for emacs-orgmode@gnu.org; Tue, 07 May 2019 11:40:46 -0400 Received: by mail-lf1-x12c.google.com with SMTP id x132so1284654lfd.0 for ; Tue, 07 May 2019 08:40:42 -0700 (PDT) Received: from [192.168.1.65] (95-27-236-175.broadband.corbina.ru. [95.27.236.175]) by smtp.gmail.com with ESMTPSA id z3sm3259532ljg.78.2019.05.07.08.40.38 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 07 May 2019 08:40:38 -0700 (PDT) In-Reply-To: <8736nusb9l.fsf@nicolasgoaziou.fr> Content-Language: en-US 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 Thanks, everything's fine now. Sorry for late reply. > Icicles is doing it wrong. Packages are supposed to provide only > prefixed functions, since there is no namespace in Emacs. As far as I could grasp, those are shorthand alias functions created for easier access. Luckily that behavior can be disabled by a variable. And they're probably enabled by default because nobody complained yet. > So, you are doing a mixed installation on purpose. No wonder you have > troubles. Don't reload a different installation on top of a loaded one. Yes, wishful thinking on my part. Been doing that for ages and the reason I didn't ran into many issues is that I was usually reloading versions that are pretty close, while bisecting for bugs. In my defense I assumed that org-reload does some powerful unload magic. And it's definitely a kind of magic that I would be scared to even look at, so it never crossed my mind to look into it's sources.;-) -- Best Regards, Nikolay Kudryavtsev