Add org-roam-server

This commit is contained in:
Antoine Martin 2020-05-16 01:44:26 +02:00
parent 4d8a36061b
commit 4eb8acbfad
2 changed files with 10 additions and 0 deletions

View file

@ -305,6 +305,15 @@ Also setup daily captures templates:
:head "#+TITLE: %<%Y-%m-%d>"))))
#+END_SRC
*** Org Roam Server
#+BEGIN_SRC emacs-lisp
(use-package! simple-httpd)
(use-package org-roam-server
:ensure nil
:load-path "~/work/org-roam-server")
#+END_SRC
** Export backends
Sometimes I need to export an Org subtree to a file, which is quite easy with

View file

@ -48,3 +48,4 @@
;; solaire mode breaks TUI when using the emacs daemon...
(package! solaire-mode :disable t)
(package! simple-httpd)