mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-31 04:58:21 +00:00
Update project-specific config
This commit is contained in:
parent
1787b936b4
commit
11391485f6
@ -4,6 +4,14 @@
|
||||
(:exports . "both")
|
||||
(:cache . "no")
|
||||
(:noweb . "yes")
|
||||
(:mkdirp . "yes")
|
||||
(:tangle . "no")))
|
||||
(org-babel-results-keyword . "results")
|
||||
(org-export-with-toc . t))))
|
||||
(org-babel-default-header-args:org . ((:results . "silent")
|
||||
(:exports . "code")))
|
||||
(eval . (setq org-babel-default-header-args
|
||||
(cons `(:dir . ,(concat
|
||||
(file-name-directory (buffer-file-name))
|
||||
"assets/"
|
||||
(file-name-base (buffer-file-name))))
|
||||
(assq-delete-all :dir org-babel-default-header-args))))
|
||||
(org-babel-results-keyword . "results"))))
|
||||
|
Loading…
Reference in New Issue
Block a user