From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: manual: stale bindings for org-clock-report and org-columns-insert-dblock Date: Mon, 04 Mar 2019 13:32:44 -0500 Message-ID: <871s3mfq2b.fsf@alphaville.usersys.redhat.com> References: <878szs3ph8.fsf@kyleam.com> <87pnr7x4lk.fsf@kyleam.com> <09ce6837-0e59-497e-8c01-0b2c1048116e@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:49850) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0sOY-0004Tx-Im for emacs-orgmode@gnu.org; Mon, 04 Mar 2019 13:32:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0sOY-0004mn-1Q for emacs-orgmode@gnu.org; Mon, 04 Mar 2019 13:32:58 -0500 Received: from [195.159.176.226] (port=38432 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h0sOX-0004iV-Py for emacs-orgmode@gnu.org; Mon, 04 Mar 2019 13:32:57 -0500 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1h0sOP-000Tyv-9b for emacs-orgmode@gnu.org; Mon, 04 Mar 2019 19:32:49 +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 Nikolay Kudryavtsev writes: > ... > Also can someone explain how do I get from org elpa version to the git > commit it's based on? E. g., in org-version.el I have > "9.2.1-33-g029cf6-elpaplus" but g029cf6 does not seem like a real > commit in the git repo. Try it without the 'g': that's just a prefix. The commit is 029cf6. -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler