Slawomir Grochowski <[email protected]> writes: > Ihor Radchenko <[email protected]> writes:
>> Also, I think there are some places where we do almost the same thing, >> but copy marker. > > I’ll look into similar uses of copy-marker separately later. I looked into this. The closest matches I found are in `org-clock-clock-out' and `org-clock-clock-cancel', where we copy a marker while preserving its insertion type. However, there are only two adjacent uses, and an org-copy-marker name might be misleading since this differs from the default semantics of copy-marker. So I am inclined to leave these as they are. Did you have another pattern or specific places in mind? -- Slawomir Grochowski
