Is there a way to use (disable) \MakeOuterQuote{"} in tikz while using \usetikzlibrary{quotes}?
MWE:
\documentclass{article}
\usepackage{csquotes}
%\MakeOuterQuote{"} %breaks tikz library
\usepackage{tikz}
\usetikzlibrary{quotes}
\begin{document}
\tikz \node ["abc" draw] {node};
\end{document}
appendingprefixing is a bit safer. – percusse Apr 11 '13 at 19:40