Re: [O] contribute: three pane mode for org

2014-08-28 Thread Ernesto Durante
Thorsten Jolitz writes: Hi Thorsten, Great package. Thanks for all your explanation. Ernesto > Are you aware of navi-mode.el? > > It does exactly this - put the overview (-> content) in a second > window next to the details (-> showall). Only that the overview is a > *Navi* buffer that is > >

Re: [O] contribute: three pane mode for org

2014-08-27 Thread Thorsten Jolitz
Ernesto Durante writes: > Florian Knupfer writes: > >> Hello, >> >> I've written a function that enables a three pane view on org files. >> I'm quite new to emacs but I'd like to contribute and receive >> feedbacks, improvement etc. >> >> It can be found at: >> https://github.com/knupfer/org-pa

Re: [O] contribute: three pane mode for org

2014-08-27 Thread Ernesto Durante
Florian Knupfer writes: > Hello, > > I've written a function that enables a three pane view on org files. > I'm quite new to emacs but I'd like to contribute and receive > feedbacks, improvement etc. > > It can be found at: > https://github.com/knupfer/org-panes > > Best regards very good and i

Re: [O] contribute: three pane mode for org

2014-08-27 Thread Eric S Fraga
On Tuesday, 26 Aug 2014 at 21:36, Florian Knupfer wrote: > your very welcome, > i'll refactor the code a bit and clean up in the next days and think that its > than mostly complete. > If you've got suggestions concerning features or the code, I would be > pleased to hear from, enabling me to learn

Re: [O] contribute: three pane mode for org

2014-08-26 Thread Eric S Fraga
On Tuesday, 26 Aug 2014 at 19:37, Florian Knupfer wrote: > Hi eric, > > sry I was profiling and optimizing a bit the code and haven't noticed, > that this variable was only in my emacs session defined. > > It is now fixed and much less cpu-consuming. Thanks! It does work now. And it seems to wor

Re: [O] contribute: three pane mode for org

2014-08-26 Thread Eric S Fraga
Hi, this sounds interesting but I have just tried to use it and I get: : if: Symbol's value as variable is void: org-panes-list I can send a backtrace if you wish. Maybe I am not using this properly? All I tried was "M-x org-panes RET" after loading the file. thanks, eric -- : Eric S Fraga

Re: [O] contribute: three pane mode for org

2014-08-24 Thread Suvayu Ali
Hi Florian, On Sat, Aug 23, 2014 at 05:06:48PM +0200, Florian Knupfer wrote: > Hello, > > I've written a function that enables a three pane view on org files. > I'm quite new to emacs but I'd like to contribute and receive > feedbacks, improvement etc. > > It can be found at: > https://github.c

Re: [O] contribute: three pane mode for org

2014-08-24 Thread Thierry Banel
Good job ! You may be new to Emacs, but you already master a lot: - hiding-showing, - indirect buffers, - save-excursion, - faces, - overlays, - post-command-hook, - and emacs lisp Le 23/08/2014 17:06, Florian Knupfer a écrit : > Hello, > > I've written a function that enables a three pane view

[O] contribute: three pane mode for org

2014-08-24 Thread Florian Knupfer
Hello, I've written a function that enables a three pane view on org files. I'm quite new to emacs but I'd like to contribute and receive feedbacks, improvement etc. It can be found at: https://github.com/knupfer/org-panes Best regards