emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: Orgmodeorg-export-generic gives an error


From: Bastien
Subject: Re: [Orgmode] Re: Orgmodeorg-export-generic gives an error
Date: Tue, 21 Jul 2009 07:53:07 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Applied, thanks.

Wes Hardaker <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]