Reputation: 398
Is there some way to make org-table cells appear in different face than 'org-table face without putting any marks, tokens etc into cells?
For example I would like to see foo
, bar
, 1
and 2
appear in different face than |
's and -
's without altering contents of these cells, e.g. change foo
to *foo*
.
| foo | bar |
|-----+-----|
| 1 | 2 |
Upvotes: 9
Views: 942