Browse Source

Merge branch 'maint'

Kyle Meyer 4 năm trước cách đây
mục cha
commit
d726503251
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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