Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
2f819e50
Commit
2f819e50
authored
Sep 23, 2020
by
Alexandre Duret-Lutz
Browse files
org: fix local export
* doc/org/.dir-locals.el.in: Remove incorrect quote.
parent
7b2e32e2
Pipeline
#21718
passed with stages
in 317 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/org/.dir-locals.el.in
View file @
2f819e50
...
...
@@ -41,8 +41,8 @@
(shell-file-name . "@SHELL@")
(ess-ask-for-ess-directory . nil)
(org-export-html-postamble . nil)
(org-html-table-header-tags
.
'(
"<th scope=\"%s\"%s><div><span>" . "</span></div></th>")
)
(org-html-table-header-tags
"<th scope=\"%s\"%s><div><span>" . "</span></div></th>")
(org-babel-default-header-args:plantuml
. ((:results . "file")
(:exports . "results")
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment