From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Suggestion: Export templates: use drawers to group Date: Sat, 17 Sep 2016 10:51:06 +0200 Message-ID: <87bmzmrjt1.fsf@saiph.selenimh> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51387) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blBL4-0004CH-7h for emacs-orgmode@gnu.org; Sat, 17 Sep 2016 04:51:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1blBL2-0003Im-Cg for emacs-orgmode@gnu.org; Sat, 17 Sep 2016 04:51:09 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:57219) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blBL2-0003Ic-7P for emacs-orgmode@gnu.org; Sat, 17 Sep 2016 04:51:08 -0400 In-Reply-To: (Rainer M. Krug's message of "Fri, 16 Sep 2016 13:57:15 +0200") 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" To: Rainer M Krug Cc: emacs-orgmode@gnu.org Hello, Rainer M Krug writes: > If I have many headers in a document, it is easy to loose the overview > for me. > > So I started to use drawers: > > :OPTIONS: > ... > :END: > > :LATEX: > .... > :END: > > :BABEL: > ... > :END: > > and have only the "standard" content type options open (DESCRIPTION, > KEYWORDS, SUBTITLE, DATE, AUTHOR, ...) > > Would this be something to include into the templates which can be > inserted (C-e C-L #)? This would make it much easier to work with these > options. Do you suggest that `org-export-insert-default-template' should group options within drawers by default? If so, I'm not too keen of the idea of imposing drawers to the user. Besides, templates are already separated by back-end so you can insert them within pre-created drawers already. There is no "babel" or "options" category, though. I guess we could create them, if needed. Regards, -- Nicolas Goaziou