Re: [O] [babel] [PATCH] enhanced org-babel-goto-named-src-block

2012-03-01 Thread Andreas Leha
t...@tsdye.com (Thomas S. Dye) writes: > Andreas Leha writes: > >> "Sebastien Vauban" >> writes: >> >>> Hi Jonathan, >>> >>> Jonathan Leech-Pepin wrote: I ran into exactly that question this morning and managed to figure it out. If I use "emacs -q" then C-c & works as expected and

Re: [O] [babel] [PATCH] enhanced org-babel-goto-named-src-block

2012-02-29 Thread Thomas S. Dye
Andreas Leha writes: > "Sebastien Vauban" > writes: > >> Hi Jonathan, >> >> Jonathan Leech-Pepin wrote: >>> I ran into exactly that question this morning and managed to figure it out. >>> >>> If I use "emacs -q" then C-c & works as expected and is mapped to >>> (org-mark-ring-goto & optional N).

Re: [O] [babel] [PATCH] enhanced org-babel-goto-named-src-block

2012-02-29 Thread Andreas Leha
"Sebastien Vauban" writes: > Hi Jonathan, > > Jonathan Leech-Pepin wrote: >> I ran into exactly that question this morning and managed to figure it out. >> >> If I use "emacs -q" then C-c & works as expected and is mapped to >> (org-mark-ring-goto & optional N). However when trying C-c & C-h I f

Re: [O] [babel] [PATCH] enhanced org-babel-goto-named-src-block

2012-02-29 Thread Sebastien Vauban
Hi Jonathan, Jonathan Leech-Pepin wrote: > I ran into exactly that question this morning and managed to figure it out. > > If I use "emacs -q" then C-c & works as expected and is mapped to > (org-mark-ring-goto & optional N). However when trying C-c & C-h I find > out that C-c & is a prefix for a

Re: [O] [babel] [PATCH] enhanced org-babel-goto-named-src-block

2012-02-29 Thread Jonathan Leech-Pepin
Hello Thomas, I ran into exactly that question this morning and managed to figure it out. If I use "emacs -q" then C-c & works as expected and is mapped to (org-mark-ring-goto & optional N). However when trying C-c & C-h I find out that C-c & is a prefix for a few yasnippet commands: , | `y

Re: [O] [babel] [PATCH] enhanced org-babel-goto-named-src-block

2012-02-29 Thread Thomas S. Dye
Andreas Leha writes: > t...@tsdye.com (Thomas S. Dye) writes: > >> Andreas Leha writes: >> >>> Hi all, >>> >>> attached is a patch that enhances org-babel-goto-named-src-block (bound >>> to C-c C-v g by default). Included are two enhancements: >>> >>> 1. the point is pushed to the org-mark-rin

Re: [O] [babel] [PATCH] enhanced org-babel-goto-named-src-block

2012-02-29 Thread Andreas Leha
t...@tsdye.com (Thomas S. Dye) writes: > Andreas Leha writes: > >> Hi all, >> >> attached is a patch that enhances org-babel-goto-named-src-block (bound >> to C-c C-v g by default). Included are two enhancements: >> >> 1. the point is pushed to the org-mark-ring, such that returning with >>

Re: [O] [babel] [PATCH] enhanced org-babel-goto-named-src-block

2012-02-28 Thread Thomas S. Dye
Andreas Leha writes: > Hi all, > > attached is a patch that enhances org-babel-goto-named-src-block (bound > to C-c C-v g by default). Included are two enhancements: > > 1. the point is pushed to the org-mark-ring, such that returning with > C-c & becomes possible > 2. the target src block

Re: [O] [babel] [PATCH] enhanced org-babel-goto-named-src-block

2012-02-25 Thread Eric Schulte
Applied, Thanks! Andreas Leha writes: > Hi all, > > attached is a patch that enhances org-babel-goto-named-src-block (bound > to C-c C-v g by default). Included are two enhancements: > > 1. the point is pushed to the org-mark-ring, such that returning with > C-c & becomes possible > 2. th