summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2013-02-08 23:12:36 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2013-02-08 23:12:36 +0100
commit52e67a291da88b68a3e70cbe9bcb85b0c14663eb (patch)
tree5672f4b52c51ed78425a70dda1491f9d30dd37b6
parentc0c6046b7b6edea1572b8d4e9af5d42c3cf7febb (diff)
downloadorg-mode-52e67a291da88b68a3e70cbe9bcb85b0c14663eb.tar.gz
ox.el: Widen UI by 2 characters
* lisp/ox.el (org-export-dispatch-ui): Widen UI by 2 characters.
-rw-r--r--lisp/ox.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ox.el b/lisp/ox.el
index da6fa6b..4b4bc8a 100644
--- a/lisp/ox.el
+++ b/lisp/ox.el
@@ -5402,7 +5402,7 @@ back to standard interface."
(lambda (sub-entry)
(incf index)
(format
- (if (zerop (mod index 2)) " [%s] %-24s"
+ (if (zerop (mod index 2)) " [%s] %-26s"
"[%s] %s\n")
(funcall fontify-key
(char-to-string (car sub-entry))
@@ -5413,8 +5413,8 @@ back to standard interface."
backends ""))
;; Publishing menu is hard-coded.
(format "\n[%s] Publish
- [%s] Current file [%s] Current project
- [%s] Choose project [%s] All projects\n\n"
+ [%s] Current file [%s] Current project
+ [%s] Choose project [%s] All projects\n\n"
(funcall fontify-key "P")
(funcall fontify-key "f" ?P)
(funcall fontify-key "p" ?P)