summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-04-19 10:09:04 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-04-19 10:09:04 +0200
commitedadbb8bab0f04a19618fa13dbaf6980ed57d248 (patch)
treed054b2af208fd0f26be7d91fb1c563bcfb1cbdb9
parenta9a95cbe934f71a13dd891d8626f8e958b9dbd1e (diff)
parentf6eca6505dbcc78a03d17076c898703855ea9946 (diff)
downloadorg-mode-edadbb8bab0f04a19618fa13dbaf6980ed57d248.tar.gz
Merge branch 'maint'
-rw-r--r--doc/org-guide.org9
-rw-r--r--doc/org-manual.org8
2 files changed, 9 insertions, 8 deletions
diff --git a/doc/org-guide.org b/doc/org-guide.org
index ea3040b..3daf8d3 100644
--- a/doc/org-guide.org
+++ b/doc/org-guide.org
@@ -2334,12 +2334,13 @@ example:
(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
- :style "<link rel=\"stylesheet\"
- href=\"../other/mystyle.css\"
- type=\"text/css\"/>")))
+ :with-toc nil
+ :html-head "<link rel=\"stylesheet\"
+ href=\"../other/mystyle.css\"
+ type=\"text/css\"/>")))
#+end_src
- {{{kbd(C-c C-e P x)}}} ::
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 914649f..b4eff22 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -16324,10 +16324,10 @@ directory on the local machine.
:publishing-function org-html-publish-to-html
:publishing-directory "~/public_html"
:section-numbers nil
- :table-of-contents nil
- :style "<link rel=\"stylesheet\"
- href=\"../other/mystyle.css\"
- type=\"text/css\"/>")))
+ :with-toc nil
+ :html-head "<link rel=\"stylesheet\"
+ href=\"../other/mystyle.css\"
+ type=\"text/css\"/>")))
#+end_src
*** Example: complex publishing configuration