Open truebluepl opened 2 months ago
Currently not unfortunately. Macros are at the moment doing dumb replacement of the full caller line, so this wouldn't work out.
I have to figure out how to implement the above somehow, but that may take a while.
Hello Georg,
is there any way to define a kind of macro like in c or c++?
For example I would like find closest power of two of any value. So the code is:
I can't (maybe I'm wrong) use macro like:
and put in the source:
and #+ClosestPowerOfTwo 12