Hi Jason On Wed, Aug 31, 2011 at 21:49, Jason Dunsmore <jasondunsm...@gmail.com> wrote: > Michael Brand <michael.ch.br...@gmail.com> writes: >> This reminds me of a similar problem with tag alignment that I solved >> with a patch that did not get any feedback yet. Can you try if this >> patch solves your problem too? >> http://thread.gmane.org/gmane.emacs.orgmode/42564 > > The patch didn't have any effect on my issue with tag alignment in > org-indent-mode. The tag still becomes misaligned when typing in the > heading.
Thanks for checking. Same here. > I don't understand what problem your patch is trying to fix. Can you > provide a list of steps for me to reproduce it? It happens with org-tags-column set to e. g. 0. With "* section C-c C-c tag RET" you get one space before ":tag:". After editing "section" to "item" you will end up with two spaces before ":tag:" instead of one. "C-c C-c RET" -> again one like expected. > When you follow the steps in my original email, do you see that the > problem is fixed with your patch? No. Michael