Carsten Dominik 16 년 전
부모
커밋
251f82d555
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org-html.el

+ 1 - 1
lisp/org-html.el

@@ -333,7 +333,7 @@ with different fontification setup work on the same website.
 When this variable is non-nil, creating an htmlized version of an Org buffer
 using `org-export-as-org' will remove the internal CSS section and replace it
 with a link to this URL."
-  :group
+  :group 'org-export-htmlize
   :type '(choice
 	  (const :tag "Keep internal css" nil)
 	  (string :tag "URL or local href")))