From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Dannheim Subject: Re: issues with non-bracketed links in org 8.3 Date: Sat, 8 Nov 2014 23:16:10 +0100 Message-ID: References: <87y4rmiveg.fsf@nicolasgoaziou.fr> <8761epy0fz.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d0442841a10fd8d050760486c Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42529) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnEJF-0006bj-Ii for emacs-orgmode@gnu.org; Sat, 08 Nov 2014 17:16:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XnEJ6-00087Y-Qh for emacs-orgmode@gnu.org; Sat, 08 Nov 2014 17:16:41 -0500 Received: from mail-wg0-x230.google.com ([2a00:1450:400c:c00::230]:64471) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnEJ6-00083z-JC for emacs-orgmode@gnu.org; Sat, 08 Nov 2014 17:16:32 -0500 Received: by mail-wg0-f48.google.com with SMTP id m15so6156264wgh.21 for ; Sat, 08 Nov 2014 14:16:30 -0800 (PST) In-Reply-To: <8761epy0fz.fsf@nicolasgoaziou.fr> 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 , emacs-orgmode@gnu.org --f46d0442841a10fd8d050760486c Content-Type: text/plain; charset=UTF-8 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? I get org with git pull and then make autoloads, is that the problem? Thank you for your help, Christopher. On Sat, Nov 8, 2014 at 8:08 PM, Nicolas Goaziou wrote: > 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, > --f46d0442841a10fd8d050760486c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
org-element-context yields:
(paragraph (:begin 6145 :e= nd 6166 :contents-begin 6145 :contents-end 6165 :post-blank 1 :post-affilia= ted 6145 ...))

After relaoding org:
= (link (:type "textcite" :path "Hobart2003" :raw-link &q= uot;textcite:Hobart2003" :application nil :search-option nil :begin 61= 45 ...))

and the link is working again! Why is= that the case? I get org with git pull and then make autoloads, is that th= e problem?

Thank you for your help,
Chri= stopher.

On Sat, Nov 8, 2014 at 8:08 PM, Nicolas Goaziou <mail@nicolasgoazi= ou.fr> wrote:
Christopher Dannheim <ch.= dannheim@gmail.com> 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" "cit= ealt*" "citealp" "citealp*" "citenum" > "citetext" "citeauthor" "citeauthor*" &q= uot;citeyear" "citeyear*" "Citet"
> "Citep" "Citealt" "Citealp" "Citeau= thor" "Cite" "parencite" "Parencite"
> "footcite" "footcitetext" "textcite" &qu= ot;Textcite" ... "rmail")

OK. So what happens if you put point on you defective link, and eval=

=C2=A0 M-: (org-element-context)

Then

=C2=A0 M-x org-reload M-: (org-element-context)


Regards,

--f46d0442841a10fd8d050760486c--