org-manual: Use .dir-locals instead of file local variables

* .dir-locals.el (org-mode): Update settings.
* doc/org-manual.org (Local variables): Remove.
This commit is contained in:
Nicolas Goaziou 2018-05-27 21:41:18 +02:00
parent 4fde09061e
commit 1f0561b63c
2 changed files with 6 additions and 12 deletions

View File

@ -8,10 +8,13 @@
(sentence-end-double-space . t))
(org-mode
(indent-tabs-mode)
(org-edit-src-content-indentation . 0)
(org-adapt-indentation)
(org-list-description-max-indent . 5)
(org-hide-emphasis-markers . nil)))
(org-edit-src-content-indentation . 0)
(org-footnote-auto-label . t)
(org-footnote-define-inline . nil)
(org-footnote-section . "Footnotes")
(org-hide-emphasis-markers . nil)
(org-list-description-max-indent . 5)))

View File

@ -21391,12 +21391,3 @@ forced to produce file results. This is seldom desired behavior, so
it is recommended to set this header only on a per-block basis. It is
possible that this aspect of the implementation might change in the
future.
* Local variables :noexport:
# Local Variables:
# org-footnote-section: "Footnotes"
# org-footnote-define-inline: nil
# org-footnote-auto-label: t
# End: