Browse Source

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

* .dir-locals.el (org-mode): Update settings.
* doc/org-manual.org (Local variables): Remove.
Nicolas Goaziou 6 năm trước cách đây
mục cha
commit
1f0561b63c
2 tập tin đã thay đổi với 6 bổ sung12 xóa
  1. 6 3
      .dir-locals.el
  2. 0 9
      doc/org-manual.org

+ 6 - 3
.dir-locals.el

@@ -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)))
 
 
 

+ 0 - 9
doc/org-manual.org

@@ -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: