Re: [O] can I refile or archive from the agenda without rebuilding?

2014-12-15 Thread Samuel Loury
Alan Schmitt alan.schm...@polytechnique.org writes: On 2014-12-12 12:01, Kyle Meyer k...@kyleam.com writes: Alan Schmitt alan.schm...@polytechnique.org wrote: My agenda is fairly big, and it takes a few minutes to generate it. Wow. I meant seconds (about 20 seconds). But is feels like

Re: [O] constellations Re: relative deadlines

2014-12-15 Thread Samuel Loury
J. David Boyd dbo...@mmm.com writes: Tom Baker tombake...@gmail.com writes: Date: Tue, 09 Dec 2014 12:05:39 -0500 From: dbo...@mmm.com (J. David Boyd) To: emacs-orgmode@gnu.org Subject: Re: [O] relative deadlines J. David Boyd dbo...@mmm.com wrote on Dec 9: Jeffrey Brent McBeth

Re: [O] Capturing outgoing gnus e-mail

2014-12-15 Thread Uwe Brauer
Bastien == Bastien b...@gnu.org writes: Hi Bastien I just saw your code Hi Ivan, this is what I use : ;; Hack to store Org links upon sending Gnus messages (defun

[O] Bug: Export Error with a css code snippet

2014-12-15 Thread Daniele Parisi
Hello, this snippet won't export after this error face-attribute: Invalid face: css-property, italic: #+BEGIN_SRC css -moz-border-image: url(dots.gif) 10 stretch; #+END_SRC In emacs css-mode displays -moz-border-image as italic. Daniele

Re: [O] [RFC] Display most recent log item in Agenda

2014-12-15 Thread Nicolas Goaziou
Eric Abrahamsen e...@ericabrahamsen.net writes: I think this still isn't quite right. If the variable `org-log-into-drawer' is set to t, and the entry has no logdrawer property, the whole function still returns the t, which breaks `org-log-beginning'. Indeed. Fixed. Thank you. Regards,

Re: [O] [RFC] Display most recent log item in Agenda

2014-12-15 Thread Nicolas Goaziou
Eric Abrahamsen e...@ericabrahamsen.net writes: I started with this approach for two reasons: 1) I thought collecting the list items would be simpler, and as it became more and more complicated, I didn't rethink the approach, and 2) collecting all the items is the actual feature I was after

[O] Something wrong with the src_python babel execution

2014-12-15 Thread iemacs
Hi, I'm using GNU Emacs 24.4.4 (x86_64-apple-darwin13.4.0, Carbon Version 157 AppKit 1265.21) with Org-mode version 8.2.10 (8.2.10-29-g89a0ac-elpaplus). Example file: --8---cut here---start-8--- #+BEGIN_SRC python :session test :exports none a = 0.55

Re: [O] Is it possible to use org-babel to deal with bibtex?

2014-12-15 Thread Richard Lawrence
Hi Feng, Feng Shu tuma...@gmail.com writes: I want to deal with my bibtex like this, is it possible? I'm not entirely sure what you're asking to do here. Your example looks like you want to store bibliography information in Org, and generate citations using Org syntax. This is possible,

[O] PlantUML

2014-12-15 Thread Ciaran Mulloy
Hi, I just tried evaluating plantUML source code in babel and get the following error message: Error: Invalid or corrupt jarfile /home/cmulloy/.emacs.d/elpa/contrib/scripts/ I'm currently in the latest stable release of org-mode 8.2.10 and have downloaded the plantuml.jar application in the

Re: [O] PlantUML

2014-12-15 Thread Nick Dokos
Ciaran Mulloy crmul...@gmail.com writes: Hi, I just tried evaluating plantUML source code in babel and get the following error message: Error: Invalid or corrupt jarfile /home/cmulloy/.emacs.d/elpa/contrib/scripts/ I'm currently in the latest stable release of org-mode 8.2.10 and have

[O] Exporting LaTeX fragments equations Org-mode 8.2.10

2014-12-15 Thread kevin.lemorzadec
Hello, Since I updated to Org-mode version 8.2.10, I am having trouble exporting equation in latex properly. Some \ are inserted in the tex verion. For example: \begin{equation} \label{eqn:Lpar} Lpar_{k}=\frac{hb_{k}}{slope} \end{equation} Becomes: \begin{equation} \label{eqn:Lpar}

Re: [O] Exporting LaTeX fragments equations Org-mode 8.2.10

2014-12-15 Thread Thomas S. Dye
Aloha Kevin, kevin.lemorzadec kevin.lemorza...@mun.ca writes: Since I updated to Org-mode version 8.2.10, I am having trouble exporting equation in latex properly. Some \ are inserted in the tex verion. For example: \begin{equation} \label{eqn:Lpar} Lpar_{k}=\frac{hb_{k}}{slope}

Re: [O] Exporting LaTeX fragments equations Org-mode 8.2.10

2014-12-15 Thread kevin.lemorzadec
It does, Thanks for the answer, Kevin On Mon, Dec 15, 2014 at 4:58 PM, Thomas S. Dye t...@tsdye.com wrote: Aloha Kevin, kevin.lemorzadec kevin.lemorza...@mun.ca writes: Since I updated to Org-mode version 8.2.10, I am having trouble exporting equation in latex properly. Some \ are

Re: [O] Evaluating R source code line by line

2014-12-15 Thread Vikas Rawal
For your use case, I would suggest adding print() calls in strategic places in your long-running code, which will appear in the R buffer to let you know how it’s progressing. I don’t quite understand everything you wrote. But this would be helpful for my test case. Will use. Thanks.

Re: [O] PlantUML

2014-12-15 Thread Ciaran Mulloy
On 15/12/14 18:50, Nick Dokos wrote: Ciaran Mulloy crmul...@gmail.com writes: Hi, I just tried evaluating plantUML source code in babel and get the following error message: Error: Invalid or corrupt jarfile /home/cmulloy/.emacs.d/elpa/contrib/scripts/ I'm currently in the latest stable

Re: [O] Entering Repeating Scheduled Tasks in the Minibuffer

2014-12-15 Thread Kenneth Jacker
So, no one has any ideas about the syntax for an all-in-minibuffer specification of a repeated, scheduled event? -Kenneth PS Thanks, Pete, for your explaining (=F) ...

Re: [O] [RFC] Display most recent log item in Agenda

2014-12-15 Thread Eric Abrahamsen
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Eric Abrahamsen e...@ericabrahamsen.net writes: I started with this approach for two reasons: 1) I thought collecting the list items would be simpler, and as it became more and more complicated, I didn't rethink the approach, and 2) collecting

[O] getting calc-units working in table formulas

2014-12-15 Thread Eric Abrahamsen
I've been playing with calc-units, and it's pretty amazing. See all the units with `calc-view-units-table'. Some calc-units stuff works out the box (maybe have to require calc-units?), I think this should be mentioned in the manual: | distance | time | speed |

Re: [O] getting calc-units working in table formulas

2014-12-15 Thread Eric Abrahamsen
Eric Abrahamsen e...@ericabrahamsen.net writes: I've been playing with calc-units, and it's pretty amazing. See all the units with `calc-view-units-table'. Some calc-units stuff works out the box (maybe have to require calc-units?), I think this should be mentioned in the manual: |