[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] org-stow (Proof of concept)
From: |
Tom Breton (Tehom) |
Subject: |
Re: [Orgmode] org-stow (Proof of concept) |
Date: |
Sat, 12 Feb 2011 16:49:57 -0500 |
User-agent: |
SquirrelMail/1.4.21 |
>
> M-x org-stow-make-item-stowable RET on "TODO Drop off stuff" is okay.
>
> But M-x org-stow-item RET on the same item is not -- here is a
> backtrace:
D'oh! I completely forgot about the type-checking code!
That's for development, not production. It just assertfails if the wrong
type is used. Very helpful in finding problems early. It relies on a
type-checking support module in emtest that defines certain types that
Common Lisp provides but cl doesn't.
I am pushing a quick fix where if that module is not available, the type
just always succeeds.
If you'd like the type-checking support (which is stand-alone) or all of
emtest, I can certainly include it. Since you seem to have chosen ert, I
don't know what you want in this regard.
Tom Breton (Tehom)