emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Upgrading orgmode


From: Nick Dokos
Subject: Re: [O] Upgrading orgmode
Date: Mon, 12 Aug 2013 01:26:25 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Vikas Rawal <address@hidden> writes:

> I normally upgrade my orgmode using "sudo make up2", in the orgmode
> directory.
>
> But today when I did it, I get the following error:
>
> *******
> 3 unexpected results:
>    FAILED  test-org-export/data-with-backend
>    FAILED  test-org-export/export-snippet
>    FAILED  test-org-export/table-cell-alignment
>
> make[1]: *** [test-dirty] Error 1
> make[1]: Leaving directory `/home/vikas/lisp/org-mode'
> make: *** [up2] Error 2
> *******
>
>
> Looks like a bug to me. Could somebody check?
>

Confirmed: Org-mode version 8.0.7 (release_8.0.7-380-g2a28de @
/home/nick/elisp/org-mode/lisp/)

I chased the first one a bit and it fails in
org-export-filter-apply-functions, in the following code:

    (let ((backend-name (org-export-backend-name (plist-get info :back-end))))

The (plist-get info :back-end) call returns nil and when I call

 (org-export-backend-name nil)

by hand, it does complain the same way:

org-export-backend-name accessing a non-org-export-backend

-- 
Nick




reply via email to

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