Re: [PATCH] org-bibtex-yank: Allow to populate existing item

2024-03-02 Thread Martin Kampas
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

Re: [PATCH] org-bibtex-yank: Allow to populate existing item

2024-02-25 Thread Ihor Radchenko
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

Re: [PATCH] org-bibtex-yank: Allow to populate existing item

2024-02-22 Thread Martin Kampas
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

Re: [PATCH] org-bibtex-yank: Allow to populate existing item

2024-02-18 Thread Ihor Radchenko
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

[PATCH] org-bibtex-yank: Allow to populate existing item

2024-02-12 Thread Martin Kampas
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