Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2013-11-09 17:48:44 +01:00
commit d94c53b440

View file

@ -14408,7 +14408,7 @@ If ONOFF is `on' or `off', don't toggle but set to this state."
(insert (make-string (- ncol (current-column)) ?\ ))
(setq ncol (current-column))
(when indent-tabs-mode (tabify p (point-at-eol)))
(org-move-to-column (min ncol col) t))
(org-move-to-column (min ncol col) t nil t))
(goto-char pos))))
(defun org-set-tags-command (&optional arg just-align)