Ihor Radchenko <[email protected]> writes: > I think that it will be better if you use > org-latex--caption/label-string instead. It will take care about short > captions as well.
Changing this to (?c . ,caption-str) yields for the original example
\caption{\caption{Perform inter-sample interpolation.}
}
I could use substring to remove the leading \caption{ and trailing
}. What do you think?
Matt
