[O] bash alias and history in code block (again)

2014-04-15 Thread OSiUX
Hi, in the past I ask *How to use alias and bash builtin functions?* http://lists.gnu.org/archive/html/emacs-orgmode/2013-12/msg00205.html The solution: (setq org-babel-sh-command "bash -i") But now don't work anymore :-( My Org-mode version: 8.2.5h release_8.2.5h-660-gef207f Looking the s

Re: [O] bash alias and history in code block (again)

2014-04-17 Thread Bastien
OSiUX writes: > #+BEGIN_SRC sh :cmdline "-i" :session :results output >From a quick look, this should rather be: #+BEGIN_SRC sh :cmdline -i :session session_name :results output Can you test this? -- Bastien

Re: [O] bash alias and history in code block (again)

2014-04-22 Thread OSiUX
El jue, 17 abr 2014, Bastien decĂ­a: > OSiUX writes: > > > #+BEGIN_SRC sh :cmdline "-i" :session :results output > > From a quick look, this should rather be: > > #+BEGIN_SRC sh :cmdline -i :session session_name :results output > > Can you test this? Don't Work :-( ** DONE test =bash -i=

Re: [O] bash alias and history in code block (again)

2014-04-22 Thread Nick Dokos
OSiUX writes: > Hi, in the past I ask *How to use alias and bash builtin functions?* > > http://lists.gnu.org/archive/html/emacs-orgmode/2013-12/msg00205.html > > The solution: > > (setq org-babel-sh-command "bash -i") > > But now don't work anymore :-( > Works for me: (setq org-babel-sh-comm