Applied, thanks.

Wes Hardaker <wjhns...@hardakers.net> writes:

> This patch to it should fix things:
>
> diff --git a/lisp/org-export-generic.el b/lisp/org-export-generic.el
> index 64dcb1f..c9fc161 100644
> --- a/lisp/org-export-generic.el
> +++ b/lisp/org-export-generic.el
> @@ -1029,7 +1029,7 @@ REVERSE means to reverse the list if the plist match is 
> a
> list
>          subtype)
>      (cond
>       ((null prefixtype) "")
> -     ((and len (characterp prefixtype))
> +     ((and len (char-or-string-p prefixtype) (not (stringp prefixtype)))
>        ;; sequence of chars
>        (concat (make-string len prefixtype) "\n"))
>       ((stringp prefixtype)

-- 
 Bastien


_______________________________________________
Emacs-orgmode mailing list
Remember: 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