Fix white-space errors

This commit is contained in:
Carsten Dominik 2009-08-03 17:30:30 +02:00
parent c65fb88796
commit 2eecb4c43c
15 changed files with 41 additions and 40 deletions

View File

@ -729,7 +729,8 @@ interactive function org-columns-new.")
(if (string-match "\\S-" width)
(setq width (string-to-number width))
(setq width nil))
(setq fmt (org-ido-completing-read "Summary [none]: "
(setq fmt (org-ido-completing-read
"Summary [none]: "
(mapcar (lambda (x) (list (symbol-name (cadr x))))
org-columns-compile-map)
nil t))