From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: How to customize option templates? Date: Tue, 21 Jan 2014 20:01:11 +0100 Message-ID: <87vbxdw45k.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33578) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5gZM-0007DT-Lj for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 14:01:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5gZA-0001SH-U3 for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 14:01:04 -0500 Received: from mail-wg0-x236.google.com ([2a00:1450:400c:c00::236]:38206) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5gZA-0001Kx-Lp for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 14:00:52 -0500 Received: by mail-wg0-f54.google.com with SMTP id x13so8517626wgg.9 for ; Tue, 21 Jan 2014 11:00:48 -0800 (PST) In-Reply-To: (Frederik's message of "Tue, 21 Jan 2014 19:13:25 +0100") 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: Frederik Cc: emacs-orgmode@gnu.org Hello, Frederik writes: > is it possible to customize the option templates one can insert via > `C-c C-e #' ? E.g. for productively composing letters it would be nice > to have some of the listed options to be set differently from the > default. I don't think it would be interesting to allow customization since you might as well create your own template insertion function. OTOH, hard-coding the order of options doesn't work so well for back-ends, so the template could, at a bare minimum, follow the order specified in `org-export-define-backend'. I'll look into it. Regards, -- Nicolas Goaziou