Re: [O] Problem with R source blocks

2015-06-12 Thread Thomas S. Dye
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.

Re: [O] Problem with R source blocks

2015-06-12 Thread Thomas S. Dye
"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

[O] Pasting TAB characters into Org-mode when running Emacs in a terminal (--no-window-system)

2015-06-12 Thread Michael Fiedler
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

Re: [O] Problem with R source blocks

2015-06-12 Thread Charles C. Berry
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

Re: [O] Table captions in LaTeX export

2015-06-12 Thread Thomas S. Dye
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

Re: [O] Problem with R source blocks

2015-06-12 Thread Thomas S. Dye
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: ,-

Re: [O] Cannot get capture to work on Emacs 24.3.1 - Org itself does work

2015-06-12 Thread Myles English
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

Re: [O] custom agenda on TODO keywords and catagory

2015-06-12 Thread Myles English
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

[O] Cannot get capture to work on Emacs 24.3.1 - Org itself does work

2015-06-12 Thread George Taylor
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

Re: [O] Table captions in LaTeX export

2015-06-12 Thread Rasmus
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,

Re: [O] Problem with R source blocks

2015-06-12 Thread Charles C. Berry
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

Re: [O] Clocking each days entries into one table?

2015-06-12 Thread Sharon Kimble
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

Re: [O] Table captions in LaTeX export

2015-06-12 Thread Thomas S. Dye
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

Re: [O] Organizing and taming hectic Academia work (faculty viewpoint)? Tips or a good guides sought after :)

2015-06-12 Thread Ken Mankoff
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.

Re: [O] Organizing and taming hectic Academia work (faculty viewpoint)? Tips or a good guides sought after :)

2015-06-12 Thread Phillip Lord
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

[O] custom agenda on TODO keywords and catagory

2015-06-12 Thread Xebar Saram
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

Re: [O] Evaluate TBLFM in babel export to LaTeX (reposted)

2015-06-12 Thread Charles Millar
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

Re: [O] [feature request] org-capture-window-setup to stop capture window taking up whole frame

2015-06-12 Thread Eric S Fraga
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

Re: [O] Table captions in LaTeX export

2015-06-12 Thread Eric S Fraga
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