From 28418a454edbe84ee8793ca392a711a0998f6b10 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 13 Nov 2009 11:41:46 -0800 Subject: [PATCH] Explicitly load org-ascii when generating text files Works around a problem with org-export-as-ascii not being apparently autoloaded on at least some systems. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c3e6b49..c6d3910 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ mime-policy.sgml: version.ent ifneq (,$(strip $(HAVE_ORG_EMACS))) %.txt: %.org - $(EMACS) --batch -Q -l ./README-css.el -l org --visit $^ \ + $(EMACS) --batch -Q -l ./README-css.el -l org -l org-ascii --visit $^ \ --funcall org-export-as-ascii >/dev/null 2>&1 test "$@" != "README.txt" || \ perl -pli -e 's,./Process.org,Process.txt,g' $@ -- 2.39.5