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

2011-08-16 Thread Achim Gratz
John Wiegley jwieg...@gmail.com 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

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

2011-08-16 Thread John Wiegley
Achim Gratz strom...@nexgo.ed 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

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

2011-08-16 Thread Achim Gratz
John Wiegley jwieg...@gmail.com 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

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

2011-08-15 Thread Karl Voit
* John Wiegley jwieg...@gmail.com wrote: Karl Voit devn...@karl-voit.at 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

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

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

2011-08-15 Thread John Wiegley
Karl Voit devn...@karl-voit.at 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

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

2011-08-15 Thread John Wiegley
Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org 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

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

2011-08-15 Thread Sebastien Vauban
Hi John, John Wiegley wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com 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

[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:

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

2011-08-14 Thread Karl Voit
* John Wiegley jwieg...@gmail.com 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

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

2011-08-14 Thread John Wiegley
Karl Voit devn...@karl-voit.at 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