emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org d726503: Merge branch 'maint'


From: ELPA Syncer
Subject: [elpa] externals/org d726503: Merge branch 'maint'
Date: Tue, 2 Mar 2021 01:57:11 -0500 (EST)

branch: externals/org
commit d726503251e3e608275fc5bfa7070d501d34f48c
Merge: afd75d0 b712b96
Author: Kyle Meyer <kyle@kyleam.com>
Commit: Kyle Meyer <kyle@kyleam.com>

    Merge branch 'maint'
---
 doc/org-manual.org | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/org-manual.org b/doc/org-manual.org
index d5c2a86..04c5154 100644
--- a/doc/org-manual.org
+++ b/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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]