Re: [O] issues with non-bracketed links in org 8.3

2014-11-09 Thread Nicolas Goaziou
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 n

Re: [O] issues with non-bracketed links in org 8.3

2014-11-08 Thread Christopher Dannheim
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

Re: [O] issues with non-bracketed links in org 8.3

2014-11-08 Thread Nicolas Goaziou
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*" "ci

Re: [O] issues with non-bracketed links in org 8.3

2014-11-07 Thread Christopher Dannheim
Hi, 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" "citea

Re: [O] issues with non-bracketed links in org 8.3

2014-11-07 Thread Nicolas Goaziou
Hello, Christopher Dannheim writes: > in my textfiles, links created with org-ref-insert-cite-link are not enclosed > in brackets (textcite:sth), while those created with org-insert-link are > ([[textcite:sth]]). Recently, the links without the brackets are not > recognized by my emacs anymore

[O] issues with non-bracketed links in org 8.3

2014-11-07 Thread Christopher Dannheim
Hi, I have an issue with links created by org-ref's function 'org-ref-insert-cite-link' and John Kitchin asked me to post it on this list. in my textfiles, links created with org-ref-insert-cite-link are not enclosed in brackets (textcite:sth), while those created with org-insert-link are ([[tex