Re: [O] A new module for Org-mode: Org-X

2011-08-16 Thread Achim Gratz
John Wiegley writes: > The backend gets to define what the parts of an entry are. Some backends will > import actual content into the related Org entry, while others will only > import a link back to the original content. This is what I would do for a > backend that monitors files within an "Inb

Re: [O] A new module for Org-mode: Org-X

2011-08-16 Thread John Wiegley
Achim Gratz writes: > I can easily see how this works with bug/issue trackers. What I'm not so > sure is how you imagine it to work with files. For my part I'm hoping that > it might be able to get some interface to the various bits and pieces I've > bookmarked and sometimes put into local vers

Re: [O] A new module for Org-mode: Org-X

2011-08-16 Thread Achim Gratz
John Wiegley writes: > I've been working a new set of modules for Org to make it easy to associate > Org entries with data in external systems, such as Redmine, Bugzilla, > WordPress, or even your e-mail Inbox. It's called Org-X, as its meant to > simplify writing linkup code for any system X. Y

Re: [O] A new module for Org-mode: Org-X

2011-08-15 Thread Sebastien Vauban
Hi John, John Wiegley wrote: > "Sebastien Vauban" > writes: > >> Would you have a .emacs part about this (debugging, profiling, etc.) that >> you're willing to share. I am confident that I could jump easier into full >> Emacs Lisp if I would have a better environment. > > I'm attaching my lang-em

Re: [O] A new module for Org-mode: Org-X

2011-08-15 Thread John Wiegley
"Sebastien Vauban" writes: > Would you have a .emacs part about this (debugging, profiling, etc.) that > you're willing to share. I am confident that I could jump easier into full > Emacs Lisp if I would have a better environment. I'm attaching my lang-emacs-lisp.el file. The really big modules

Re: [O] A new module for Org-mode: Org-X

2011-08-15 Thread John Wiegley
Karl Voit writes: > In my point of view, it is no problem at all because the «API» we do have is > the format of Org-mode files. Memacs is - unlike your system - not done with > Emacs at all: Python scripts generate Org-mode files and that is all. Very likely Org-X will be able to make sure of y

Re: [O] A new module for Org-mode: Org-X

2011-08-15 Thread Sebastien Vauban
Hi John, John Wiegley wrote: > I have to say that one of my personal requirements is that such a system be > implemented as much in Emacs Lisp as possible. I hate debugging code that's > "in between" Emacs and some other system. Plus, I have excellent > documentation, debugging and profiling res

Re: [O] A new module for Org-mode: Org-X

2011-08-15 Thread Karl Voit
* John Wiegley wrote: > Karl Voit writes: > >> Wow. This looks like exactly what I want to achieve with the >> «Memacs» project on [1]. We certainly need to exchange ideas and >> code :-) > > They sure do sound similar in spirit!! It's like we are tuned to the same > wavelength. :) *g* >> Our

Re: [O] A new module for Org-mode: Org-X

2011-08-14 Thread John Wiegley
Karl Voit writes: > Wow. This looks like exactly what I want to achieve with the > «Memacs» project on [1]. We certainly need to exchange ideas and > code :-) They sure do sound similar in spirit!! It's like we are tuned to the same wavelength. :) > Our plan is to use Python to simply generate

Re: [O] A new module for Org-mode: Org-X

2011-08-14 Thread Karl Voit
* John Wiegley wrote: > Hello all, Hi! > I've been working a new set of modules for Org to make it easy to associate > Org entries with data in external systems, such as Redmine, Bugzilla, > WordPress, or even your e-mail Inbox. It's called Org-X, as its meant to > simplify writing linkup code

[O] A new module for Org-mode: Org-X

2011-08-14 Thread John Wiegley
Hello all, I've been working a new set of modules for Org to make it easy to associate Org entries with data in external systems, such as Redmine, Bugzilla, WordPress, or even your e-mail Inbox. It's called Org-X, as its meant to simplify writing linkup code for any system X. It has two parts: o