t...@tsdye.com (Thomas S. Dye) writes:
> I'll report it to the ggplot2 folks.
Too late. The bug in plyr was corrected a week ago.
> library(devtools)
> devtools::install_github("hadley/plyr")
> library(plyr)
> library(ggplot2)
> ...
Thanks again for your help.
All the best,
Tom
--
Thomas S.
"Charles C. Berry" writes:
> I'd rewrite the src block with
>
> save.image(file="setup-for-ggplot.RData")
>
> before the graphics commands.
>
> Restart emacs and execute the src block.
>
> Start a fresh R session, then type
>
> load("setup-for-ggplot.RData")
>
> and type/paste in all the g
I prefer to use Emacs and Org-mode in a terminal, using parameter
--no-window-system on program start. However, when I try to paste some
source code that uses TABs for indentation into Org-Mode, they are being
removed so the code is now unindented. This problem does not occur when
running Ema
On Fri, 12 Jun 2015, Thomas S. Dye wrote:
Hi Chuck,
"Charles C. Berry" writes:
The error messages are coming from R. cbind will say:
: Error in data.frame(..., check.names = FALSE) :
: arguments imply differing number of rows: 2, 3
I think the problem is in ggplot2, rather than my for l
Rasmus writes:
> Hi,
>
> t...@tsdye.com (Thomas S. Dye) writes:
>
>> | #+attr_latex: :float nil :booktabs t :center nil :caption
>
>
> Float=nil disables the caption. There's an older thread on this. I
> started a patch for this, but I have not finished it, and at the moment
> I'm very busy.
T
Hi Chuck,
"Charles C. Berry" writes:
> The error messages are coming from R. cbind will say:
>
> : Error in data.frame(..., check.names = FALSE) :
> : arguments imply differing number of rows: 2, 3
I think the problem is in ggplot2, rather than my for loop:
,-
Hello George,
George Taylor writes:
> I cannot get Capture to work.
>
> Summary:
> I have successfully installed and used emacs on my laptop, and am happily
> using Org mode.
> I cannot get Capture to work. I have edited my .emacs file, but I am getting
> an error when starting emacs, and C-c
Hello Xebar,
Xebar Saram writes:
> im trying to create a custom agenda based on TODO keywords and category but
> with no success. i have this code block
>
> ("z" "Office block agenda" todo "TODO|BGU|EXP"
> (
> (tags-todo "CATEGORY=\"work\"")
> ))
>
>
> this does wor
I cannot get Capture to work.
Summary:
I have successfully installed and used emacs on my laptop, and am happily using
Org mode.
I cannot get Capture to work. I have edited my .emacs file, but I am getting an
error when starting emacs, and C-c c does not work.
Detail:
I have installed
24.3.1
Hi,
t...@tsdye.com (Thomas S. Dye) writes:
> | #+attr_latex: :float nil :booktabs t :center nil :caption
Float=nil disables the caption. There's an older thread on this. I
started a patch for this, but I have not finished it, and at the moment
I'm very busy.
> On export to LaTeX, I get this,
On Thu, 11 Jun 2015, Thomas S. Dye wrote:
Aloha all,
Recently, some previously working R code (below) stopped working correctly.
It is not possible to produce a graphic without :session. I get a red
message in the pdf file "arguments imply differing numbers of rows: 86,
79".
With :session, I
Subhan Michael Tindall writes:
> Have you investigated clocktables?
> Type in the following & hit C-c C-c with point on the 'BEGIN' line somewhere
> to update.
> This one produces a month summary by agenda file
> #+BEGIN: clocktable :block thismonth :narrow 30 :tcolumns 6 :maxlevel 1 :step
> d
Hi Eric,
Eric S Fraga writes:
> On Thursday, 11 Jun 2015 at 20:12, Thomas S. Dye wrote:
>
> [...]
>
>> It would be good to have :caption and label honored, even when :float
>> nil, like this:
>
> You could always resort to direct LaTeX directives, as in
>
> #+begin_src org
> ,#+begin_margintab
Hi Julian,
On 2015-06-10 at 10:16, Julian Burgos wrote:
> a) I first write in org-mode. Export to Word, either exporting first
> to ODT and then to Word, or to LaTex and then use pandoc to convert
> LaTex to Word. My coauthor can edit the document as he wishes, using
> the "Track changes" option.
For me, I was interested in integrating it with my literate work
(lentic). The idea would be a document with some formal representation
(using OWL, but it could be anything at all) and some English (or bad
English as this is science) representation in the org-mode view.
I could hide the formal vi
Hi all
im trying to create a custom agenda based on TODO keywords and category but
with no success. i have this code block
("z" "Office block agenda" todo "TODO|BGU|EXP"
(
(tags-todo "CATEGORY=\"work\"")
))
this does work but shows the 3 todo types from all agenda
I just realized that I misread org-sbe as org-she (as in shebang); so of
course my search for org-she yielded no results; now on to org-sbe
Charluie Millar
On 06/11/2015 05:11 PM, Charles Millar wrote:
Posted this request for assistance with an incomplete subject line
Hi,
I am learning how t
On Tuesday, 9 Jun 2015 at 14:35, Bernhard Pröll wrote:
> With a lot of windows open the annoying part of =org-capture= is
> =switch-to-buffer-other-window= for me. My approach is using the current
> window for the capture buffer:
>
> #+BEGIN_SRC elisp
> (defadvice org-capture (around bp/org-captur
On Thursday, 11 Jun 2015 at 20:12, Thomas S. Dye wrote:
[...]
> It would be good to have :caption and label honored, even when :float
> nil, like this:
You could always resort to direct LaTeX directives, as in
#+begin_src org
,#+begin_margintable
,#+latex: \label{tab:eg} \caption{Example ta
19 matches
Mail list logo