emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Bug in org-remember-templates handling


From: Rainer Stengele
Subject: [Orgmode] Bug in org-remember-templates handling
Date: Thu, 25 Oct 2007 14:59:47 +0200
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)

It looks like it is not possible to use a destination headline with blanks 
between words in org-remember-templates.

Example below: This one will fail to find the headline "Eingang - TODOS".
It will instead find "Eingang" which is an earlier headline.



 '(org-remember-templates '(
                               ("Todo" ?t  "* TODO 
%^{Service|Admin|TC|Besprechung|...}: %?                     :@DIPLAN:
   SCHEDULED: %t
   CLOCK: %U--%U =>  0:00
   erzeugt: %U
   %i" "~/org/DIPLAN.org" "Eingang - TODOS")
                               ("Service-Todo" ?s "* TODO Service: %?           
                                     :@DIPLAN:
   SCHEDULED: %t
   CLOCK: %U--%U =>  0:00
   erzeugt: %U
   %i" "~/org/DIPLAN.org" "Eingang - TODOS")
...



Changing it to "Eingang---TODOS" will work.


This is maybe a bug.

rainer





reply via email to

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