Bill Allombert <ballo...@debian.org> writes: > What to do for ascii : > > emacs24 --batch -Q -l ./README-css.el -l org -l org-ascii > --visit Process.org --funcall org-export-as-ascii > > Cannot open load file: No such file or directory, org-ascii
Perhaps that's now org-ascii-export-as-ascii? $ dpkg --listfiles emacs24-el | fgrep .el | xargs zfgrep export-as-ascii ... /usr/share/emacs/24.4/lisp/org/ox-ascii.el.gz:(defun org-ascii-export-as-ascii If so, suppose you might need a (require 'ox-ascii) if it's not already available. -- Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org