From f79bc6d6c63ab6b1eb388e163aae04e2cac9ddaa Mon Sep 17 00:00:00 2001 From: Arni Magnusson Date: Sat, 21 Feb 2015 16:08:43 +0000 Subject: [PATCH] Add documentation regarding reserved keywords in @node Headlines --- doc/org.texi | 7 ++++++- doc/orgguide.texi | 5 ++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index bec46a99e..8556050dc 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -1208,7 +1208,12 @@ headings indented less than 30 stars.}. For example: * Another top level headline @end example -@noindent Some people find the many stars too noisy and would prefer an +@vindex org-footnote-section +@noindent Note that a headline named after @code{org-footnote-section}, +which defaults to @samp{Footnotes}, is considered as special. A subtree with +this headline will be silently ignored by exporting functions. + +Some people find the many stars too noisy and would prefer an outline that has whitespace followed by a single star as headline starters. @ref{Clean view}, describes a setup to realize this. diff --git a/doc/orgguide.texi b/doc/orgguide.texi index e32fa7ca5..fca611977 100644 --- a/doc/orgguide.texi +++ b/doc/orgguide.texi @@ -345,7 +345,10 @@ of @kbd{C-a} and @kbd{C-e} in headlines.}. For example: * Another top level headline @end smallexample -@noindent +@noindent Note that a headline named after @code{org-footnote-section}, +which defaults to @samp{Footnotes}, is considered as special. A subtree with +this headline will be silently ignored by exporting functions. + Some people find the many stars too noisy and would prefer an outline that has whitespace followed by a single star as headline starters. @ref{Clean view}, describes a setup to realize this. -- 2.11.4.GIT