Re: [O] Different face for org-table fields with formulas

2011-12-11 Thread Bastien
Rainer M Krug writes: > I haven't tried it out, but I think that would be very nice as a > standard feature in org. You can now customize `org-table-formula-field-format'. Thanks to Dov for this idea! Best, -- Bastien

Re: [O] Different face for org-table fields with formulas

2011-12-06 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/12/11 22:29, Dov Grobgeld wrote: > I had a look at the org-mode sources and found that this was quite > trivial to implement on the source level. E.g. the following patch > embeds the output of an org formula in ~~ to make it org-verbatim. > Th

Re: [O] Different face for org-table fields with formulas

2011-12-05 Thread Dov Grobgeld
I had a look at the org-mode sources and found that this was quite trivial to implement on the source level. E.g. the following patch embeds the output of an org formula in ~~ to make it org-verbatim. This is easily changed to another couple of characters that may then be set in org-emphasis-alist