emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Bug: Emacs hangs with badly defined multi characters key hierarc


From: Nicolas Goaziou
Subject: Re: [O] Bug: Emacs hangs with badly defined multi characters key hierarchy in org-capture-templates [9.0 (9.0-dist @ /cygdrive/c/Users/re/.emacs.d/site-lisp/org-9.0/lisp/)]
Date: Mon, 30 Jan 2017 23:43:50 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Hello,

Roland Everaert <address@hidden> writes:

> When using multicharacters keys, if a key definition entry is missing,
> emacs hangs and must be killed.
>
> Example of an offending org-capture-templates definition:
>
> (setq org-capture-templates
>       '(("t" "Todo" entry (file+headline "~/somefile.org" "Tâches")
>      "* TODO %?\n  %i\n"  :clock-in t :clock-resume t)
>     ("l" "Mail" entry (file+datetree "~/somefile.org" "Divers")
>      "* EMAIL %?\n  %i\n" :clock-in t :clock-resume t)
>     ("fm" "some Menu - level 2")
>     ("fmm" "template defintion - level 3 " entry (file+olp "~/somefile.org"
> "Level 1" "level 2")
>      "* MEETING %?\n  %i\n" :clock-in t :clock-resume t)
>     ("fmt" "another template definition - level 3" entry (file+olp "~/
> somefile.org" "Level 1" "level 2")
>      "*** TODO %?\n  %i\n" :clock-in t :clock-resume t)))
>
> The definition of the "f" key is missing.

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou



reply via email to

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