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
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
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
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
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
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