From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Bug: org-git-link.el fails for file in $HOME but not under Git [9.0.7 (release_9.0.7-493-g82a503 @ /Users/xcy/src/org-mode/lisp/)] Date: Mon, 29 May 2017 08:49:06 -0400 Message-ID: <8737bnn7zx.fsf@kyleam.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dFK6l-0003Q0-CB for emacs-orgmode@gnu.org; Mon, 29 May 2017 08:49:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dFK6g-0004z3-Rg for emacs-orgmode@gnu.org; Mon, 29 May 2017 08:49:15 -0400 Received: from pb-smtp2.pobox.com ([64.147.108.71]:60411 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dFK6g-0004xe-LV for emacs-orgmode@gnu.org; Mon, 29 May 2017 08:49:10 -0400 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: Chunyang Xu , emacs-orgmode@gnu.org Chunyang Xu writes: > After loading org-git-link.el, 'C-c l' ('org-store-link') fails for file > in $HOME but not under Git, such as "~/foo.c". The following is contents > of the *Backtrace* buffer while the error happens. I have attached a > patch to fix this issue. Thanks. Applied in 1fbbce4d8. -- Kyle