[O] Custom timestamps in date ranges

2017-07-05 Thread jeeger
Hello! I have a single-line patch to contribute. In my org-mode version (Org mode version 9.0.9 (9.0.9-30-g796a78-elpa)), custom timestamps do not correctly apply to date ranges. Only the second date is replaced in the custom date format. I've tracked this down to org-activate-dates. The line

Re: [O] capture templates and ^{prompt}

2017-07-05 Thread Nicolas Goaziou
Hello, Jean-Christophe Helary writes: > Sorry to send this question again: > >> Are there cases where %\1 ... %\N would be used *outside* of a string >>in a template? I don't think so. Regards, -- Nicolas Goaziou

Re: [O] Custom timestamps in date ranges

2017-07-05 Thread Nicolas Goaziou
Hello, jeeger writes: > I have a single-line patch to contribute. In my org-mode version (Org > mode version 9.0.9 (9.0.9-30-g796a78-elpa)), custom timestamps do not > correctly apply to date ranges. Only the second date is replaced in > the custom date format. I've tracked this down to org-acti

Re: [O] org babel, ess, R

2017-07-05 Thread Nicolas Goaziou
Hello, Vikas Rawal writes: > C-RET seems to be picking up the custom session name if it is already > there. But otherwise it generates the default *R* session there, Is there a bug to fix? If so, could start a new thread about it, ideally with an ECM demonstrating the issue? Regards, -- Nico

Re: [O] org babel, ess, R

2017-07-05 Thread John Hendy
On Wed, Jul 5, 2017 at 4:22 PM, Nicolas Goaziou wrote: > Hello, > > Vikas Rawal writes: > >> C-RET seems to be picking up the custom session name if it is already >> there. But otherwise it generates the default *R* session there, > > Is there a bug to fix? If so, could start a new thread about i

[O] Patch on org-agenda-cmp-user-defined not called

2017-07-05 Thread Li Zhuo
-- lizhuo From ed3ca2c1ea88b452fe3d324216740664de83a218 Mon Sep 17 00:00:00 2001 From: Vacker Date: Wed, 5 Jul 2017 19:38:01 +0800 Subject: [PATCH] fix `org-agenda-cmp-user-defined` not called when user has defined it --- lisp/org-agenda.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletio

Re: [O] Emacs-orgmode Digest, Vol 137, Issue 4

2017-07-05 Thread edgar
Date: Tue, 04 Jul 2017 09:54:13 +0100 From: Eric S Fraga I may be wrong but I thought that the library of babel provides a means of calling (#+CALL: or inline) the codes in the library but not necessarily use noweb to include them in other codes? Oh! interesting. I have been calling functions

[O] org-plus-contrib, where is library-of-babel.org?

2017-07-05 Thread Thomas S. Dye
Aloha all, Where has the Library of Babel gone? All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] org-plus-contrib, where is library-of-babel.org?

2017-07-05 Thread Kaushal Modi
On Wed, Jul 5, 2017, 10:41 PM Thomas S. Dye wrote: > Aloha all, > > Where has the Library of Babel gone? > I had never heard of that document, but it looks cool! I see that jt is here: http://orgmode.org/cgit.cgi/org-mode.git/tree/doc/library-of-babel.org (It got moved in 2013: http://orgmode.

Re: [O] org-plus-contrib, where is library-of-babel.org?

2017-07-05 Thread Thomas S. Dye
Aloha Kaushal Modi, Kaushal Modi writes: > On Wed, Jul 5, 2017, 10:41 PM Thomas S. Dye wrote: > >> Aloha all, >> >> Where has the Library of Babel gone? >> > > I had never heard of that document, but it looks cool! > > I see that jt is here: > http://orgmode.org/cgit.cgi/org-mode.git/tree/doc/li

Re: [O] org babel, ess, R

2017-07-05 Thread Charles C. Berry
On Wed, 5 Jul 2017, John Hendy wrote: On Wed, Jul 5, 2017 at 4:22 PM, Nicolas Goaziou wrote: Hello, Vikas Rawal writes: C-RET seems to be picking up the custom session name if it is already there. But otherwise it generates the default *R* session there, Is there a bug to fix? If so, cou

Re: [O] org babel, ess, R

2017-07-05 Thread Vikas Rawal
>> >> "... I'd like Org to pick up the fact that there's a :session >> argument with a custom name and use that for C-RET in the edit buffer; >> otherwise it generates the default *R* session there, but if you C-c >> C-c the block later it puts it into the custom session name." > > This is what `

Re: [O] org babel, ess, R

2017-07-05 Thread Charles C. Berry
On Wed, 5 Jul 2017, Vikas Rawal wrote: "... I'd like Org to pick up the fact that there's a :session argument with a custom name and use that for C-RET in the edit buffer; otherwise it generates the default *R* session there, but if you C-c C-c the block later it puts it into the custom session