From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Kowalczyk Subject: Re: Wanted: org-publish-org-to-ascii Date: Thu, 14 Oct 2010 14:46:04 +0000 (UTC) Message-ID: References: <4CB5F37B.3090001@aol.com> <20101013191226.GC14385@soloJazz.com> <4CB6EC2D.3070801@aol.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=54310 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6PAk-0004Gk-ID for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 10:52:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6P4W-0000CV-FZ for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 10:46:21 -0400 Received: from lo.gmane.org ([80.91.229.12]:37465) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P6P4W-0000Bn-9r for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 10:46:20 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P6P4Q-0006Sw-Q6 for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 16:46:15 +0200 Received: from 24-216-252-176.dhcp.mdfd.or.charter.com ([24.216.252.176]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Oct 2010 16:46:14 +0200 Received: from jtk by 24-216-252-176.dhcp.mdfd.or.charter.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Oct 2010 16:46:14 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Matthias Danzl aol.com> writes: > That did the job! Thanks Juan. I can now publish to html and txt. Very > nice. How are you calling the function? I'm not familiar with what the plist parameter must be set to, at a minimum, for the call to work: (require 'org-publish) ;; (defun org-publish-org-to-utf8 (plist filename pub-dir) (org-publish-org-to-utf8 nil "/home/myuser/org/myfile.org" "/tmp") Thanks, Jeff