|
@@ -1210,7 +1210,8 @@ The template may still contain \"%?\" for cursor positioning."
|
|
|
(when (string-match "\\S-" ins)
|
|
|
(or (equal (char-before) ?:) (insert ":"))
|
|
|
(insert ins)
|
|
|
- (or (equal (char-after) ?:) (insert ":")))))
|
|
|
+ (or (equal (char-after) ?:) (insert ":"))
|
|
|
+ (and (org-on-heading-p) (org-set-tags nil 'align)))))
|
|
|
((equal char "C")
|
|
|
(cond ((= (length clipboards) 1) (insert (car clipboards)))
|
|
|
((> (length clipboards) 1)
|