Hi Nicolas,

Nicolas Goaziou <m...@nicolasgoaziou.fr> writes:

>> 4) SPC now does not work to insert a space after the TODO so I can type my 
>> headline
>>    I have to use C-f

I still have this issue with current master.

Those lines in `org--align-tags-here' are problematic:

 (skip-chars-backward " \t")
 (delete-region (point) (match-beginning 1))

Because the outer save-excursion in `org-align-tags' is
then ignored.

-- 
 Bastien

Reply via email to