From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Igor_Kupczy=C5=84ski?= Subject: Re: Publish to html issue Date: Sun, 17 Mar 2013 09:14:48 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b6dbed62feea804d81a78de Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57073) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UH8kH-0002wV-4V for emacs-orgmode@gnu.org; Sun, 17 Mar 2013 04:15:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UH8kC-0002PD-OK for emacs-orgmode@gnu.org; Sun, 17 Mar 2013 04:15:09 -0400 Received: from mail-vb0-x22b.google.com ([2607:f8b0:400c:c02::22b]:60653) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UH8kC-0002Nf-JK for emacs-orgmode@gnu.org; Sun, 17 Mar 2013 04:15:04 -0400 Received: by mail-vb0-f43.google.com with SMTP id fs19so2725116vbb.16 for ; Sun, 17 Mar 2013 01:15:04 -0700 (PDT) In-Reply-To: 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: Jay Kerns Cc: emacs-orgmode@gnu.org --047d7b6dbed62feea804d81a78de Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Jay, Changing from *org-publish-org-to-html* to *org-html-publish-to-html *does the trick indeed. Thank you very much for this hint :-) I also missed the 8.0 document you've mentioned - it is helpful. Cheers, Igor On Sun, Mar 17, 2013 at 1:42 AM, Jay Kerns wrote: > Dear Igor, > > On Sat, Mar 16, 2013 at 7:12 PM, Igor Kupczy=C5=84ski > wrote: > > Dear List, > > > > I try to set up a simple org --> html publishing system. > [snip] > > > > > (setq org-publish-project-alist > > '(("org" > > :base-directory "~/tmp/org/" > > :publishing-directory "~/tmp/html" > > :section-numbers nil > > :table-of-contents nil > > :publishing-function org-publish-org-to-html > > :style " > href=3D\"../other/mystyle.css\" > > type=3D\"text/css\"/>"))) > > [snip] > > Would you please try keeping everything the same except for the > following change: > > :publishing-function org-html-publish-to-html > > Then (after restart) open one of the *.org files in your ~/tmp/org > directory and do the keybinding C-c C-e P p. It should do some > thinking and there should be (at least one) *.html file(s) in > ~/tmp/html. > > Also, please see the following information on Worg which has lots of > updates/changes that haven't made it to the manual yet: > > http://orgmode.org/worg/org-8.0.html > > I hope this helps, > > -- > Jay > --047d7b6dbed62feea804d81a78de Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi Jay,

Changing from org-publ= ish-org-to-html=C2=A0to org-h= tml-publish-to-html does the trick indeed. Thank you very much for this= hint :-) I also missed the 8.0 document you've mentioned - it is helpf= ul.

Cheers,
Igor


On Sun, Mar 17, = 2013 at 1:42 AM, Jay Kerns <gjkernsysu@gmail.com> wrote:<= br>
Dear Igor,

On Sat, Mar 16, 2013 at 7:12 PM, Igor Kupczy=C5=84ski <puszczyk@gmail.com> wrote:
> Dear List,
>
> I try to set up a simple org --> html publishing system.
[snip]

>
> (setq org-publish-project-alist
> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 '(("org"= ;
> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 :base-directory "= ;~/tmp/org/"
> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 :publishing-directory= "~/tmp/html"
> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 :section-numbers nil<= br> > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 :table-of-contents ni= l
> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 :publishing-function = org-publish-org-to-html
> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 :style "<link= rel=3D\"stylesheet\"
> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 href=3D\"../other/mystyle.cs= s\"
> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 type=3D\"text/css\"/>= ;")))

[snip]

Would you please try keeping everything the same except for the
following change:

:publishing-function org-html-publish-to-html

Then (after restart) open one of the *.org files in your ~/tmp/org
directory and do the keybinding C-c C-e P p. =C2=A0It should do some
thinking and there should be (at least one) *.html file(s) in
~/tmp/html.

Also, please see the following information on Worg which has lots of
updates/changes that haven't made it to the manual yet:

http://o= rgmode.org/worg/org-8.0.html

I hope this helps,

--
Jay

--047d7b6dbed62feea804d81a78de--