Marcin Borkowski <mb...@mbork.pl> writes: > It's been a while since I did that, but AFAIR deriving a new, slightly > midified backend may be exactly what you want, since you seem to need to > modify just one of the exporter functions.
Right, by my concern is I'm copy-pasting a large function just to change basically one line. I understand that instead of simply stepping on org-* function namespace with my copy, I can rename my copy and make a derived exporter with my modified function registered as a filter. But that doesn't get away from now having a chunk of code that is at risk of diverging away as Org's original develops further. -Brett.