Untabify ASCII image before returning to Org-mode.
commit29c5bfd7b59c1eea26be360f5a03d7b2aca5de89
authorCarsten Dominik <carsten.dominik@gmail.com>
Wed, 12 Nov 2008 10:48:46 +0000 (12 11:48 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Wed, 12 Nov 2008 10:48:46 +0000 (12 11:48 +0100)
treed4ef01177bba2737a6499fd809d818bb42f1f596
parent18f0a1d70eaa7dc2914a126ddbaaeb9e15a54973
Untabify ASCII image before returning to Org-mode.

When an ASCII image is edited with C-c ', it will in the end be quoted
by prepending colons to each line.  If tabulators are used in the
image, this may mess up the alignment.  Since tabulators are not a
good idea in ASCII images anyway, this patch makes sure that any
tabulators are replaced by spaces.
lisp/ChangeLog
lisp/org.el