Re: [PATCH] Re: Concatenate properties

2022-05-20 Thread Ihor Radchenko
Ihor Radchenko writes: > I will leave this for another week to give other people a chance to > comment. Applied upstream onto main via e268e4797. Best, Ihor

Re: [PATCH] Re: Concatenate properties

2022-05-13 Thread Tyler Grinn
Ihor Radchenko writes: >> From f474cb25840fdc6b24618b1452cb7fdd32545092 Mon Sep 17 00:00:00 2001 >> From: Tyler Grinn >> Date: Mon, 9 May 2022 15:52:58 -0400 >> Subject: [PATCH] lisp/org.el: Add org-property-separators option > > LGTM! > > I will leave this for another week to give other people

Re: [PATCH] Re: Concatenate properties

2022-05-13 Thread Ihor Radchenko
Tyler Grinn writes: > Ihor Radchenko writes: > >> Note that your patch is >15LOC long and you need to sign the copyright >> agreement with FSF in order to contribute. See >> https://orgmode.org/worg/org-contribute.html#copyright > > I've already submitted a copyright assignment to the FSF in ord

Re: [PATCH] Re: Concatenate properties

2022-05-12 Thread Tyler Grinn
Ihor Radchenko writes: > Note that your patch is >15LOC long and you need to sign the copyright > agreement with FSF in order to contribute. See > https://orgmode.org/worg/org-contribute.html#copyright I've already submitted a copyright assignment to the FSF in order to publish on ELPA. Do I nee

Re: [PATCH] Re: Concatenate properties

2022-05-12 Thread Ihor Radchenko
Tyler Grinn writes: > OK, what I have now is that if the car of an alist item is a list, exact > matching will be done for each list item, but if it is a string, it will > be matched as a regular expression. Sounds reasonable. Note that your patch is >15LOC long and you need to sign the copyrig

[PATCH] Re: Concatenate properties

2022-05-11 Thread Tyler Grinn
Ihor Radchenko writes: > Tyler Grinn writes: > >> Ihor Radchenko writes: >> >>> Tyler Grinn writes: >>> Could you provide an example of what the value of that variable would be if, for instance, I wanted PROP_A and PROP_B to be joined with a single space and PROP_C and PROP