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: Sat, 08 Nov 2014 20:08:48 +0100 Message-ID: <8761epy0fz.fsf@nicolasgoaziou.fr> References: <87y4rmiveg.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47670) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnBMp-0007n7-Fu for emacs-orgmode@gnu.org; Sat, 08 Nov 2014 14:08:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XnBMf-0000x7-AM for emacs-orgmode@gnu.org; Sat, 08 Nov 2014 14:08:11 -0500 Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:39285) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnBMf-0000vc-4S for emacs-orgmode@gnu.org; Sat, 08 Nov 2014 14:08:01 -0500 In-Reply-To: (Christopher Dannheim's message of "Fri, 7 Nov 2014 21:59:53 +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: > the variable org-link does contain 'textcite' (as well as all other bibtex > and biblatex link types defined by org-ref/reftex). > > org-link-types is a variable defined in `org.el'. > Its value is > ("http" ... "citep*" "citealt" "citealt*" "citealp" "citealp*" "citenum" > "citetext" "citeauthor" "citeauthor*" "citeyear" "citeyear*" "Citet" > "Citep" "Citealt" "Citealp" "Citeauthor" "Cite" "parencite" "Parencite" > "footcite" "footcitetext" "textcite" "Textcite" ... "rmail") OK. So what happens if you put point on you defective link, and eval M-: (org-element-context) Then M-x org-reload M-: (org-element-context) Regards,