From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: issues with non-bracketed links in org 8.3 Date: Mon, 10 Nov 2014 00:12:25 +0100 Message-ID: <87lhnkm0iu.fsf@nicolasgoaziou.fr> References: <87y4rmiveg.fsf@nicolasgoaziou.fr> <8761epy0fz.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xnbe6-0006H2-BI for emacs-orgmode@gnu.org; Sun, 09 Nov 2014 18:11:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xnbdv-0008S3-3P for emacs-orgmode@gnu.org; Sun, 09 Nov 2014 18:11:46 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:42849) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xnbdu-0008Qy-Sm for emacs-orgmode@gnu.org; Sun, 09 Nov 2014 18:11:35 -0500 In-Reply-To: (Christopher Dannheim's message of "Sat, 8 Nov 2014 23:16:10 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Christopher Dannheim Cc: emacs-orgmode@gnu.org Christopher Dannheim writes: > org-element-context yields: > (paragraph (:begin 6145 :end 6166 :contents-begin 6145 :contents-end 6165 > :post-blank 1 :post-affiliated 6145 ...)) > > After relaoding org: > (link (:type "textcite" :path "Hobart2003" :raw-link "textcite:Hobart2003" > :application nil :search-option nil :begin 6145 ...)) > > and the link is working again! Why is that the case? A new type means that link syntax has to be updated. The parser didn't do it. It should now be fixed. Thank you for reporting the problem. Regards,