From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Wanted: org-publish-org-to-ascii Date: Thu, 14 Oct 2010 18:55:36 +0200 Message-ID: <73DE5538-5973-40BD-A184-9D2453706328@gmail.com> References: <4CB5F37B.3090001@aol.com> <20101013191226.GC14385@soloJazz.com> <4CB6EC2D.3070801@aol.com> <0002FCCB-4F33-4725-A971-5445D42C03D3@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=36736 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6R5i-0006Gz-TR for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 12:55:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6R5h-0005hn-MO for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 12:55:42 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:52518) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P6R5h-0005hc-I5 for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 12:55:41 -0400 Received: by ewy5 with SMTP id 5so2977832ewy.0 for ; Thu, 14 Oct 2010 09:55:40 -0700 (PDT) In-Reply-To: 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: Jeff Horn Cc: Juan Pechiar , emacs-orgmode@gnu.org, Matthias Danzl On Oct 14, 2010, at 3:00 PM, Jeff Horn wrote: >>>> Copying from the definition for org-publish-org-to-html: >>>> >>>> #+BEGIN_SRC: emacs-lisp >>>> >>>> (defun org-publish-org-to-ascii (plist filename pub-dir) >>>> "Publish an org file to ASCII. >>>> See `org-publish-org-to' to the list of arguments." >>>> (org-publish-with-aux-preprocess-maybe >>>> (org-publish-org-to "ascii" plist filename pub-dir))) >>>> >>>> #+END_SRC >> >> Good idea, I have added these functions to org-publish.el >> >> Thanks. >> >> - Carsten > > Recent pull (about 15 minutes ago) doesn't have the function defined. > What's the name? org-publish-org-to-ascii org-publish-org-to-latin1 org-publish-org-to-utf8 - Carsten