add a few more paths
load other babel langs
This commit is contained in:
parent
fb23eaea81
commit
6b2d3568a4
@ -22,10 +22,11 @@ shell.
|
|||||||
"/usr/local/bin"
|
"/usr/local/bin"
|
||||||
"/usr/local/go/bin"
|
"/usr/local/go/bin"
|
||||||
"/usr/local/MacGPG2/bin"
|
"/usr/local/MacGPG2/bin"
|
||||||
"/Library/TeX/texbin"
|
"/Library/TeX/texbin"
|
||||||
"/usr/local/jdk-11/bin"
|
"/usr/local/jdk-11/bin"
|
||||||
"/usr/ports/infrastructure/bin"
|
"/usr/ports/infrastructure/bin"
|
||||||
"~/bin"
|
"~/bin"
|
||||||
|
"~/.nix-profile/bin"
|
||||||
"~/go/bin"
|
"~/go/bin"
|
||||||
"~/opt/bin"
|
"~/opt/bin"
|
||||||
"/usr/local/plan9/bin"
|
"/usr/local/plan9/bin"
|
||||||
@ -996,7 +997,6 @@ plantuml is a pretty easy way to make decent looking flow chart sorta things.
|
|||||||
(progn
|
(progn
|
||||||
(setq org-plantuml-jar-path (expand-file-name "~/Docs/plantuml.jar"))
|
(setq org-plantuml-jar-path (expand-file-name "~/Docs/plantuml.jar"))
|
||||||
(add-to-list 'org-src-lang-modes '("plantuml" . plantuml))
|
(add-to-list 'org-src-lang-modes '("plantuml" . plantuml))
|
||||||
(org-babel-do-load-languages 'org-babel-load-languages '((plantuml . t)))))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Elpher
|
** Elpher
|
||||||
@ -1187,6 +1187,16 @@ mu init --muhome=/home/qbit/.mu -m /home/qbit/Maildir/fastmail/ --my-address="aa
|
|||||||
Oh ~org-mode~. It's the reason I started using emacs.. and it's the reason I
|
Oh ~org-mode~. It's the reason I started using emacs.. and it's the reason I
|
||||||
can't quit!
|
can't quit!
|
||||||
|
|
||||||
|
** Config
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(org-babel-do-load-languages
|
||||||
|
'org-babel-load-languages
|
||||||
|
'((plantuml . t)
|
||||||
|
(latex . t)
|
||||||
|
(emacs-lisp . nil)))
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
|
||||||
** Publish bits
|
** Publish bits
|
||||||
|
|
||||||
@ -1251,7 +1261,7 @@ I publish some of my notes [[https://suah.dev/p][on suah.dev/p]]. Also some reci
|
|||||||
("notes-static"
|
("notes-static"
|
||||||
:base-directory "~/org/notes"
|
:base-directory "~/org/notes"
|
||||||
:publishing-directory "/ssh:suah.dev:/var/www/htdocs/p/"
|
:publishing-directory "/ssh:suah.dev:/var/www/htdocs/p/"
|
||||||
:base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg"
|
:base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|svg"
|
||||||
:recursive t
|
:recursive t
|
||||||
:publishing-function org-publish-attachment)
|
:publishing-function org-publish-attachment)
|
||||||
("deftly-static"
|
("deftly-static"
|
||||||
|
Loading…
Reference in New Issue
Block a user