emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: Usability for tags in master branch [9.1.12 (release_9.1.12


From: Bastien
Subject: Re: [O] Bug: Usability for tags in master branch [9.1.12 (release_9.1.12-646-gb08245 @ c:/D-Drive/bin/org-mode/lisp/)]
Date: Sat, 28 Apr 2018 15:10:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hi Nicolas,

Nicolas Goaziou <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]