Re: [Orgmode] org-stow (Proof of concept)

2011-02-13 Thread Tom Breton (Tehom)
I'm roughly parsing 37% of this :) I will try to use less jargon. Again, can you demonstrate a clear and simple use-case, assuming people like me don't know anything about stow, stew, straw or whatsover? OK, here's a use-case. This is actually what I did right now while recording a note

Re: [Orgmode] org-stow (Proof of concept)

2011-02-12 Thread Bastien
Hi Tom, Tom Breton (Tehom) te...@panix.com writes: I pushed it just now; it's on branch stow-design. Thanks! (On a side note: I'd rather keep org-mode.git (remote) branches for stuff we know we _will_ include, not just for testing code. Better point to a public branch of yours in that

Re: [Orgmode] org-stow (Proof of concept)

2011-02-12 Thread Tom Breton (Tehom)
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.

Re: [Orgmode] org-stow (Proof of concept)

2011-02-12 Thread Bastien
Hi Tom, Tom Breton (Tehom) te...@panix.com writes: 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

Re: [Orgmode] org-stow (Proof of concept)

2011-02-11 Thread Bastien
Tom Breton (Tehom) te...@panix.com writes: Any interest in trying this out? I can push it if anyone else wants to try it out. I'm interested! Please let me know where I can read some code. Thanks :) -- Bastien ___ Emacs-orgmode mailing list

Re: [Orgmode] org-stow (Proof of concept)

2011-02-11 Thread Tom Breton (Tehom)
Tom Breton (Tehom) te...@panix.com writes: Any interest in trying this out? I can push it if anyone else wants to try it out. I'm interested! Please let me know where I can read some code. Thanks :) I pushed it just now; it's on branch stow-design. Here is a little documentation: ***

[Orgmode] org-stow (Proof of concept)

2011-01-14 Thread Tom Breton (Tehom)
I've written an addon that I call org-stow. The basic idea is that all remember notes live in a notes section, and you can make another location pretend that the note lives there. You build all or part of a document that way. If you know how stow works, it's like stow for outline items. Yes,