A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://lists.gnu.org/archive/html/emacs-orgmode/2009-07/msg00620.html below:

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

[Top][All Lists] [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] 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




RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4