소스 검색

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 년 전
부모
커밋
a8fcca7526
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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" "-")