emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] ASCII export w/ citations


From: Ken Mankoff
Subject: Re: [O] ASCII export w/ citations
Date: Fri, 02 Jan 2015 16:52:22 -0500


* On 2015-01-02 at 15:42, Nicolas Goaziou <address@hidden> wrote:
> Ken Mankoff <address@hidden> 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 "address@hidden" 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]