[O] [PATCH] ob-shell add "zsh" and "fish" to shell names.

2018-03-31 Thread stardiviner
Add "zsh" and "fish" into ob-shell support. From 699f8623542b5903b5291dd10d7bdaa74d5b25bd Mon Sep 17 00:00:00 2001 From: stardiviner Date: Sun, 1 Apr 2018 14:27:01 +0800 Subject: [PATCH] * ob-shell.el (org-babel-shell-names) add "zsh" and "fish". --- lisp/ob-shell.el | 2 +- 1 file changed, 1 i

[O] Let ob-shell support specify shell to execute shell code?

2018-03-31 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I want to specify Shell for ob-shell. Like this src block: #+begin_src shell echo $SHELL #+end_src I found ob-shell has header argument `:shebang`. But it only is used for tangled script. I hope ob-shell can support specify shell in header argum

Re: [O] NA in R source code block

2018-03-31 Thread Vikas Rawal
> > ### Solution 1 > > You could use an elisp function to clear the nil. It is not automatic > and you would have to write a formula for every column but it might > still be better changing them manually. > > I don't know how to implement it automatically though. > > #+BEGIN_SRC_elisp > (defu

Re: [O] NA in R source code block

2018-03-31 Thread Jeremie Juste
Hello, I don't have an ideal org-mode solution for this problem. I suggesting two ways hoping that more improvements will come > Here is an example. The NA in column a shows up in the results as > nil. Why does that happen? Is there a way of changing this behaviour? > I can manually replace NA w

Re: [O] Fix spelling in worg beamer

2018-03-31 Thread Nicolas Goaziou
Hello, Oscar Najera writes: > I was reading about ox-beamer and exporter and came across some spelling > typos. I'm sending you a patch for those with write access. I tried to > register an account on code.orgmode.org but since yesterday I'm still > waiting for the confirmation email. Applied.

Re: [O] NA in R source code block

2018-03-31 Thread Vikas Rawal
> >> NAs in a data frame that is created by an R source code block show up in the >> results as nil. Can I change it to something else (say, “—“)? > > Could you elaborate on your issue? Can you give a minimal example of > your block? It is very difficult to help with the information you gave. >

Re: [O] problems with attach after moving files

2018-03-31 Thread Nicolas Goaziou
Hello, kevinbanjo writes: > hi, I moved my org and data/ files to another machine and now when I go to > open an attachment I can't do it with org-attach open. I can however hit > enter on the heading like a link and it opens dired which then allows me to > select it. Any idea why this no longer

Re: [O] org-tempo missing (require 'org)

2018-03-31 Thread Nicolas Goaziou
Hello "Th. Rikl" writes: > org-tempo only works with loaded org as stated short before the > (provide ... in a comment in the org-tempo file. > > So IMHO the (require 'org) in the first lines is missing. In 99% of > uses it may work without this clause because > > org is even loaded for other re