org-export: Small cosmetic changes to export UI

* contrib/lisp/org-export.el (org-export-dispatch-ui): Small cosmetic
  changes to export UI.
This commit is contained in:
Nicolas Goaziou 2012-02-20 23:08:18 +01:00
parent f272093768
commit a8fcca7526
1 changed files with 4 additions and 4 deletions

View File

@ -3292,10 +3292,10 @@ final interactive export options as CDR."
------------------------- Publish ------------------------- ------------------------- Publish -------------------------
\[F] current file [P] current project \[F] current file [P] current project
\[X] a project [E] every project" \[X] a project [E] every project"
(if (memq 'body options) "On" "Off") (if (memq 'body options) "On " "Off")
(if (memq 'subtree options) "Subtree" "Buffer") (if (memq 'subtree options) "Subtree" "Buffer ")
(if (memq 'visible options) "On" "Off") (if (memq 'visible options) "On " "Off")
(if (memq 'force options) "On" "Off"))) (if (memq 'force options) "On " "Off")))
(standard-prompt "Export command: ") (standard-prompt "Export command: ")
(expert-prompt (format "Export command (%s%s%s%s): " (expert-prompt (format "Export command (%s%s%s%s): "
(if (memq 'body options) "b" "-") (if (memq 'body options) "b" "-")