Browse Source

ASCII export: Fix autoloading

Carsten Dominik 16 years ago
parent
commit
412314ab2b
2 changed files with 8 additions and 1 deletions
  1. 5 0
      lisp/ChangeLog
  2. 3 1
      lisp/org.el

+ 5 - 0
lisp/ChangeLog

@@ -1,3 +1,8 @@
+2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
+
+	* org.el (org-autoload): Fix autoloading of ascii export
+	functions.
+
 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
 
 	* org-icalendar.el (org-start-icalendar-file): Use the new option.

+ 3 - 1
lisp/org.el

@@ -2967,7 +2967,9 @@ If TABLE-TYPE is non-nil, also check for table.el-type tables."
 			     org-insert-export-options-template  
 			     org-table-clean-before-export))
   (org-autoload "org-ascii"
-		'(org-export-as-ascii org-export-ascii-preprocess))
+		'(org-export-as-ascii org-export-ascii-preprocess
+		  org-export-as-ascii-to-buffer org-replace-region-by-ascii
+		  org-export-region-as-ascii))
   (org-autoload "org-html"
 		'(org-export-as-html-and-open
 		  org-export-as-html-batch org-export-as-html-to-buffer