Copying System Clipboard as Styled Text Converts It to Plain Text

Where can I find a list of the "flavors" to choose among?

If public.rtf is the best clipboard flavor to use in preserving links, why remove the two text flavors instead of removing everything except public.rtf?

I tried removing those two text flavors, and I still got plain text in the clipboard.

Never mind. I found %SystemClipboardFlavors%. When I display that, for the clipboard content that I'm capturing from Tabs Outliner, I get:

com.apple.traditional-mac-plain-text
org.chromium.source-url
org.chromium.web-custom-data
public.html
public.utf16-plain-text
public.utf8-plain-text

So I don't want to force public.rtf because it isn't there.

I'll try removing all three of the *.plain-txt flavors and see what happens.