Merge branch 'maint'
This commit is contained in:
commit
edadbb8bab
|
@ -2334,12 +2334,13 @@ example:
|
||||||
(setq org-publish-project-alist
|
(setq org-publish-project-alist
|
||||||
'(("org"
|
'(("org"
|
||||||
:base-directory "~/org/"
|
:base-directory "~/org/"
|
||||||
|
:publishing-function org-html-publish-to-html
|
||||||
:publishing-directory "~/public_html"
|
:publishing-directory "~/public_html"
|
||||||
:section-numbers nil
|
:section-numbers nil
|
||||||
:table-of-contents nil
|
:with-toc nil
|
||||||
:style "<link rel=\"stylesheet\"
|
:html-head "<link rel=\"stylesheet\"
|
||||||
href=\"../other/mystyle.css\"
|
href=\"../other/mystyle.css\"
|
||||||
type=\"text/css\"/>")))
|
type=\"text/css\"/>")))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
- {{{kbd(C-c C-e P x)}}} ::
|
- {{{kbd(C-c C-e P x)}}} ::
|
||||||
|
|
|
@ -16324,10 +16324,10 @@ directory on the local machine.
|
||||||
:publishing-function org-html-publish-to-html
|
:publishing-function org-html-publish-to-html
|
||||||
:publishing-directory "~/public_html"
|
:publishing-directory "~/public_html"
|
||||||
:section-numbers nil
|
:section-numbers nil
|
||||||
:table-of-contents nil
|
:with-toc nil
|
||||||
:style "<link rel=\"stylesheet\"
|
:html-head "<link rel=\"stylesheet\"
|
||||||
href=\"../other/mystyle.css\"
|
href=\"../other/mystyle.css\"
|
||||||
type=\"text/css\"/>")))
|
type=\"text/css\"/>")))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
*** Example: complex publishing configuration
|
*** Example: complex publishing configuration
|
||||||
|
|
Loading…
Reference in New Issue