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
> 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 .emacs
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 sc
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 show
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)
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
> (or *f5* to get *2.0
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 t
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 of
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 @
/home/kmodi/usr_local/apps/6/emacs/emacs-25/share/emacs/site-
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 org-mod
> 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
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 used with ":results value" does
n
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 ":results value" does
> not give any r
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} = works
>> ╰
>>
>
The conf-mode package may also be useful. I get syntax highlighting in
conf blocks just by having it installed.
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
from Emacs -q and also pr
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:
>
> Still get the build
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
> > https://expoundite.net/guides/dotfile-management
> >
> > this sound ve
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 in any contrib
> file
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 do
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, a
>>> "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 ~ zeenith_seeing, data = delsee)
22 matches
Mail list logo