From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Igor_Kupczy=C5=84ski?= Subject: Publish to html issue Date: Sun, 17 Mar 2013 00:12:31 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf307ca044d600cf04d812e460 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UH0HW-0003Xi-79 for emacs-orgmode@gnu.org; Sat, 16 Mar 2013 19:12:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UH0HP-0007eJ-O6 for emacs-orgmode@gnu.org; Sat, 16 Mar 2013 19:12:54 -0400 Received: from mail-vb0-x22b.google.com ([2607:f8b0:400c:c02::22b]:57344) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UH0HP-0007e9-Jl for emacs-orgmode@gnu.org; Sat, 16 Mar 2013 19:12:47 -0400 Received: by mail-vb0-f43.google.com with SMTP id fs19so2608099vbb.16 for ; Sat, 16 Mar 2013 16:12:47 -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 --20cf307ca044d600cf04d812e460 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Dear List, I try to set up a simple org --> html publishing system. If I configure it according to the manual [ http://orgmode.org/org.html#Project-alist]: (setq org-publish-project-alist '(("org" :base-directory "~/tmp/org/" :publishing-directory "~/tmp/html" :section-numbers nil :table-of-contents nil :style ""))) I have a following error: org-publish-file: No publishing function chosen OK, so I try to fix it using the configuration posted in the publishing tutorial [ http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html#text-3= -1], namly by providing the "publishing-function". (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 ""))) With no luck though: Publishing file /home/igor/tmp/org/remember.org using `org-publish-org-to-html' org-publish-file: Symbol's function definition is void: org-publish-org-to-html On the mail list archives I see some references to the new exporter, unfortunately I'm an org-mode newbie and it does not ring any bells. If this is relevant I can export a single file with a command org-html-export-to-html And my emacs/org versions are: Org mode 8.0-pre in Emacs 24.3.50.1. I'm on ubuntu and got my emacs from cassou-emacs-quantal PPA repo, but with the stock 24.2 the issue was the same. I have org mode from el-get, which in turn downloads it from git://orgmode.org/org-mode.git I'd really appreciate your help with this issue. Thanks & Cheers, Igor Kupczy=C5=84ski --20cf307ca044d600cf04d812e460 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Dear List,

I try to set up a simp= le org --> html publishing system.

= If I configure it according to the manual [http://orgmode.org/org.html#Project-alist]:

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

I have a following error:

 org-publish-file: No publishing function chosen

=
OK, so I try to fix it using the configuration posted in t= he publishing tutorial [http://orgmode.org/worg/org-tutorial= s/org-publish-html-tutorial.html#text-3-1], namly by providing the &quo= t;publishing-function".

(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 "<link rel=3D\"stylesheet\"
		                  href=3D\"..=
/other/mystyle.css\"
		                  type=3D\"te=
xt/css\"/>")))

With no luck though:

  Publishing file /home/igor/tmp/org/rememb=
er.org using `org-publish-org-to-html'
	      org-publish-file: Symbol's function definition is void: org-publ=
ish-org-to-html

On the mail list= archives I see some references to the new exporter,=C2=A0unfortunately=C2= =A0I'm an org-mode newbie and it does not ring any bells.

If this is relevant I can export a single f= ile with a command=C2=A0org-html-expo= rt-to-html

And my emacs/org ver= sions are:
=C2=A0Org<= span style=3D"color:rgb(0,0,0);font-family:'Times New Roman';font-s= ize:14px">=C2=A0mode 8.0-pre in=C2=A0Emacs=C2=A024.3.50.1.

I'm = on ubuntu and got my emacs from=C2=A0cassou-emacs-quantal PPA r= epo, but with the stock 24.2 the issue was the same. I have org mode from e= l-get, which in turn downloads it from=C2=A0git://orgmode.org/org-mode.git

I'd really=C2=A0appreciate=C2=A0your he= lp with this issue.

Thanks & Cheer= s,
Igor Kupczy=C5=84ski


--20cf307ca044d600cf04d812e460--