Browse Source

Fix typo in commit a13b19e

Thanks to John Hendy for reporting the bug!
Bastien Guerry 12 years ago
parent
commit
9c1ea74c2b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ox.el

+ 1 - 1
lisp/ox.el

@@ -1071,7 +1071,7 @@ The back-end could then be called with, for example:
     (when export-block
       (mapc
        (lambda (name)
-	 (add-to-list org-element-block-name-alist
+	 (add-to-list 'org-element-block-name-alist
 		      `(,name . org-element-export-block-parser)))
        export-block))))