This question is in some ways similar to Display real apostrophe in parts of a document, but I am now asking about the possibility of performing a specific operation.
I can turn on the typical TeX text mapping of quotes etc. by using fontspec's option Ligatures=TeX. Whereas fontspec allows many of the Ligatures options to be deactivated (cf. fontspec's documentation, table 2), I can't find any way of deactivating an already activated Ligatures=TeX, since there is no option of the sort Ligatures=NoTeX. Does this mean it is not possible to momentarily turn off Ligatures=TeX inside a document?
\documentclass{article}
\usepackage{fontspec}
\setmainfont[Ligatures=TeX]{Linux Libertine O}
\begin{document}
CA'GT -- {\addfontfeatures{Ligatures=Common}CA'GT}
\end{document}


