Christian Barthel <[email protected]> writes: > Adding a property that ends in "+" with ‘org-set-property’ sets > the property. But shouldn’t this not "append" it to an existing > one? > ... > I’d expect this > > --8<---------------cut here---------------start------------->8--- > * foobar > :properties: > :foo+: 1 > :foo+: 2 > :end: > --8<---------------cut here---------------end--------------->8--- > > because the documentation says a ‘+’ appends to an existing > property. > > Is there some way to really append a property?
AFAIK, there is no ready-made function to do it. The closest you get is `org-entry-add-to-multivalued-property'. If there were a specialized function, it should not be `org-set-property', but something like `org-append-to-property'. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
