Re: [FR] Please add writing to existing heading in org-bibtex

2023-01-11 Thread Ihor Radchenko
Sterling Hooten writes: > Thanks for the instructions, this is my first patch. > > I think calling `nonew’ invalidates the argument `no-indent’ as > `org-bibtex-put’ eventually > calls `org-entry-put’ which uses `org-indent-line’. I’m not sure what’s the > best way to handle that. You are in

Re: [FR] Please add writing to existing heading in org-bibtex

2023-01-06 Thread Sterling Hooten
Thanks for the instructions, this is my first patch. I think calling `nonew’ invalidates the argument `no-indent’ as `org-bibtex-put’ eventually calls `org-entry-put’ which uses `org-indent-line’. I’m not sure what’s the best way to handle that. diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index

Re: [FR] Please add writing to existing heading in org-bibtex

2022-12-27 Thread Ihor Radchenko
Sterling Hooten writes: > The default behavior of org-bibtex-write is to insert a new > heading with the bibliographic data in the properties. But an > alternative workflow would just update the properties of the heading at > point, rather than creating a new one. The below patch is a simple > im