From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Worg publishing issue Date: Thu, 07 Feb 2013 09:42:15 +0100 Message-ID: <87mwvg3340.fsf@bzg.ath.cx> References: <20130206131903.GA8184@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3NR0-00050x-CG for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 04:06:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3NQs-0001W7-P5 for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 04:06:22 -0500 Received: from mail-wi0-f181.google.com ([209.85.212.181]:49167) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3NQs-0001Ve-Jt for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 04:06:14 -0500 Received: by mail-wi0-f181.google.com with SMTP id hm6so2577585wib.2 for ; Thu, 07 Feb 2013 01:06:14 -0800 (PST) In-Reply-To: <20130206131903.GA8184@kuru.dyndns-at-home.com> (Suvayu Ali's message of "Wed, 6 Feb 2013 14:19:03 +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: Suvayu Ali Cc: Emacs Org mode Hi Suvayu, Suvayu Ali writes: > Amidsts all the commotion about documentation for the new exporter, I > committed a very early incomplete draft article documenting the new > beamer exporter. > > Thanks for this! > But I see that it is not being published. I just published it: http://orgmode.org/worg/org-tutorials/org-beamer/org-e-beamer.html > I got the following > publishing error after pushing my commit. > > remote: Publishing file > /home/emacs/git/worg/org-tutorials/org-beamer/org-e-beamer.org using > `org-publish-org-to-html' > remote: Exporting... > remote: Wrong type argument: stringp, nil > remote: worg publish process 16964 exited at 02/05/13@07:01:27 > > Any ideas? 2 problems, a trivial one and a let's-prepare-for-headache one: 1. `org-publish-org-to-html' does not exist in the new export/publish libraries -- Nicolas, would that be enough to have aliases here (from org-publish-org-to-html to org-html-publish-to-html)? I guess many people rely on thse org-publish-org-to* functions. 2. Worg is published using the maint branch of org-mode.git. Which means that neither the new exporter nor the new way of escaping Org syntax in src code blocks are available... My guess is that your file org-e-beamer.org uses the new syntax for src code blocks -- I had to use the org-mode.git *master* branch to publish it correctly. We will need to update each begin_src block in Worg in order to use a recent org-mode.git for publishing. Here you go, -- Bastien