On Tue, Dec 08 2009, Graham Smith wrote:
> The colnames t works as expected, but how do I then see the variable
> names when using the summary command, and str doesn't work at all
> (source block produced no output) . They appear OK in the R buffer.
This is help from the R side, not from the org-
Dan
I have started a new thread so it has a propel babel string. I have
also created a small file for testing.
The colnames t works as expected, but how do I then see the variable
names when using the summary command, and str doesn't work at all
(source block produced no output) . They appear OK
On Dec 8, 2009, at 6:52 PM, JBash wrote:
On Tue, Dec 8, 2009 at 12:21 PM, Carsten Dominik > wrote:
On Dec 7, 2009, at 9:15 PM, JBash wrote:
This is not working quite right for me...
I pulled the latest beamer branch from git this morning and
installed it. I am getting the export to late
Hi Sebastien,
On Dec 8, 2009, at 11:37 AM, Sébastien Vauban wrote:
Hi Thomas,
"Thomas S. Dye" wrote:
On Dec 7, 2009, at 11:50 PM, Sébastien Vauban wrote:
[2] I guess one could potentially think about dealing with
missing values
more explicitly in org-babel. E.g. there could be a header
Hi Thomas,
"Thomas S. Dye" wrote:
> On Dec 7, 2009, at 11:50 PM, Sébastien Vauban wrote:
>
>>> [2] I guess one could potentially think about dealing with missing values
>>> more explicitly in org-babel. E.g. there could be a header arg
>>> specifying what values are to be treatyed as missi
Dan,
Using session gets everything working as I expect it to, at least so
far it does. I will work through the other aspects you suggest but for
now its looking good.
> Could you post the first few lines of your data file, or a small example
> with the same format, as I don't completely understan
On Tue, Dec 8, 2009 at 12:21 PM, Carsten Dominik
wrote:
>
> On Dec 7, 2009, at 9:15 PM, JBash wrote:
>
>>
>> This is not working quite right for me...
>> I pulled the latest beamer branch from git this morning and installed it.
>> I am getting the export to latex, but no columns in the beamer (te
[This is OT for this list - comp.text.tex is a better venue. Otoh, the
reference might be useful to some people here - but unless org-mode
content can be added, let's make this the end of the thread. Thanks.]
I don't know anything about the gathered environment, but the standard
solutions are t
Graham Smith writes:
> I need a bit of help importing a data file into orgmode/babel.
>
> The import doesn't seem to know about having a header row
>
Hi Graham,
Could you post the first few lines of your data file, or a small example
with the same format, as I don't completely understand the ou
Hi Graham,
On Dec 8, 2009, at 6:41 AM, Graham Smith wrote:
I need a bit of help importing a data file into orgmode/babel.
The import doesn't seem to know about having a header row
#+srcname:woodland
#+begin_src R
read.table("/home/graham/Dropbox/College/BY4001/WoodlandData/
BY4001WoodlandDat
Hi Magnus,
that does work for me
- Carsten
On Dec 6, 2009, at 2:13 PM, Magnus Henoch wrote:
Bug report: LATEX_HEADER doesn't work in the beamer branch, neither
for "normal"
LaTeX exports nor for beamer export. It works fine in the master
branch.
Here is my test case. The commands i
On Dec 7, 2009, at 9:15 PM, JBash wrote:
This is not working quite right for me...
I pulled the latest beamer branch from git this morning and
installed it. I am getting the export to latex, but no columns in
the beamer (tex) and resulting pdf file. There is a title frame, a
TOC (blank)
Indeed, thank you very much, fixed now.
- Carsten
On Dec 8, 2009, at 6:46 AM, Ethan Ligon wrote:
Org-mode has been my constant companion for nearly two years now,
but I keep
discovering new and wonderful things it can do. It's been my
practice for
somewhile to outline my talks in org-mode
Hi David,
please make sure to tell me when there is a final version of the stuff
we should add to Org-mode.
Thanks!
- Carsten
On Dec 5, 2009, at 5:40 PM, David Bremner wrote:
For those of you interested in notmuch and org-mode, I have a
preliminary version of support for links from org-
Hi Mattias,
thanks for telling us what worked.
If someone can figure out what is going on here, a FAQ entry would be
MUCH appreciated.
- Carsten
On Dec 8, 2009, at 12:36 AM, Mattias Jämting wrote:
Hello again,
I've now got it to work. Not really sure why. This is what i did:
I removed
On Dec 3, 2009, at 8:37 PM, d.tchin wrote:
Hi
Carsten Dominik gmail.com> writes:
Hi,
On Dec 2, 2009, at 2:51 PM, d.tchin voila.fr wrote:
Hi,
I use org-export-latex to create latex powerdot
file. I make adaptation of template defined for
beamer class and it works quite well.
I have a
Doh.
Thanks for catching that mistake.
On 2009/12/8 1:28 AM, "Sébastien Vauban" wrote:
Hi Jonathan,
Jonathan Arkell wrote:
> On 2009/12/7 12:31 AM, "bluedian" wrote:
>>
>> For now, I use this basic snippet when defining emacs code block in my
>> configuration files, JDL-Debug is a flag I put
Le 08 Dec 2009 17:34, andrea a écrit:
>
> I have to write things like
> f(x) = | 0 if x == 1
>| 1 otherwise
>
> with the big curly bracket.
> It's a common thing and I found in latex is like here
> http://www.mathhelpforum.com/math-help/latex-help/59690-left-curly-brace.html
> Usin
I'd like to process agenda headlines and apply face (color) to ones with given
tags.
It seems like I should add a function to org-finalize-agenda-hook. When that
hook is invoked, how do I iterate over agenda headlines?
I thought I could use org-map-entries, on the current buffer, as follows:
I need a bit of help importing a data file into orgmode/babel.
The import doesn't seem to know about having a header row
#+srcname:woodland
#+begin_src R
read.table("/home/graham/Dropbox/College/BY4001/WoodlandData/BY4001WoodlandDataFinal.txt",header=TRUE)
#+end_src
#+resname: woodland
| "V1.1"
I have to write things like
f(x) = | 0 if x == 1
| 1 otherwise
with the big curly bracket.
It's a common thing and I found in latex is like here
http://www.mathhelpforum.com/math-help/latex-help/59690-left-curly-brace.html
Using \left{ and \begin{gathered}
For some reasons anyway it
Sébastien Vauban writes:
> Hi Dan and Eric,
>
> I have a side question, but I think this is of general interest for others as
> well.
>
> I almost don't know GnuPlot neither R -- yes, before seeing the light, I used
> Excel for all my graphs.
>
> So, my question is: for typical small plots (piech
Hi,
I have colleagues who are writing Org documents with latin-1 encoding and when
I export these documents to LaTeX I run into problems, because Org assumes
utf8.
Here's a little example:
--8<---cut here---start->8---
#+LATEX_CLASS: article
* Ceci est un tes
Hi all,
I'm using Sphinx to extract docstrings from my python code and create API
documentation
of my classes and methods. I like to have a small table at the top of each
class where all variables are listed.
It would be very useful to use the orgtbl-mode to create these tables but
the format used
At Tue, 8 Dec 2009 16:56:46 +0100,
Nicolas Girard wrote:
>
> Hi,
>
> *BUG:* is incorrectly translated in LaTeX to
> \textbf{BUG:\}
> It should be
> \textbf{BUG:}
>
> --
> Nicolas
>
Yes, I've noticed this bug a lot. You will also have a similar problem with:
\fontsize{9}{11}
becoming
\f
Aloha Sebasien,
On Dec 7, 2009, at 11:50 PM, Sébastien Vauban wrote:
But what's a "NA" value in general? Is 0 always a meaningful value as
numeric? Context-sensitive..
NA is a logical constant of length 1 which contains a missing value
indicator. Whether or not 0 is a meaningful value a
Hi,
*BUG:* is incorrectly translated in LaTeX to
\textbf{BUG:\}
It should be
\textbf{BUG:}
--
Nicolas
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/e
Hi,
the following sample document contains 3 code blocs ; only 2 of them
are properly exported to LaTeX.
#=
* Section
- A :: alpha
- Aa
- Bb
#+begin_src emacs-lisp
(message "This works")
#+end_src
#+begin_src emacs-lisp
(message "This doesn't")
#+end_src
- B :: b
Hi
Carsten Dominik gmail.com> writes:
>
> Hi,
> On Dec 2, 2009, at 2:51 PM, d.tchin voila.fr wrote:
>
> >
> > Hi,
> >
> > I use org-export-latex to create latex powerdot
> > file. I make adaptation of template defined for
> > beamer class and it works quite well.
> >
> > I have a problem I wo
Hi Dan and Eric,
I have a side question, but I think this is of general interest for others as
well.
I almost don't know GnuPlot neither R -- yes, before seeing the light, I used
Excel for all my graphs.
So, my question is: for typical small plots (piecharts and barplots), is there
any Org-babel
Hi Dan,
Dan Davison wrote:
> Sébastien Vauban writes:
>>
>> I have this table generated by a script:
>>
>> #+results: abc2008
>> | "2008/1" | -78.59 | 1627.24 |
>> | "2008/2" | -80.17 |700.33 |
>> | "2008/3" | -80.17 | 879.8 |
>> | "2008/4" | -80.17 | -25823.17 |
>> | "2008/5" | -8
Hi Dan,
Dan Davison wrote:
>
> * meantest
> #+srcname: calcmean(data=trial)
> #+begin_src R
> mean(data)
> #+end_src
>
> #+results: calcmean
> : 6.5
>
> or alternative syntax
>
> #+begin_src R :var data=trial
> mean(data)
> #+end_src
>
> #+results:
> : 6.5
As I am as well *learning* Org-babel and
Hi Jonathan,
Jonathan Arkell wrote:
> On 2009/12/7 12:31 AM, "bluedian" wrote:
>>
>> For now, I use this basic snippet when defining emacs code block in my
>> configuration files, JDL-Debug is a flag I put to true when I want to debug
>> my Emacs configuration.
>>
>> # -*- mode: snippet -*-
>> #
33 matches
Mail list logo