From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Still have some problem in org-publish-project Date: Mon, 20 Jan 2014 08:37:13 -0500 Message-ID: <874n4ydbau.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38016) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5F2q-0002XP-RS for emacs-orgmode@gnu.org; Mon, 20 Jan 2014 08:37:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5F2h-0001an-5d for emacs-orgmode@gnu.org; Mon, 20 Jan 2014 08:37:40 -0500 Received: from plane.gmane.org ([80.91.229.3]:45672) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5F2g-0001ad-Vm for emacs-orgmode@gnu.org; Mon, 20 Jan 2014 08:37:31 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W5F2e-0001YY-MK for emacs-orgmode@gnu.org; Mon, 20 Jan 2014 14:37:28 +0100 Received: from pool-98-110-175-184.bstnma.fios.verizon.net ([98.110.175.184]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Jan 2014 14:37:28 +0100 Received: from ndokos by pool-98-110-175-184.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Jan 2014 14:37:28 +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: emacs-orgmode@gnu.org Ming Lu writes: > Sorry, the email display has some problem. Here is my publish setup: > > (require 'org-publish) > (setq org-publish-project-alist >       '( > ;;first, the notes component > ("org-notes" > :base-directory "~/Documents/org/notes/" > :base-extension "org" > :publishing-directory "~/Documents/org/publish/" > :recursive t > :publishing-function org-publish-org-to-html ^^^^^^^^^^^^^^^^^^^^^^^ This does not exist in org-mode 8 - see http://orgmode.org/worg/org-8.0.html -- Nick