> There is something in my .emacs that messes up table alignment in > org. Have been struggling to find it. If I remove my .emacs, table > alignment is fine.
OK. Looks like you have been experiementing with different fonts. Is Liberation Sans-10 a monospaced font or a variable pitch (Is this terminology correct). Table alignment works only if all characters occupy the same width. Focus on (set-default-font ...) stuff. FWIW, This is what I use. ,---- | gdi:-raster-Courier-normal-normal-normal-mono-20-*-*-*-c-*-iso8859-1 (#x62) `---- Jambunathan K. --