Let $a \in \mathbb R^n$ and $\Sigma$ be a positive definite matrix of size $n$.
Question
What is the closed-form value of
$$\min_{\|x\|_\Sigma \le 1}\|x\|_1 - x^Ta, $$
where $\|x\|_\Sigma := \sqrt{x^T\Sigma x}$ is the norm induced by by the inner product $(x, y) \mapsto x^T\Sigma y$ ?
It has been suggested in the comments that the solution value might not be analytically expressible in general, but that there is some hope, when the matrix $\Sigma$ is diagonal. I'm going to provide a solution hereunder. Also, I'm bad at using Lagrange multiplies (e.g I always screw up the signs, etc.). I'm going to attempt a more "synthetic" solution.
Now, using the dual representation of the $\ell_1$-norm, one has
where I've used Sion's minimax theorem to interchange min and max. The above expression for the optimal objective value $\alpha$ is unlikely to be computable analytically in general, due to the non-separability of the objective (even though the constraint is perfectly separable as a product of 1D constraints).
Exact formula for diagonal $\Sigma$
In the special case where $\Sigma=\text{diag}(\sigma_1,\ldots,\sigma_2)$, the square of the optimal objective value $\alpha^2$ can be separated as
which is indeed an analytical formula, albeit a very "hairy" one.
Upper and lower bounds for general $\Sigma$
Let $\sigma_n \ge \ldots \ge \sigma_2 \ge \sigma_1 > 0$ be the eigenvalues of $\Sigma$. Then, one has $$ \sigma_n^{-1}\|w-a\|_2 \le \|w-a\|_{\Sigma^{-1}} \le \sigma_1^{-1}\|w-a\|_2. $$ Thus one has the bounds
Moreover, if $\|a\|_\infty > 1$, then it isn't hard to see that $\gamma \le n(\|a\|_\infty-1)$ (see details below), from where $\alpha \ge -\sqrt{\gamma/\sigma_1} \ge -\sqrt{n/\sigma_1}(\|a\|_\infty-1)$, which corresponds to a bound which has been observed by someone in the comments. However, by construction, this bound is potentially very loose.
Note that $a_i \le -1 \implies (a_i + 1)^2 \le (\|a\|_\infty - 1)^2$ and similarly $a_1 > 1 \implies 0 \le (a_i - 1)^2 \le (\|a\|_\infty-1)^2$. Thus $\gamma \le n(\|a\|_\infty-1)$.