Browse Source

org-export: Small cosmetic changes to export UI

* contrib/lisp/org-export.el (org-export-dispatch-ui): Small cosmetic
  changes to export UI.
Nicolas Goaziou 13 years ago
parent
commit
a8fcca7526
1 changed files with 4 additions and 4 deletions
  1. 4 4
      contrib/lisp/org-export.el

+ 4 - 4
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" "-")