mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-14 08:01:35 +09:00
Org Publish
This commit is contained in:
@ -1116,6 +1116,21 @@ https://emacs.stackexchange.com/a/30691
|
|||||||
:straight t)
|
:straight t)
|
||||||
(use-package org-noter)
|
(use-package org-noter)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** Org Publish
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(setq org-publish-use-timestamps-flag nil)
|
||||||
|
(setq org-export-with-broken-lilnks t)
|
||||||
|
(setq org-publish-project-alist
|
||||||
|
'(("jaeus.net"
|
||||||
|
:base-directory "~/Roam/www/"
|
||||||
|
:base-extension "org"
|
||||||
|
:publishing-directory "~/Projects/html/"
|
||||||
|
:recursive t
|
||||||
|
:publishing-function org-html-publish-to-html
|
||||||
|
:headline-levels 4
|
||||||
|
:auto-preamble t)))
|
||||||
|
#+end_src
|
||||||
* Magit
|
* Magit
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package magit
|
(use-package magit
|
||||||
|
|||||||
Reference in New Issue
Block a user