[O] [PATCH] ob-comint.el bug WAS: Re: Using tramp to run R source code blocks on remote server

2016-04-22 Thread Charles C. Berry
On Thu, 21 Apr 2016, Vikas Rawal wrote: I am trying to run R source code blocks on a remote server (defined in my ~/.ssh/config as cesp). I am facing several problems. 1. The following sample block, when used with ":results value" does not give any results. #+NAME: level1 #+begin_src R

Re: [O] koma letter export receiver address

2016-04-22 Thread York Zhao
> Can you please provide a minimal example where you observe the problem from > Emacs -q and also provide the resulting tex file? I've already provided a minimal example on Mar 6, sent to you and this list. The following is that email: > Hi Rasmus, > > Thanks for your help. Here's my

Re: [O] closed != done

2016-04-22 Thread Samuel Wales
so the issue seems to be merely a line in the agenda code that determines that something is still scheduled because it looks at doneish kw instead of closed ts. btw, there is another distinction between unscheduled and closed scheduled. unscheduled means "i decided that this should no longer be

[O] closed != done

2016-04-22 Thread Samuel Wales
i've noticed that the agenda /time grid/ considers a task closed if it has a closed ts. this indicates that closed status is determined by the closed tag. it colors the line green, just like doneish keywords are. but i've also noticed that a closed non-doneish kw that is also scheduled will

Re: [O] Bug in vsum in org-mode table?

2016-04-22 Thread Thierry Banel
Le 22/04/2016 22:10, Charles Millar a écrit : On 04/22/2016 03:34 PM, Thierry Banel wrote: You can format the result as 2.0 with the f1 modifier (or f5 to get 2.0 and so on)

Re: [O] Bug in vsum in org-mode table?

2016-04-22 Thread Kaushal Modi
Thank you guys. Both of the below worked. #+TBLFM: @>$1=vsum(@2..@>>);f1 #+TBLFM: @>$1=vsum(@2..@>>);%0.1f On Fri, Apr 22, 2016 at 4:11 PM Charles Millar wrote: > > On 04/22/2016 03:34 PM, Thierry Banel wrote: > > You can format the result as *2.0* with the *f1* modifier

Re: [O] Bug in vsum in org-mode table?

2016-04-22 Thread Charles Millar
On 04/22/2016 03:34 PM, Thierry Banel wrote: You can format the result as *2.0* with the *f1* modifier (or *f5* to get *2.0* and so on) #+TBLFM: @>$1=vsum(@2..@>>)*;f1* In the manual the decimal format %.2f, etc. is shown as an example but apparently the f2 format is not mentioned. Is

Re: [O] Bug in vsum in org-mode table?

2016-04-22 Thread Thierry Banel
You can format the result as 2.0 with the f1 modifier (or f5 to get 2.0 and so on) #+TBLFM: @>$1=vsum(@2..@>>);f1 Le 22/04/2016 21:00, Kaushal Modi a écrit : Hi, The vsum is putting a sum as "2." instead

[O] Bug in vsum in org-mode table?

2016-04-22 Thread Kaushal Modi
Hi, The vsum is putting a sum as "2." instead of "2.0". Here is a simple example: |---| | Title | |---| | 0.5 | | 1.5 | |---| | 2. | |---| #+TBLFM: @>$1=vsum(@2..@>>) Org-mode version 8.3.4 (release_8.3.4-748-g7e320e @

[O] How to hide a table column from exporting

2016-04-22 Thread Kaushal Modi
Hi, I was trying to prevent an org table column from exporting to html. So I started looking for a solution and found this: http://stackoverflow.com/q/6641379/1219634 I have never used Radio Tables, and that too in org-mode itself (because it looks like Radio Tables are designed to insert

Re: [O] Using tramp to run R source code blocks on remote server

2016-04-22 Thread Cook, Malcolm
> On Fri, 22 Apr 2016, Nick Dokos wrote: > > > Vikas Rawal writes: > > > >> I am trying to run R source code blocks on a remote server > >> (defined in > my ~/.ssh/config as > >> cesp). > >> > >> I am facing several problems. >

Re: [O] Using tramp to run R source code blocks on remote server

2016-04-22 Thread Charles C. Berry
On Fri, 22 Apr 2016, Nick Dokos wrote: Vikas Rawal writes: I am trying to run R source code blocks on a remote server (defined in my ~/.ssh/config as cesp). I am facing several problems. 1. The following sample block, when

Re: [O] Using tramp to run R source code blocks on remote server

2016-04-22 Thread Nick Dokos
Vikas Rawal writes: > I am trying to run R source code blocks on a remote server (defined > in my ~/.ssh/config as > cesp). > > I am facing several problems. > > 1. The following sample block, when used with

Re: [O] coloured entries in index entries?

2016-04-22 Thread Sharon Kimble
Eric S Fraga writes: > On Thursday, 21 Apr 2016 at 18:19, Sharon Kimble wrote: >> I am having great difficulty in indexing a document involving exporting >> to latex. Specifically using colour within the index entry. >> >> ╭ >> │\index{Dutasteride!s/e!common - dizziness} =

Re: [O] dotfile managment with #+BEGIN_SRC conf code blocks?

2016-04-22 Thread Adam Porter
The conf-mode package may also be useful. I get syntax highlighting in conf blocks just by having it installed.

Re: [O] koma letter export receiver address

2016-04-22 Thread Rasmus
Hi, York Zhao writes: > Just wanted to follow up with this issue. I just tested it with the latest > org-mode (git commit 7e320e2), the problem was still there. Any chance this > can > be addressed? Can you please provide a minimal example where you observe the problem

Re: [O] How to export ASCII paintings to HTML

2016-04-22 Thread Luis
Dear Charles, thanks, "EXAMPLE" seems to be the "closest" answer here. except it ignores all the "TAB"s, so I have to change them to "whitespace". anyway, it solves my problem . On Thu, Apr 21, 2016 at 11:52 PM, Charles C. Berry wrote: > On Thu, 21 Apr 2016, Luis wrote: > >

Re: [O] dotfile managment with #+BEGIN_SRC conf code blocks?

2016-04-22 Thread Xebar Saram
got it, since im not executing stuff calling org-babel-tangle works now as expected thx! Z On Fri, Apr 22, 2016 at 12:11 PM, Robert Klein wrote: > Hi, > > Xebar Saram wrote: > > > hi all > > > > im looking at this link > >

Re: [O] dotfile managment with #+BEGIN_SRC conf code blocks?

2016-04-22 Thread Robert Klein
Hi, Xebar Saram wrote: > hi all > > im looking at this link > https://expoundite.net/guides/dotfile-management > > this sound very nice. yet it says there to put your conf in org > blocks with : #+BEGIN_SRC conf > > yet i cant see this in the org-babel-load-languages or

Re: [O] coloured entries in index entries?

2016-04-22 Thread Eric S Fraga
On Thursday, 21 Apr 2016 at 18:19, Sharon Kimble wrote: > I am having great difficulty in indexing a document involving exporting > to latex. Specifically using colour within the index entry. > > ╭ > │\index{Dutasteride!s/e!common - dizziness} = works > ╰ > > however if I try these, they

[O] dotfile managment with #+BEGIN_SRC conf code blocks?

2016-04-22 Thread Xebar Saram
hi all im looking at this link https://expoundite.net/guides/dotfile-management this sound very nice. yet it says there to put your conf in org blocks with : #+BEGIN_SRC conf yet i cant see this in the org-babel-load-languages or in any contrib files. how does one enable the conf code blocks,

Re: [O] orgmode and anova

2016-04-22 Thread Uwe Brauer
>>> "Kyle" == Kyle Andrews writes: > If you wanted to fit a linear regression model with R, you could do > so with the lm function. Calling anova on the output of the > regression would give you a regression anova table. > model <- lm(delivered_seeing ~

Re: [O] org-todo-yesterday and 23:59

2016-04-22 Thread Adam Porter
Adam Porter writes: > Samuel Wales writes: > >> can org-todo-yesterday be made to use [2016-04-20 Wed] instead of >> [2016-04-20 Wed 23:59]? > > I guess you could add :after advice to the function and remove the time > from the new timestamp.