emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [PATCH] lisp/oc-basic.el: Fix author style


From: Nicolas Goaziou
Subject: Re: [PATCH] lisp/oc-basic.el: Fix author style
Date: Fri, 14 Jan 2022 12:56:24 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hello,

Hans Donner <hans@hansdonner.nl> writes:

> Subject: [PATCH] lisp/oc-basic.el: Fix author style
>
> * lisp/oc-basic.el (org-cite-basic-export-citation): Add missing parameter
> ---
>  lisp/oc-basic.el | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lisp/oc-basic.el b/lisp/oc-basic.el
> index 3b97bc1cc..41b9f647a 100644
> --- a/lisp/oc-basic.el
> +++ b/lisp/oc-basic.el
> @@ -599,7 +599,7 @@ export communication channel, as a property list."
>           (org-export-data
>            (mapconcat
>             (lambda (key)
> -             (let ((author (org-cite-basic--get-field 'author key info)))
> +             (let ((author (org-cite-basic--get-field 'author key info 
> 'raw)))

Why do you think the optional argument is needed here?

Regards,
-- 
Nicolas Goaziou



reply via email to

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