From a8fcca7526436aadc1916de093d953257c8a1139 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 20 Feb 2012 23:08:18 +0100 Subject: [PATCH] org-export: Small cosmetic changes to export UI * contrib/lisp/org-export.el (org-export-dispatch-ui): Small cosmetic changes to export UI. --- contrib/lisp/org-export.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/lisp/org-export.el b/contrib/lisp/org-export.el index 34f290e48..104f348cd 100644 --- a/contrib/lisp/org-export.el +++ b/contrib/lisp/org-export.el @@ -3292,10 +3292,10 @@ final interactive export options as CDR." ------------------------- Publish ------------------------- \[F] current file [P] current project \[X] a project [E] every project" - (if (memq 'body options) "On" "Off") - (if (memq 'subtree options) "Subtree" "Buffer") - (if (memq 'visible options) "On" "Off") - (if (memq 'force options) "On" "Off"))) + (if (memq 'body options) "On " "Off") + (if (memq 'subtree options) "Subtree" "Buffer ") + (if (memq 'visible options) "On " "Off") + (if (memq 'force options) "On " "Off"))) (standard-prompt "Export command: ") (expert-prompt (format "Export command (%s%s%s%s): " (if (memq 'body options) "b" "-")