From 87c70f8101f6e96caaa52985f3f15b0f71408280 Mon Sep 17 00:00:00 2001 From: Aaron Ecay Date: Sun, 27 May 2018 17:34:10 +0100 Subject: [PATCH] org-manual.org: add file-local variables controlling footnotes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit So that this fileʼs style remains consistent even if editors have customized orgʼs footnote variables for their own use. --- doc/org-manual.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/org-manual.org b/doc/org-manual.org index 51884ec99..707ca3224 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -21383,3 +21383,10 @@ on outline paths, assuming they are unique. =checksums.dat=. [fn:149] The file will be empty after this operation. +* Local variables :noexport: + +# Local Variables: +# org-footnote-section: "Footnotes" +# org-footnote-define-inline: nil +# org-footnote-auto-label: t +# End: