From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Bercher Subject: org-mode regression(?): can't C-c C-o can't parse links that contain [/] AND [%] Date: Tue, 20 May 2014 15:06:50 +0200 Message-ID: <537B536A.8010505@yahoo.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 ([2001:4830:134:3::10]:45336) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wmjl5-0001HR-86 for emacs-orgmode@gnu.org; Tue, 20 May 2014 09:07:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wmjkz-0004qe-2X for emacs-orgmode@gnu.org; Tue, 20 May 2014 09:07:07 -0400 Received: from smtp-out1.legos.obs-mip.fr ([195.220.93.51]:51258) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wmjky-0004qQ-SL for emacs-orgmode@gnu.org; Tue, 20 May 2014 09:07:00 -0400 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Hi, I use to have first level Org entries like this: * name [/] [%] But since I upgraded to Debian Wheezy Org-mode 7.8.11, these targets are no more reachable using org-links I used for years. As a result, only [/] OR [%] seems supported. This simple org file below illustrates the issue. Is this a regression? (At least, this is really annoying me.) Thanks for your feedback. Nicolas -----8<----- Index: - [[*not%20OK][not OK]] - [[*OK1][OK1]] - [[*OK2][OK2]] * not OK [1/2] [50%] ** DONE action1 ** TODO action2 * OK1 [1/2] ** DONE action1 ** TODO action2 * OK2 [50%] ** DONE action1 ** TODO action2