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
4ca2f394
Commit
4ca2f394
authored
Sep 23, 2020
by
Alexandre Duret-Lutz
Browse files
org: fix local export
* doc/org/.dir-locals.el.in: Remove incorrect quote.
parent
ef41b6af
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/org/.dir-locals.el.in
View file @
4ca2f394
...
...
@@ -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