Update package org
This commit is contained in:
parent
5803e12137
commit
5590d05449
1 changed files with 12 additions and 0 deletions
|
@ -120,6 +120,18 @@ There are two things you can do about this warning:
|
||||||
("screen" . shell-script)
|
("screen" . shell-script)
|
||||||
("shell" . sh)
|
("shell" . sh)
|
||||||
("plantuml" . plantuml)))
|
("plantuml" . plantuml)))
|
||||||
|
org-babel-load-languages (quote
|
||||||
|
((js . t)
|
||||||
|
(gnuplot . t)
|
||||||
|
(emacs-lisp . t)
|
||||||
|
(python . t)
|
||||||
|
(sqlite . t)
|
||||||
|
(lisp . t)
|
||||||
|
(shell . t)
|
||||||
|
(css . t)
|
||||||
|
(calc . t)
|
||||||
|
(plantuml . t)
|
||||||
|
(dot . t)))
|
||||||
org-use-property-inheritance nil
|
org-use-property-inheritance nil
|
||||||
org-export-with-sub-superscripts nil
|
org-export-with-sub-superscripts nil
|
||||||
org-capture-templates (quote
|
org-capture-templates (quote
|
||||||
|
|
Loading…
Add table
Reference in a new issue