I am using emacs with org mode.
Question 1:
I want to number a column in a table in hex. E.g.
| 0x00 | xyz | .. |
| 0x01 | abc | .. |
I want to auto generate first column. Any ideas how to do this in org mode?
Question 2:
How to generate a list of numbers/alphabets etc. (in hex, decimal) in emacs (need not be org mode)?
PS: Please let me know if there are any linux/bash tricks to do this.