Re: [O] Small bug? Strange behaviour of

2014-10-20 Thread Bastien
Hi Igor,

Igor Sosa Mayor joseleopoldo1...@gmail.com writes:

 I have the following template for capture 

   (tp TODO privado entry (file+headline ~/Documents/org/privat.org 
 General)
* TODO %?\n SCHEDULED: %t )

 It works perfectly, except from a small strange behaviour. If I try to
 change the included date for schedule using C-c C-s, the cursor in the
 appearing calendar is always situated on the day BEFORE today, instead
 of on the present date.

I can't reproduce this.  Where is the cursor when you hit C-c C-s ?
Can you share a reproducible recipe?

Thanks,

-- 
 Bastien



Re: [O] Small bug? Strange behaviour of

2014-10-20 Thread Igor Sosa Mayor
Bastien b...@gnu.org writes:

 I can't reproduce this.  Where is the cursor when you hit C-c C-s ?
 Can you share a reproducible recipe?

Hi Bastien,

the cursor is here:

** TODO esto es una prueba [CURSOR]
 SCHEDULED: 2014-10-20 lun

I hit C-c C-s and the calendar has the cursor on 2014-10-19. 

The capture command is like that:

--8---cut here---start-8---
(tp TODO privado entry (file+headline ~/Documents/org/privat.org 
General)
 * TODO %?\n SCHEDULED: %t )
--8---cut here---end---8---

thanks for your answer.

I have: org 8.2.10 on emacs 24.3.

PS: BTW is there a command to insert org-version and emacs version 
in a emails automatically? 

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] Small bug? Strange behaviour of

2014-10-20 Thread Marco Wahl
Hi Igor,

 I have: org 8.2.10 on emacs 24.3.

 PS: BTW is there a command to insert org-version and emacs version 
 in a emails automatically? 

What about using

(signature (concat Org  (org-version) ,  (emacs-version)))

in gnus-posting-styles?


Best regards,  Marco
-- 
Org 8.2.10, GNU Emacs 25.0.50.2 (x86_64-unknown-linux-gnu, GTK+ Version 3.12.2)
 of 2014-10-14 on tm6592




Re: [O] Small bug? Strange behaviour of

2014-10-20 Thread Igor Sosa Mayor
Marco Wahl marcowahls...@gmail.com writes:

 Hi Igor,
 What about using

 (signature (concat Org  (org-version) ,  (emacs-version)))

 in gnus-posting-styles?

thanks for your answer. This is a good idea!