From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jay Dixit Subject: Re: help me get started with org-publish? Date: Thu, 7 Nov 2013 17:48:58 -0500 Message-ID: References: <87k3goz8r0.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b5d64f20a503604ea9e1425 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48980) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VeYOM-000516-Je for emacs-orgmode@gnu.org; Thu, 07 Nov 2013 17:49:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VeYOJ-0002WB-46 for emacs-orgmode@gnu.org; Thu, 07 Nov 2013 17:49:34 -0500 In-Reply-To: <87k3goz8r0.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode@gnu.org --047d7b5d64f20a503604ea9e1425 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Bastien, Good to hear from you. Thanks for the response. Exporting to HTML works fine. I get errors only with org-publish. Here's my latest attempt: https://gist.github.com/jaydixit/7363158 I'm running on OSX running Aquamacs 2.5 (Emacs 23.4.1) and org-mode 8.2.1. Here's my org-publish configuration. I believe it comes from a tutorial you put up somewhere. (setq org-publish-project-alist '(("blog" :base-directory "~/blog-test/" :html-extension "html" :base-extension "org" :publishing-directory "~/public_html/" :publishing-function (org-html-publish-to-html) :html-preamble nil :html-postamble nil))) Thanks, Jay ____ Jay Dixit jaydixit.com newyorkwritersintensive.com (646) 355-8001 fol=ADlow @jaydixit Jay Dixit On Mon, Nov 4, 2013 at 6:50 AM, Bastien wrote: > Hi Jay, > > Jay Dixit writes: > > > I'm trying to set up org-publish for HTML export and I keep getting > > strange errors related to org-footnote-normalize. > > https://gist.github.com/7131173 > > Do you also get errors when *exporting*, not publishing? > > If so, can you send a minimal example of the file you can't > export, along with your Org version and configuration? > > Thanks, > > -- > Bastien > --047d7b5d64f20a503604ea9e1425 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi Bastien,

Good to hear from you. Thanks for the response.=A0

Exporting to HTML works fine.= I get errors only with org-publish.=A0

=
Here's= my latest attempt:

=
I'm running on OSX running Aquamacs 2.5 (= Emacs 23.4.1) and org-mode 8.2.1.=A0

Here's my org-publish configuration. = I believe it comes from a tutorial you put up somewhere.=A0

(setq org-publish-project-alist
=A0 =A0 =A0 '(("blog"
=A0 =A0 =A0 =A0 =A0:base-directory "~/blo= g-test/"
=A0 =A0 =A0 =A0 =A0:html-ex= tension "html"
=A0 =A0 =A0 =A0 = =A0:base-extension "org"
=A0 =A0 =A0 =A0 =A0:publishing-directory "= ;~/public_html/"
=A0 =A0 =A0 =A0 =A0= :publishing-function (org-html-publish-to-html)
=A0 =A0 =A0 =A0 =A0:html-preamble nil
=A0 =A0 =A0 =A0 =A0:html-postamble nil)))


Thanks,
Jay
=


On Mon, Nov 4, 2013 at 6:50 AM, Bastien = <bzg@= gnu.org> wrote:
Hi Jay,

Jay Dixit <= jaydixit.work@gmail.com> writes:

> I'm trying to set up org-publish for HTML export and I keep gettin= g
> strange errors related to org-footnote-normalize.=A0
> https://= gist.github.com/7131173

Do you also get errors when *exporting*, not publishing?

If so, can you send a minimal example of the file you can't
export, along with your Org version and configuration?

Thanks,

--
=A0Bastien

--047d7b5d64f20a503604ea9e1425--