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


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to