Revert "* org.el (org-fast-tag-selection): Fix bug when assigning keys"
This reverts commit c7d1e0f997
.
This commit is contained in:
parent
576c7bd520
commit
e10eaa2502
|
@ -12945,8 +12945,7 @@ possibly with grouping information. TODO-TABLE is a similar table with
|
|||
TODO keywords, should these have keys assigned to them.
|
||||
If the keys are nil, a-z are automatically assigned.
|
||||
Returns the new tags string, or nil to not change the current settings."
|
||||
(let* ((table (sort table (lambda (a b) (string< (car a) (car b)))))
|
||||
(fulltable (append table todo-table))
|
||||
(let* ((fulltable (append table todo-table))
|
||||
(maxlen (apply 'max (mapcar
|
||||
(lambda (x)
|
||||
(if (stringp (car x)) (string-width (car x)) 0))
|
||||
|
|
Loading…
Reference in New Issue