Re: [O] NA in R source code block

2018-03-30 Thread Jeremie Juste
Vikas Rawal writes: Hello, > 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 inform

Re: [O] Exponential numbers in latex table export

2018-03-30 Thread Nicolas Goaziou
Hello, Carsten Dominik writes: > Hi Nicolas, > > let's make it nil. Done. Regards, -- Nicolas Goaziou0x80A93738

Re: [O] Exponential numbers in latex table export

2018-03-30 Thread Carsten Dominik
Hi Nicolas, let's make it nil. - Carsten On Thu, Mar 29, 2018 at 10:14 PM, Nicolas Goaziou wrote: > Hello, > > Carsten Dominik writes: > > > On Thu, Mar 29, 2018 at 5:51 PM, Julius Dittmar > > wrote: > > > >> > >> On 29.03.2018 10:37, Carsten Dominik wrote: > >> > >>> I believe I ended up us

Re: [O] FILETAGS tags hidden by TAGS option

2018-03-30 Thread Mark Edgington
Hi Nicolas, >> >> For example, with the following options, the foo tag will not show up >> when trying to do tab-completion, but only bar and baz will: >> >> #+TAGS: bar baz >> #+FILETAGS: foo > > FWIW, I cannot reproduce it (from master, I didn't check maint). You may > want to update Org and t

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

2018-03-30 Thread Th. Rikl
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 reasons.