Nicolas Goaziou writes:
> Hello,
>
> Eric S Fraga writes:
>
>> Sure. This one works perfectly with my limit:t case!
>
> I applied the patch. Thank you for the feedback.
Thanks Nicolas for this! Very helpful.
--
: Eric S Fraga (0xFFFCF67D), Emacs 24.3.50.1, Org
release_8.0.5-322-gd5c11e.dir
Hello,
Eric S Fraga writes:
> Sure. This one works perfectly with my limit:t case!
I applied the patch. Thank you for the feedback.
Regards,
--
Nicolas Goaziou
Nicolas Goaziou writes:
> Hello,
>
> Eric S Fraga writes:
>
>> In other words, the traversal of the document to determine which
>> references are actually cited, to build up the bib html file, would
>> appear to only search for \cite{} entries?
>
> Indeed. Would you mind testing the following up
Hello,
Eric S Fraga writes:
> In other words, the traversal of the document to determine which
> references are actually cited, to build up the bib html file, would
> appear to only search for \cite{} entries?
Indeed. Would you mind testing the following update (just drop the
previous patch)?
Eric S Fraga writes:
> Nicolas Goaziou writes:
[...]
>> Would the following patch work?
>
> Works really well for my test case. Thanks!
Ooops, I spoke much too quickly.
It works *if* the references cited by cite: links are also cited by
\cite{} text if the option "limit:t" is set, as in
#+
Nicolas Goaziou writes:
> Hello,
>
> Eric S Fraga writes:
>
>> as noted a while back, I use cite:bibref type links in org to write
>> LaTeX papers. I have defined the cite link type as follows:
>>
>> #+begin_src emacs-lisp
>> (org-add-link-type "cite" 'ebib
>>(lambda (path d
Hello,
Eric S Fraga writes:
> as noted a while back, I use cite:bibref type links in org to write
> LaTeX papers. I have defined the cite link type as follows:
>
> #+begin_src emacs-lisp
> (org-add-link-type "cite" 'ebib
>(lambda (path desc format)
> (co
Hi,
as noted a while back, I use cite:bibref type links in org to write
LaTeX papers. I have defined the cite link type as follows:
#+begin_src emacs-lisp
(org-add-link-type "cite" 'ebib
(lambda (path desc format)
(cond
((eq format 'l