Re: [O] [ANN] org-dp-wrap-in-block

2015-03-07 Thread Xebar Saram
Ok so spend all morning picking up some elisp and i made some progress :) i can bind a key to auto warp a line. though i had to add a delete command since it always added 2 empty spaces after the wrap for some reason., it now looks like this (since its my first ever elisp code its probably very ug

Re: [O] [ANN] org-dp-wrap-in-block

2015-03-06 Thread Xebar Saram
H Thorsten i know this is a *very* late response but life/work has dragged me in last few months and only now i have time to take a look at org-dp :) if you remember i have near to null coding skills but i am trying to make sense of stuff looking at the github site and the org-dp.el examples i u

Re: [O] [ANN] org-dp-wrap-in-block

2014-08-19 Thread Thorsten Jolitz
Xebar Saram writes: Hi, > will use it over the next few days and report bug (if any) that i find good, thanks. As a hint, here the global keybindings I defined in my init.el (my default use-case is to simply wrap in a plain emacs-lisp src-block). You can define all kinds of functions that do

Re: [O] [ANN] org-dp-wrap-in-block

2014-08-19 Thread Xebar Saram
thx Thorsten this is great! will use it over the next few days and report bug (if any) that i find best Z On Tue, Aug 19, 2014 at 5:14 PM, Thorsten Jolitz wrote: > > Hi List, > > I've written the "eierlegende Wollmilchsau" of wrap-in-block functions > (i.e. the 'all-inclusive mother of all

[O] [ANN] org-dp-wrap-in-block

2014-08-19 Thread Thorsten Jolitz
Hi List, I've written the "eierlegende Wollmilchsau" of wrap-in-block functions (i.e. the 'all-inclusive mother of all wrap-in-block functions'). To check it out, you need to 1. Clone or fork the git repo (https://github.com/tj64/org-dp) 2. (add-to-list 'load-path "/path/to/org-dp/") and 3.