From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [BUG] Recently master branch commit breaks open file: link Date: Mon, 24 Feb 2020 13:15:28 +0100 Message-ID: <87zhd8mba7.fsf@gnu.org> References: <87o8tofq1b.fsf@gmail.com> <87lfosz8ai.fsf@gnu.org> <87lfosfave.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58814) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j6Ce8-0008HE-Fa for emacs-orgmode@gnu.org; Mon, 24 Feb 2020 07:15:37 -0500 In-Reply-To: <87lfosfave.fsf@gmail.com> (stardiviner's message of "Mon, 24 Feb 2020 20:06:13 +0800") 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: stardiviner Cc: Org Mode Hi Stardiviner, stardiviner writes: > So I did a git bisect. Found this bad commit caused this problem > "afd3b04ec * bad ol: Extend open tooling in link parameters". This will work: #+begin_src org [[file:~/Org/Tasks/Computer Todos.org::*=E5=8E=89=E5=AE=B3=E7=9A=84=E4=BA= =BA=E6=98=AF=E6=80=8E=E4=B9=88=E5=88=86=E6=9E=90=E9=97=AE=E9=A2=98=E7=9A=84= =EF=BC=9F][=E5=8E=89=E5=AE=B3=E7=9A=84=E4=BA=BA=E6=98=AF=E6=80=8E=E4=B9=88= =E5=88=86=E6=9E=90=E9=97=AE=E9=A2=98=E7=9A=84=EF=BC=9F]] #+end_src org-store-link used to store the TODO keyword, which was a mistake. Nicolas fixed this recently, now org-store-link DTRT and C-c C-o on stored links will work correctly. IMHO we may have several file links such as yours broken: Nicolas, do you think the bugfix should be advertized in ORG-NEWS, along with a helper function to fix file links (ie remove the TODO keyword and priority cookies)? --=20 Bastien