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:
parent
f272093768
commit
a8fcca7526
|
@ -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" "-")
|
||||
|
|
Loading…
Reference in New Issue