From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Org-mode 8.3.1 bugs report Date: Thu, 06 Aug 2015 15:47:03 +0200 Message-ID: <87zj24fs14.fsf@nicolasgoaziou.fr> References: <87d1z0hapr.fsf@nicolasgoaziou.fr> <878u9oha0l.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNLU9-0007xg-J4 for emacs-orgmode@gnu.org; Thu, 06 Aug 2015 09:45:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZNLU8-0007Qm-LC for emacs-orgmode@gnu.org; Thu, 06 Aug 2015 09:45:29 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:38413) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNLU8-0007Qa-Ey for emacs-orgmode@gnu.org; Thu, 06 Aug 2015 09:45:28 -0400 In-Reply-To: (Lei Zhe's message of "Thu, 6 Aug 2015 21:49:46 +0900") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Lei Zhe Cc: "emacs-orgmode@gnu.org" Lei Zhe writes: > In my org files, some local customization like variables, LaTeX > headers and options are also put in the `Footnotes' section. > So it can be easier for me to change or append these things if they > just come after the headline, especially in the case with large > numbers of footnotes. You shouldn't use Footnotes section for anything else than footnotes, although file local variables are tolerated. You can create a dedicated heading for that purpose, with a COMMENT keywords or a :noexport: tag, depending on your needs. Regards,