Re: [O] Org-mode outside Org-mode

2013-04-27 Thread Thorsten Jolitz
Samuel Wales writes: Hi Samuel, >> If you structure your Emacs Lisp files the 'outshine way', you can >> convert them into complete Org files fast and easily using 'outorg.el'. > With what I am talking about, you can: > > - put your Org notes in your main Org agenda files exactly where you wa

Re: [O] Org-mode outside Org-mode

2013-04-25 Thread Thorsten Jolitz
Alexander Vorobiev writes: Hi Alexander, > A while back I wrote a macro (based on the advice inĀ  > http://stackoverflow.com/a/2494384/973603) which allows to activate > minor mode bindings when a condition is true and fall back to previous > bindings otherwise: I just pushed a new version of o

Re: [O] Org-mode outside Org-mode

2013-04-24 Thread Thorsten Jolitz
Alexander Vorobiev writes: Hi Alexander, > First of all, thank you for the tutorial and the code! Outshine has become > a major component of my workflow, I use it in all my source code buffers (sql, > R, elisp). Thanks, I use it in all my elisp and PicoLisp buffers too, and I'm happy that it w

Re: [O] Org-mode outside Org-mode

2013-04-24 Thread Alexander Vorobiev
First of all, thank you for the tutorial and the code! Outshine has become a major component of my workflow, I use it in all my source code buffers (sql, R, elisp). I have one question/proposal regarding key bindings. Outshine binds TAB to outshine-cycle-subtree which only does something useful (c

Re: [O] Org-mode outside Org-mode

2013-04-13 Thread Samuel Wales
Hi Eric, Here is old not-working not-finished code that I abandoned. But it illustrates the goal. Samuel === Maybe something like: - In source file, C-c ' to go to Org entry associated with nearest ID marker - C-u C-c ' to create ID marker and create its Org entry in your Org file

Re: [O] Org-mode outside Org-mode

2013-04-13 Thread Samuel Wales
Hi Thorsten, On 4/12/13, Thorsten Jolitz wrote: > If you structure your Emacs Lisp files the 'outshine way', you can > convert them into complete Org files fast and easily using 'outorg.el'. No, we are talking about different things. With what I am talking about, you can: - put your Org note

Re: [O] Org-mode outside Org-mode

2013-04-12 Thread Thorsten Jolitz
Samuel Wales writes: > On 4/5/13, Thorsten Jolitz wrote: >> that sounds like a different idea. I have heard about programming >> environments that keep comments and source-code in two different (but >> sync'd) files to minimize distraction from the source code - maybe a >> possible use case for

Re: [O] Org-mode outside Org-mode

2013-04-11 Thread Samuel Wales
On 4/5/13, Thorsten Jolitz wrote: > that sounds like a different idea. I have heard about programming > environments that keep comments and source-code in two different (but > sync'd) files to minimize distraction from the source code - maybe a > possible use case for your idea? Yes. The purpose

Re: [O] Org-mode outside Org-mode

2013-04-11 Thread Samuel Wales
On 4/6/13, Eric Schulte wrote: >>> The idea is to be in my-lisp.el, and do C-c ', and get to a canonical >>> entry in my-org.org, then do C-c ' again and get back to my-lisp.el. > That could be handy. For jumping back and for by function name, the > following simple implementation might be suffi

Re: [O] Org-mode outside Org-mode

2013-04-07 Thread Bastien
Eric Schulte writes: > That could be handy. Indeed! Nice hack to add to Worg, or even to contrib/? Don't hesitate to spread the word :) -- Bastien

Re: [O] Org-mode outside Org-mode

2013-04-06 Thread Eric Schulte
Thorsten Jolitz writes: > Samuel Wales writes: > > Hi Samuel, > >> IIUC, I don't think this is related. The idea is not to edit source >> code in Org buffers, and it is not to use a Navi buffer or to do >> navigation. >> >> The idea is to be in my-lisp.el, and do C-c ', and get to a canonic

Re: [O] Org-mode outside Org-mode

2013-04-06 Thread Thorsten Jolitz
Samuel Wales writes: Hi Samuel, > IIUC, I don't think this is related. The idea is not to edit source > code in Org buffers, and it is not to use a Navi buffer or to do > navigation. > > The idea is to be in my-lisp.el, and do C-c ', and get to a canonical > entry in my-org.org, then do C-c

Re: [O] Org-mode outside Org-mode

2013-04-04 Thread Samuel Wales
Hi Thorsten, IIUC, I don't think this is related. The idea is not to edit source code in Org buffers, and it is not to use a Navi buffer or to do navigation. The idea is to be in my-lisp.el, and do C-c ', and get to a canonical entry in my-org.org, then do C-c ' again and get back to my-lisp.el.

Re: [O] Org-mode outside Org-mode

2013-04-04 Thread Thorsten Jolitz
Samuel Wales writes: > Great write-up, Thorsten. thanks > There is a whole other set of options also. I don't know if they are > close enough for you to include, but it's worth pointing them out. > > These are in the general category of Org annotations. Instead of > editing Org in a temporary

Re: [O] Org-mode outside Org-mode

2013-04-03 Thread Samuel Wales
Great write-up, Thorsten. There is a whole other set of options also. I don't know if they are close enough for you to include, but it's worth pointing them out. These are in the general category of Org annotations. Instead of editing Org in a temporary buffer, you use a real, permanent Org fil

Re: [O] Org-mode outside Org-mode

2013-03-15 Thread Thomas S. Dye
Aloha Thorsten, What a joy to find the following bit on Worg! To sum it up in one sentence: Outline with Outshine outshines Outline All the best, Tom -- Thomas S. Dye http://www.tsdye.com