Let's say we have a basis A = {$\vec{a}_1, ..., \vec{a}_n$} for $\mathbb{R^n}$.
If we apply the Gram Schmidt Procedure to A and get B={$\vec{b}_1, ..., \vec{b}_n$}, an orthogonal basis for $\mathbb{R^n}$, then is bk orthogonal to $\vec{a}_1, ..., \vec{a}_{n-1}$?
If $A=\{(1,0),(1,1)\}$, then $B=\{(1,0),(0,1)\}$. Does this answer your question?