From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Upgrading to the new exporter; documenting my experience Date: Sun, 12 May 2013 18:30:30 +0200 Message-ID: <878v3kp3dl.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbZAM-0005uF-Vy for emacs-orgmode@gnu.org; Sun, 12 May 2013 12:30:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UbZAM-0002OD-2H for emacs-orgmode@gnu.org; Sun, 12 May 2013 12:30:30 -0400 Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:37977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbZAL-0002O4-SO for emacs-orgmode@gnu.org; Sun, 12 May 2013 12:30:29 -0400 Received: by mail-wi0-f177.google.com with SMTP id hr14so2144032wib.16 for ; Sun, 12 May 2013 09:30:29 -0700 (PDT) In-Reply-To: (George Jones's message of "Sat, 11 May 2013 19:39:34 +0000") 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: gmj@pobox.com Cc: emacs-orgmode@gnu.org Hello, George Jones writes: > FWIW, I've documented my steps towards updating to the new exporter > > > https://github.com/eludom/HOWTO/blob/master/newOrgModeExporter/upgradingToTheNewOrgModeExporter.txt >From your document: 7.2 Thing I might not understand in the new exporter ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7.2.1 TODO Understand what happened to #+TEXT in the new exporter? ------------------------------------------------------------------ How do you specify text that is to be before the first section? Easy: just write it before the first section. 7.2.2 TODO Understand the template categories for export ? ---------------------------------------------------------- I want to insert a default set of headers, I typed ,---- | CTRL-C CTRL-E # `---- and it asks me for a "Options Category?" What's that? "?" does not list options. Try TAB for a completion list. It expects an export back-end or "default". If you provide a back-end, it will only insert options specific to it. Regards, -- Nicolas Goaziou