[O] Bug: org-babel inserts a spurious comma

2012-11-01 Thread Elias Pipping
Hi, please consider the following file: <

Re: [O] Generating captions--is there a better way?

2012-11-01 Thread cberry
Michael Gauland writes: > I use R to plot data, and like to include information about the plot in the > caption. I do this by combining two named SRC blocks--one for the image, and > one > for the caption--and then put their #+RESULTS: together. The caption is the > tricky bit; I use R to print

[O] Generating captions--is there a better way?

2012-11-01 Thread Michael Gauland
I use R to plot data, and like to include information about the plot in the caption. I do this by combining two named SRC blocks--one for the image, and one for the caption--and then put their #+RESULTS: together. The caption is the tricky bit; I use R to print a string that starts with #+CAPTION:,

Re: [O] htmlize and #+INCLUDE:

2012-11-01 Thread Fabrice Popineau
Thanks for the confirmation. There is no problem. It was me doing it wrong. It works ok now. I just have to chose between syntaxhighlighter, google code prettify or htmlize. I tend to prefer htmlize (probably more flexible as I can hack elisp code) but there is thing about using my current theme wi

Re: [O] Displaying agenda for today instead of diary with the calendar

2012-11-01 Thread Christian Wittern
On 2012-11-01 12:41, Nick Dokos wrote: (add-hook 'calendar-initial-window-hook 'org-agenda-list) That's it, it works wonderfully! Thank's a lot, Christian -- Christian Wittern, Kyoto

Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly

2012-11-01 Thread Nick Dokos
John Hendy wrote: > On Thu, Nov 1, 2012 at 10:38 AM, Nick Dokos wrote: > > John Hendy wrote: > > >     o run top (or whatever equivalent is available on your OS) and see > >       whether the CPU (or one of the CPUs) gets pegged at 100% > utilization > >       and stays th

Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly

2012-11-01 Thread John Hendy
On Thu, Nov 1, 2012 at 10:38 AM, Nick Dokos wrote: > John Hendy wrote: > > > o run top (or whatever equivalent is available on your OS) and see > > whether the CPU (or one of the CPUs) gets pegged at 100% > utilization > > and stays there. If yes, that's an indication of an infin

Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly

2012-11-01 Thread John Hendy
On Thu, Nov 1, 2012 at 10:38 AM, Nick Dokos wrote: > John Hendy wrote: > > > o run top (or whatever equivalent is available on your OS) and see > > whether the CPU (or one of the CPUs) gets pegged at 100% > utilization > > and stays there. If yes, that's an indication of an infin

Re: [O] htmlize and #+INCLUDE:

2012-11-01 Thread Nicolas Goaziou
Fabrice Popineau writes: > Given the fact that '#+INCLUDE: "file" src java' is expanded into an src > block, > I assume that htmlize should apply there too. Am I wrong? I think you're correct. A quick test shows me fontification is fine. Do you have an ECM to show the problem? Regards,

Re: [O] htmlize and #+INCLUDE:

2012-11-01 Thread Fabrice Popineau
> > Is there something special to do for htmlize to process an #+INCLUDE'd > > source file ? > > No. > > Do you mean that it should work out of the box or that it is not working at all? Because for me: - I can htmlize src blocks (with BEGIN_SRC) - I can highlight src blocks with syntaxhighlighter

Re: [O] htmlize and #+INCLUDE:

2012-11-01 Thread Nicolas Goaziou
Hello, Fabrice Popineau writes: > Is there something special to do for htmlize to process an #+INCLUDE'd > source file ? No. > Besides this, as far as I Can see, I have to use : > #+BEGIN_SRC java > but > #+INCLUDE: file java It's #+INCLUDE: "file" src java > Why to use a colon in one case

Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly

2012-11-01 Thread Nick Dokos
John Hendy wrote: > o run top (or whatever equivalent is available on your OS) and see >   whether the CPU (or one of the CPUs) gets pegged at 100% utilization >   and stays there. If yes, that's an indication of an infinite loop >   somewhere. > > - quit any other instances of e

Re: [O] TeX-master: TeX-master is let-bound

2012-11-01 Thread Nick Dokos
Christopher Schmidt wrote: > Nick Dokos writes: > > Hi Nick, > > were you able to reproduce my problem? > No - I didn't try to duplicate what ELPA does (or install through it): I just don't have the time for that. > > Christopher Schmidt wrote: > > > >> Nick Dokos writes: > >> > In any ca

Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly

2012-11-01 Thread John Hendy
On Wed, Oct 31, 2012 at 5:53 PM, Nick Dokos wrote: > John Hendy wrote: > > > On Wed, Oct 31, 2012 at 3:12 PM, wrote: > > > > John Hendy writes: > > > > > On Wed, Oct 31, 2012 at 11:41 AM, cbe...@tajo.ucsd.edu> wrote: > > > John Hendy writes: > > >

Re: [O] TeX-master: TeX-master is let-bound

2012-11-01 Thread Christopher Schmidt
Nick Dokos writes: Hi Nick, were you able to reproduce my problem? > Christopher Schmidt wrote: > >> Nick Dokos writes: >> > In any case, if you can get rid of the let-bind (or the need to >> > muck with TeX-master at all within org), without introducing a >> > regression, we are all ears. >>

Re: [O] [feature] Cut & paste of subtree

2012-11-01 Thread Sebastien Vauban
Hi Yagnesh, Yagnesh Raghava Yakkala wrote: >> However, testing it with C-c C-x C-y (for pasting the subtree) > > or simply "C-y" ?? With the above patch, _both_ C-y and C-c C-x C-y now work as expected. Best regards, Seb -- Sebastien Vauban

Re: [O] [feature] Cut & paste of subtree

2012-11-01 Thread Yagnesh Raghava Yakkala
> However, testing it with C-c C-x C-y (for pasting the subtree) or simply "C-y" ?? Thanks., -- ఎందరో మహానుభావులు అందరికి వందనములు YYR

Re: [O] [feature] Cut & paste of subtree

2012-11-01 Thread Sebastien Vauban
Hello Yagnesh, Yagnesh Raghava Yakkala wrote: > On 10月 31 2012, "Sebastien Vauban" > wrote: >> Since more or less one month or so, I've seen a change in the behavior of C-c >> C-x C-w, when cutting and pasting a subtree. > > I did know about this key binding, thanks for letting me know.. > > gen

[O] [Bug] Strange behavior of property-search and org-tags-view

2012-11-01 Thread Sven Bretfeld
Hi all Whenever I do a property-search (C-a / p) or an org-tags-view, some org-buffers are touched and need to be saved again, i.e. they display the ** flag in the status line and in Ibuffer. It is always the same three files, that seemingly have changed (in fact, they didn't change at all). They

[O] Capturing column view and LOGBOOK state change entries?

2012-11-01 Thread 'Mash (Thomas Herbert)
Morning, I have been reading and playing around with column view and capturing column view, but am unable to work-out how to view LOGBOOK entries. I record a note on certain state changes and would like to output these to a org table. Capturing column view / dynamic block looks like the way to go

[O] htmlize and #+INCLUDE:

2012-11-01 Thread Fabrice Popineau
Hi all, Is there something special to do for htmlize to process an #+INCLUDE'd source file ? Up to now, it seems to ignore it. I'm using the new exporter. Besides this, as far as I Can see, I have to use : #+BEGIN_SRC java but #+INCLUDE: file java Why to use a colon in one case and not in the ot

Re: [O] [BUG] New latex exporter: Not respecting author:nil and timestamp:nil

2012-11-01 Thread Nicolas Goaziou
Hello, Yagnesh Raghava Yakkala writes: > It would be good if no author command is export. please implement it. Done. Note: author:nil _and_ email:t will still use the email as the argument of the author command. Regards, -- Nicolas Goaziou