Org: Add the transclusion package, it looks cool

This commit is contained in:
TEC 2021-04-25 18:49:04 +08:00
parent 9a3262c83a
commit 3286ac391b
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 13 additions and 0 deletions

View File

@ -1707,6 +1707,19 @@ Now and then citations need to happen
(package! ob-julia :recipe (:host github :repo "nico202/ob-julia" :files ("*.el" "julia")))
#+end_src
There's a really cool package in development to /transclude/ Org document content.
#+begin_src emacs-lisp
(package! org-transclusion :recipe (:host github :repo "nobiot/org-transclusion")
:pin "daa18df6de26b74badab0372e8a64fbde6a7be71")
#+end_src
#+begin_src emacs-lisp :tangle yes
(use-package! org-transclusion
:commands org-transclusion-mode
:init
(map! :after org :map org-mode-map
"<f12>" #'org-transclusion-mode))
#+end_src
Came across this and ... it's cool
#+begin_src emacs-lisp
(package! org-graph-view :recipe (:host github :repo "alphapapa/org-graph-view") :pin "13314338d70d2c19511efccc491bed3ca0758170")