emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Fix for bug in org-capture


From: Bastien
Subject: Re: [O] Fix for bug in org-capture
Date: Tue, 16 Apr 2013 09:29:23 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Hi Robert,

Robert Goldman <address@hidden> writes:

> I tried to make two submenus to my org-capture templates: a prefix key
> "t" (for TODO) and a prefix key "T" (for today's TODO).
>
> When I tried to use them, the "T" key did not appear and was not accepted.
>
> Looking more deeply, it appears that it was filtered out by a mistakenly
> case-folding (or at least potentially case-folding) search in org-capture.

I cannot reproduce this.

I have these two captures templates:

(setq org-capture-templates
      '(
        ("Ir" "Information read" entry (file+headline "~/org/garden.org" 
"Infos")
         "* TODO %?%a :Read:\n  :PROPERTIES:\n  :CAPTURED: %U\n  :END:\n\n%i" 
:prepend t)

        ("IR" "Information read (!)" entry (file+headline "~/org/garden.org" 
"Infos")
         "* TODO %?%a :Read:\n  :PROPERTIES:\n  :CAPTURED: %U\n  :END:\n\n%i" 
:prepend t :immediate-finish t)
       ))

They are both recognized well.

Maybe you can try with this minimal example and tell if you can
still reproduce the problem?  Also let us know what version of Org
you are using.

> I am attaching a diff which has the two line fix for this bug.

I'll apply it if we can reproduce and narrow down the problem.

Thanks,

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]