[O] [PATCH] org-manual, org.texi: Fix typo in variable name

2018-03-29 Thread Grégoire Jadi
Hello, Here is a patch to fix a small typo in the manual. I haven't followed the recent development of org-mode so I don't know what is the new process regarding the manual. Thus, I patched both the =org-manual.org= and =org.texi=. From 9f030f2e8e37e4d36245234878435a79677b1511 Mon Sep 17 00:00:00

Re: [O] Exponential numbers in latex table export

2018-03-29 Thread Carsten Dominik
On Wed, Mar 28, 2018 at 1:55 PM, Nicolas Goaziou wrote: > Hello, > > Günter Lichtenberg writes: > > > I have a document with many automatically generated tables that contain > > numbers in exponential Format, e.g. 2e09. When I export the tables to > LaTeX > > and pdf I get something like 2 (-09)

[O] NA in R source code block

2018-03-29 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, “—“)? Vikas

[O] emacs , windows, gpg, org-crypt

2018-03-29 Thread hymie!
Greetings. I set this all up years ago, I just got a new computer, I'm not an expert with Windows, and I've been unable to find my problem with Google. I have Windows 10, I have emacs, I have Org 9.0.3 (yes, I need to update), and I have GPG4Win. I have entries in my .emacs file: (require

Re: [O] emacs , windows, gpg, org-crypt

2018-03-29 Thread Adonay Felipe Nogueira
> The only responses I can find are to add gpg to my %PATH% , but That's the most recommended way. > I don't think my employer's GPO will let me. That's very limitting indeed. In various GNU+Linux system distributions, even the user-friendly ones such as Trisquel ([1]), allow each user to have t

Re: [O] Exponential numbers in latex table export

2018-03-29 Thread Julius Dittmar
On 29.03.2018 10:37, Carsten Dominik wrote: I believe I ended up using this because I wanted something that is not dependent on having math-mode in the table column.  What I would have really preferred is "%s\times10^{%s}", but that is less stable because you need then to know if the column wi

Re: [O] emacs , windows, gpg, org-crypt

2018-03-29 Thread Jonathan Leech-Pepin
On 29 March 2018 at 09:59, hymie! wrote: > Greetings. > > I set this all up years ago, I just got a new computer, I'm not an expert > with Windows, and I've been unable to find my problem with Google. > > I have Windows 10, I have emacs, I have Org 9.0.3 (yes, I need to update), > and I have GPG4

Re: [O] emacs , windows, gpg, org-crypt

2018-03-29 Thread hymie!
Thank you! Your suggestion led me to the answer. In our last episode, the evil Dr. Lacto had captured our hero, Jonathan Leech-Pepin , who said: > On 29 March 2018 at 09:59, hymie! wrote: > >> Greetings. >> >> I set this all up years ago, I just got a new computer, I'm not an expert >> w

Re: [O] [PATCH] support insert link without write result to :file link

2018-03-29 Thread Berry, Charles
> On Mar 28, 2018, at 8:39 PM, stardiviner wrote: > > `:results file` will write non-empty result to `:file`. But `:results link` > don't, it just insert a link of `:file` at result. And that is what I want to > solve in the first post of this thread. The :post header arg will allow this.

[O] Trouble with scheduled item with deadline on agenda

2018-03-29 Thread Alex Branham
Hello - I have this item in one of my agenda files: ** TODO Pay estimated taxes SCHEDULED: <2018-03-31 Sat> DEADLINE: <2018-04-17 Tue -20d> and org-agenda-skip-deadline-prewarning-if-scheduled set to 'prescheduled. Since it is scheduled for a date later than today I would expect that it doesn'

Re: [O] Exponential numbers in latex table export

2018-03-29 Thread Carsten Dominik
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 using this because I wanted something that is not >> dependent on having math-mode in the table column. What I would have >> really preferred is "%s\times10^{%s}", but

Re: [O] Exponential numbers in latex table export

2018-03-29 Thread Nicolas Goaziou
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 using this because I wanted something that is not >>> dependent on having math-mode in the table column. What I would have >

Re: [O] [PATCH] org-manual, org.texi: Fix typo in variable name

2018-03-29 Thread Nicolas Goaziou
Hello, daim...@omecha.info (Grégoire Jadi) writes: > Hello, > > Here is a patch to fix a small typo in the manual. Applied. Thank you. > I haven't followed the recent development of org-mode so I don't know > what is the new process regarding the manual. Thus, I patched both the > =org-manual.o

[O] How to use xml src block as data input?

2018-03-29 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I have a xml src block like this: #+NAME: xml-sample #+begin_src xml http://www.w3.org/2005/Atom";> Example Feed http://example.org/"/> 2003-12-13T18:30:02Z John Doe urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 Atom-Powe

Re: [O] [PATCH] org-manual, org.texi: Fix typo in variable name

2018-03-29 Thread Grégoire Jadi
Nicolas Goaziou writes: > Hello, > > daim...@omecha.info (Grégoire Jadi) writes: > >> Hello, >> >> Here is a patch to fix a small typo in the manual. > > Applied. Thank you. Thanks. >> I haven't followed the recent development of org-mode so I don't know >> what is the new process regarding the