User Portlet User Portlet

Discussions
In[14]:= DeleteDirectory["Autodesk Fusion 360", DeleteContents -> True] During evaluation of In[14]:= DeleteDirectory::dirne: Directory Autodesk Fusion 360 not empty. >> Out[14]= $Failed I thought DeleteContents->True...
How do I make this work intuitively? f[x_] := x^2 /; a>0 f[2] /. a->1 I want the answer to be 4 because 1>0 is True, but it does not work. It works if I make a_ an argument of f, but I don't want to for various reasons.
I am having difficulties inserting citations when typing in a notebook. If insert a citation as a bibliographical note, fill in the citation box, and then return to typing in the notebook, the freshly typed text is blue (same as the superscripted...