Re: [O] Problem in org-capture-templates

2013-05-07 Thread Igor Sosa Mayor
Am Tue, May 07, 2013 at 03:13:57PM +0200, Bastien wrote:
> Can you reproduce the problem with a minimal configuration?  
> 
> E.g. starting with emacs -q then loading the bits of config that are
> needed for reproducing this capture bug.

Thanks for your answer, Bastien.

Yes, you are right. If I start a minimal configuration the problem
disappears. I have to check my config which is very very very long...
But there is somewhere the problem.

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



Re: [O] Problem in org-capture-templates

2013-05-07 Thread Bastien
Hi Igor,

Igor Sosa Mayor  writes:

> Am Sun, Apr 28, 2013 at 10:49:01AM +0200, Bastien wrote: 
>> I cannot reproduce this.  Does anyone can?
>
> thnaks for your answer. With 8.0.2 it still happens. How could I debug
> what is going on?

Can you reproduce the problem with a minimal configuration?  

E.g. starting with emacs -q then loading the bits of config that are
needed for reproducing this capture bug.

HTH,

-- 
 Bastien



Re: [O] Problem in org-capture-templates

2013-04-28 Thread Igor Sosa Mayor
Hi Bastien,

Am Sun, Apr 28, 2013 at 10:49:01AM +0200, Bastien wrote: 
> I cannot reproduce this.  Does anyone can?

thnaks for your answer. With 8.0.2 it still happens. How could I debug
what is going on?

I thought maybe is ido-mode the problem, but if i disable it, it still
happens...

Many thanks in advance!


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



Re: [O] Problem in org-capture-templates

2013-04-28 Thread Bastien
Hi Igor,

Igor Sosa Mayor  writes:

> i'm experiencing since some weeks a very strange bug (maybe). I have
> this simple template:
>
> (setq org-capture-templates
> '(("e" "email (persönlich)" entry (file+headline "~/Documents/org/privat.org" 
> "Emails")
> "* TODO %^{Wem} schreiben
>SCHEDULED: %t
>   :PROPERTIES:
>   :Effort:   0:02
>   :END:
> %?")))
>
> I get asked for the pesron I want write to, but the problem is that
> I can not write a name with a blank space (say: `Barack Obama') because
> I get an error `no match'.
>
> This was working without problems for years. I have org 8.0.2 (but this
> happened also with the last 7.9 version). Emacs: 24.3.1.

I cannot reproduce this.  Does anyone can?

-- 
 Bastien



[O] Problem in org-capture-templates

2013-04-27 Thread Igor Sosa Mayor
[sorry for having send this emails several times... I made a mistake in
the subject...]

Hi,

i'm experiencing since some weeks a very strange bug (maybe). I have
this simple template:

(setq org-capture-templates
'(("e" "email (persönlich)" entry (file+headline "~/Documents/org/privat.org" 
"Emails")
"* TODO %^{Wem} schreiben
   SCHEDULED: %t
  :PROPERTIES:
  :Effort:   0:02
  :END:
%?")))

I get asked for the pesron I want write to, but the problem is that
I can not write a name with a blank space (say: `Barack Obama') because
I get an error `no match'.

This was working without problems for years. I have org 8.0.2 (but this
happened also with the last 7.9 version). Emacs: 24.3.1.

Thanks in advance

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