Re: [O] [PATCH] Noweb expansion doesn't duplicate prefix across lines

2014-04-03 Thread Pontus Michael
Hello Eric. I produced a list of arguments in the support of this change, which can be reviewed here: http://lists.gnu.org/archive/html/emacs-orgmode/2014-03/msg01543.html Please let me know if your question still stands after taking those concerns into account.

Re: [O] [PATCH] Noweb expansion doesn't duplicate prefix across lines

2014-04-03 Thread Eric Schulte
This simply seems to trade one use case (noweb expansion behind a prefix), with another (multiple noweb expansions on the same line). Is there a way to support both use cases? Pontus Michael writes: > * lisp/ob-core.el (org-babel-expand-noweb-references): Change the the > behavior of noweb ex

[O] [PATCH] Noweb expansion doesn't duplicate prefix across lines

2014-03-31 Thread Pontus Michael
* lisp/ob-core.el (org-babel-expand-noweb-references): Change the the behavior of noweb expansion by replacing the prefix duplication with whitespace. Fix handling of multiple noweb references on the same line by using temporary buffer to replace noweb references in place instead of collec