Re: [O] [PATCH] Add 'inline-only option to org-export-babel-evaluate

2013-04-18 Thread Sebastien Vauban
Hi Aaron, Aaron Ecay wrote: > 2013ko apirilak 18an, Sebastien Vauban-ek idatzi zuen: >> Bastien wrote: >>> I applied this patch, thanks a lot. Please see the small changes >>> I made to the ChangeLog entry for next commit messages: >>> >>> http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=2586

Re: [O] [PATCH] Add 'inline-only option to org-export-babel-evaluate

2013-04-18 Thread Aaron Ecay
Hi Sebastien, 2013ko apirilak 18an, Sebastien Vauban-ek idatzi zuen: > > Hello, > > Bastien wrote: >> I applied this patch, thanks a lot. Please see the small changes >> I made to the ChangeLog entry for next commit messages: >> >> http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=25869e >

Re: [O] [PATCH] Add 'inline-only option to org-export-babel-evaluate

2013-04-18 Thread Sebastien Vauban
Hello, Bastien wrote: > I applied this patch, thanks a lot. Please see the small changes > I made to the ChangeLog entry for next commit messages: > > http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=25869e How is that suppose to cooperate with ":eval never-export" (which avoids all the eva

Re: [O] [PATCH] Add 'inline-only option to org-export-babel-evaluate

2013-04-18 Thread Bastien
Hi Aaron, I applied this patch, thanks a lot. Please see the small changes I made to the ChangeLog entry for next commit messages: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=25869e Sorry, I know this sounds nitpicking and perhaps pedantic, but the more careful we are about this upstr

Re: [O] [PATCH] Add 'inline-only option to org-export-babel-evaluate

2013-04-18 Thread Aaron Ecay
Hi Eric, 2013ko apirilak 2an, Eric Schulte-ek idatzi zuen: > > I'm happy to apply this patch, however please also supply a patch which > updates the corresponding documentation. By “documentation” you mean the texinfo manual, right? Here is a new version of this patch which also updates the man

Re: [O] [PATCH] Add 'inline-only option to org-export-babel-evaluate

2013-04-02 Thread Eric Schulte
I'm happy to apply this patch, however please also supply a patch which updates the corresponding documentation. Thanks! Aaron Ecay writes: > * lisp/ob-exp.el (org-export-babel-evaluate): Update defcustom to > provide 'inline-only option > (org-babel-exp-results): Implement 'inline-only for

Re: [O] [PATCH] Add 'inline-only option to org-export-babel-evaluate

2013-04-01 Thread Aaron Ecay
Hi Nicolas, 2013ko apirilak 1an, Nicolas Goaziou-ek idatzi zuen: > > This sentence is wrong. Look, for example at > `org-latex-inline-src-block'. The exporter doesn't delete anything, > Babel does. You’re right – I meant (and should have said) “the process of exporting” more broadly, not the exp

Re: [O] [PATCH] Add 'inline-only option to org-export-babel-evaluate

2013-04-01 Thread Nicolas Goaziou
Hello, Aaron Ecay writes: > * lisp/ob-exp.el (org-export-babel-evaluate): Update defcustom to > provide 'inline-only option > (org-babel-exp-results): Implement 'inline-only for > org-export-babel-evaluate > > This is useful because there is no way for inline results to be stored. > The im

[O] [PATCH] Add 'inline-only option to org-export-babel-evaluate

2013-03-31 Thread Aaron Ecay
* lisp/ob-exp.el (org-export-babel-evaluate): Update defcustom to provide 'inline-only option (org-babel-exp-results): Implement 'inline-only for org-export-babel-evaluate This is useful because there is no way for inline results to be stored. The imagined usecase is that all non-inline sour