How to suppress ordering of arguments in arithmetic expression



Hi.

Maxima usually does ordering of arguments in expression automatically.

For example, expression
grind(log(15+sqrt(x-5))^5);

simplifies to    log(sqrt(x-5)+15)^5

Is it possible to suppress this process for all kind of expressions without
turning off simplifier.

Orderless, ordergreat do not do it in all cases.

Thank you.

Best regards,
Mihail Denisenko