소스 검색

Merge branch 'maint'

Kyle Meyer 4 년 전
부모
커밋
d726503251
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      doc/org-manual.org

+ 2 - 1
doc/org-manual.org

@@ -15843,7 +15843,7 @@ following properties
 Publishing means that a file is copied to the destination directory
 and possibly transformed in the process.  The default transformation
 is to export Org files as HTML files, and this is done by the function
-~org-publish-org-to-html~ which calls the HTML exporter (see [[*HTML
+~org-html-publish-to-html~ which calls the HTML exporter (see [[*HTML
 Export]]).  But you can also publish your content as PDF files using
 ~org-publish-org-to-pdf~, or as ASCII, Texinfo, etc., using the
 corresponding functions.
@@ -16322,6 +16322,7 @@ directory on the local machine.
 (setq org-publish-project-alist
       '(("org"
          :base-directory "~/org/"
+         :publishing-function org-html-publish-to-html
          :publishing-directory "~/public_html"
          :section-numbers nil
          :table-of-contents nil