* On 2015-01-02 at 15:42, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Ken Mankoff <mank...@gmail.com> writes: > > In your initial mail, you wrote > > (org-add-link-type > "cite" (lambda (key) (org-open-file cby-references-file t nil key)) > (lambda (path desc format) > (cond > ((eq format 'latex) (format "\\autocite{%s}" path)) > ((eq format 'ascii) (format "[@%s]" path)) > ))) > > The second lambda is a custom export function for "cite" links. > > Anyway, I think you should update Org as the behaviour is different > than in your initial mail.
Yes everything works well now with the updated (Git) Org. Thanks, -k.