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

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

[elpa] externals-release/org b712b96 2/2: manual: Add publishing-functio


From: ELPA Syncer
Subject: [elpa] externals-release/org b712b96 2/2: manual: Add publishing-function to publishing example
Date: Tue, 2 Mar 2021 01:57:10 -0500 (EST)

branch: externals-release/org
commit b712b9618ae105e9e9124ca76e7ef97307978913
Author: Kyle Meyer <kyle@kyleam.com>
Commit: Kyle Meyer <kyle@kyleam.com>

    manual: Add publishing-function to publishing example
    
    * doc/org-manual.org (Example: simple publishing configuration): Add
    :publishing-function to org-publish-project-alist.
    
    This appears to have been necessary since 0ccf650b4 (org-e-publish:
    Remove default value for publishing function, 2012-10-08).
    
    Reported-by: dalanicolai <dalanicolai@gmail.com>
    Ref: 
https://orgmode.org/list/CACJP=3k2jL1z0d-uALFGoutffFF2o=7-L39zUns6si0KAhZ-_g@mail.gmail.com
---
 doc/org-manual.org | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/org-manual.org b/doc/org-manual.org
index b6f96e2..12879b7 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -16248,6 +16248,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]