Ihor Radchenko wrote:
> Martin Kampas writes:
> > Subject: [PATCH] org-bibtex-yank: Allow to populate existing item
>
> Applied, onto main, with amendments.
> I changed the argument name from NONEW to UPDATE-HEADING and
updated the
> commit message.
> https://git.savanna
Martin Kampas writes:
> Subject: [PATCH] org-bibtex-yank: Allow to populate existing item
Applied, onto main, with amendments.
I changed the argument name from NONEW to UPDATE-HEADING and updated the
commit message.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=37e468
e.
BR,
Martin
>From 8210921aa94430b651c9813acb1c12448db00fb8 Mon Sep 17 00:00:00 2001
From: Martin Kampas
Date: Mon, 12 Feb 2024 13:24:54 +0100
Subject: [PATCH] org-bibtex-yank: Allow to populate existing item
Align with `org-bibtex-create'.
* lisp/ol-bibtex.el (org-bibtex-write): New opt
Martin Kampas writes:
> The attached patch allows to use org-bibtex-yank to
> populate an existing item instead of creating a new one,
> aligning its behavior with org-bibtex-create.
Thanks!
> Subject: [PATCH] org-bibtex-yank: Allow to populate existing item
>
> Align with
024 13:24:54 +0100
Subject: [PATCH] org-bibtex-yank: Allow to populate existing item
Align with org-bibtex-create.
* lisp/ol-bibtex.el (org-bibtex-write): New optional argument nonew,
similar to the existing nonew argument of org-bibtex-create
* lisp/ol-bibtex.el (org-bibtex-yank): New optio