From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Jones Subject: Upgrading to the new exporter; documenting my experience Date: Sat, 11 May 2013 19:39:34 +0000 Message-ID: Reply-To: gmj@pobox.com Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=bcaec51f998b7bd2a504dc767145 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41281) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbFdr-0007r6-0T for emacs-orgmode@gnu.org; Sat, 11 May 2013 15:39:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UbFdo-0005Mn-FM for emacs-orgmode@gnu.org; Sat, 11 May 2013 15:39:38 -0400 Received: from mail-pa0-f42.google.com ([209.85.220.42]:48130) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbFdo-0005MV-8v for emacs-orgmode@gnu.org; Sat, 11 May 2013 15:39:36 -0400 Received: by mail-pa0-f42.google.com with SMTP id bj3so3691295pad.15 for ; Sat, 11 May 2013 12:39:35 -0700 (PDT) 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: emacs-orgmode@gnu.org --bcaec51f998b7bd2a504dc767145 Content-Type: text/plain; charset=ISO-8859-1 FWIW, I've documented my steps towards updating to the new exporter https://github.com/eludom/HOWTO/blob/master/newOrgModeExporter/upgradingToTheNewOrgModeExporter.txt I was putting it off until I had a little time to work through it. Hopefully, this will help others in the same holding pattern. There's and org version there as well with babel version there that will do pretty much everything if you let it, from testing the emacs and org versions to cloning the repo to apt-getting the stuff needed for latex on Ubuntu. Github messes up the formatting of that version, but it should work if you download it. I'm not completely moving over yet. Gotta get the ox-bibtex stuff working (export citations and bibliography to .html and .tex). Nicolas sent me a test version, and it works for tex/pdf, but has a few issues with HTML. It's getting (gitting ?) there. ---George Jones ** ** --bcaec51f998b7bd2a504dc767145 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
FWIW, I've documented my steps towards updat= ing to the new exporter

=A0 htt= ps://github.com/eludom/HOWTO/blob/master/newOrgModeExporter/upgradingToTheN= ewOrgModeExporter.txt

I was putting it off until I had a little time to work throu= gh it.=A0 Hopefully, this will help others in the same holding pattern.
=

There's and org version there as well with ba= bel=A0 version there that will do pretty much everything if you let it,
from testing the emacs and org versions to cloning the repo to apt-getting = the stuff needed for latex on Ubuntu.
Github messes up the fo= rmatting of that version, but it should work if you download it.

I'm not completely moving over yet.=A0 Gotta get the ox-bibt= ex stuff working (export citations and bibliography
to .html and .tex).= =A0=A0 Nicolas sent me a test version, and it works for tex/pdf, but has a = few issues with HTML.

It's getting (gitting ?) there.

---George Jones

--bcaec51f998b7bd2a504dc767145-- 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