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
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
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