Re: [PATCH] manual: Fix publish stylesheet

2021-04-19 Thread Nicolas Goaziou
Hello, Erik Hetzner writes: > Subject: [PATCH] manual: Fix publish options > > * doc/org-manual.org (Publishing sample configuration): > * doc/org-guide.org (Publishing): > Fix stylesheet setting in publish: :style is not a valid option; use > :html-head instead. :table-of-contents is not a vali

Re: [PATCH] manual: Fix publish stylesheet

2021-04-18 Thread Erik Hetzner
Oops, noticed a few additional problems. See attached patch. >From 14de709f224a45cb1beee5b1c1444b1454161891 Mon Sep 17 00:00:00 2001 From: Erik Hetzner Date: Sun, 18 Apr 2021 21:47:04 -0700 Subject: [PATCH] manual: Fix publish options * doc/org-manual.org (Publishing sample configuration): * doc

[PATCH] manual: Fix publish stylesheet

2021-04-18 Thread Erik Hetzner
* doc/org-manual.org (Publishing sample configuration): * doc/org-guide.org (Publishing): Fix stylesheet setting in publish: :style is not a valid option; use :html-head instead. --- A small fix for the manual which I believe is necessary (:style does not appear to be a valid option any more). My