mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +00:00
[emacs] Add publishing for personal roam notes
This commit is contained in:
parent
835857e533
commit
6ad0bfd7d0
1 changed files with 19 additions and 0 deletions
|
@ -619,6 +619,25 @@ be based on their headings.
|
|||
:publishing-function (org-html-publish-to-html
|
||||
org-latex-export-to-pdf))
|
||||
|
||||
("roam-html"
|
||||
:base-directory "~/org/roam"
|
||||
:base-extension "org"
|
||||
:publishing-directory "~/Public/roam"
|
||||
:recursive t
|
||||
:with-toc nil
|
||||
:section-numbers nil
|
||||
:auto-sitemap nil
|
||||
:publishing-function org-html-publish-to-html
|
||||
:html-head "<link rel=\"stylesheet\" href=\"https://gongzhitaao.org/orgcss/org.css\"/>")
|
||||
|
||||
("roam-assets"
|
||||
:base-directory "~/org/roam"
|
||||
:base-extension "css\\|gif\\|jpe?g\\|png\\|svg\\|pdf"
|
||||
:publishing-directory "~/Public/roam"
|
||||
:publishing-function org-publish-attachment
|
||||
:recursive t)
|
||||
("roam" :components ("roam-html" "roam-assets"))
|
||||
|
||||
("sicp-html"
|
||||
:base-directory "~/code/sicp"
|
||||
:base-extension "org"
|
||||
|
|
Loading…
Reference in a new issue