From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Help using [#] insert template options categories Date: Fri, 24 Jun 2016 10:33:49 +0200 Message-ID: <8737o39eaa.fsf@saiph.selenimh> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39580) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGMZ4-0003fo-SF for emacs-orgmode@gnu.org; Fri, 24 Jun 2016 04:34:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bGMYq-0007Gd-FN for emacs-orgmode@gnu.org; Fri, 24 Jun 2016 04:34:13 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:41208) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGMYq-0007Fc-5X for emacs-orgmode@gnu.org; Fri, 24 Jun 2016 04:34:00 -0400 In-Reply-To: (Nooreen Dabbish's message of "Thu, 23 Jun 2016 16:26:13 -0400") 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: Nooreen Dabbish Cc: emacs-orgmode@gnu.org Hello, Nooreen Dabbish writes: > Basic question here: I use C-c-C-e-# to insert a template header into my > org-mode files. > It prompts me for an Options category, and I always say default. However, I > have to manually edit it every time, changing the title and toc:t to > toc:nil and maybe other things. I might also drop in some LATEX_HEADER > statements, which I would prefer to do automagically. The template is built according to the default values of the options. Hence, if `org-export-with-toc' is nil, toc:nil appears in the OPTIONS keyword. The same goes for `org-export-with-title' (in development version of Org). Regards, -- Nicolas Goaziou