[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Bug: master: "Capture abort: (error Format specifier doesn’t ma
From: |
Gregor Zattler |
Subject: |
Re: [O] Bug: master: "Capture abort: (error Format specifier doesn’t match argument type)" |
Date: |
Tue, 03 Apr 2018 17:58:41 +0200 |
Hi Nicolas,
* Nicolas Goaziou <address@hidden> [2018-04-03; 10:26]:
> Gregor Zattler <address@hidden> writes:
>> GNU Emacs 26.0.91 (build 2, x86_64-pc-linux-gnu, GTK+ Version
>> 3.22.11) of 2018-04-02
>> and
>> Org mode version 9.1.9 (release_9.1.9-560-gf93aa7 @
>> /home/grfz/src/org-mode/lisp/)
>>
>>
>> I get
>>
>> "Capture abort: (error Format specifier doesn’t match argument
>> type)"
>>
>> after hitting the template key in order to capture something.
>
> I cannot reproduce it with default template. Do you use a special one?
Yes, sure. Sorry, for my laziness. None of my templates work any more
with git master. This is a (for privacy reasons) shortend version of
my customizations, done with the customize system:
...
'(org-capture-templates
(quote
(("c" "Computer" entry
(file+olp "~/org/grfz.org" "Computer")
"* TODO %? %^{}G
%I
%^{wann fällig?}T
%a: notiert am/um: %U")
("e" "Emacs" entry
(file+olp "~/org/grfz.org" "Computer" "Emacs")
"* TODO %? %^{}G
%I
%^{wann fällig?}T
%a: notiert am/um: %U")
("o" "Emacs org-mode" entry
(file+olp "~/org/grfz.org" "Computer" "Emacs" "org-mode")
"* TODO %? %^{}G
%I
%^{wann fällig?}T
%a: notiert am/um: %U")
("d" "diary the org-mode way" entry
(file+headline "~/org/diary.org" "aktuell")
"*** %? %^g
%I
%^{wann fällig?}T
%a: notiert am/um: %U")
("j" "Journal Entry" entry
(file+olp+datetree "~/org/grfz.org")
"* %? %^{}G
%I
%^{wann fällig?}T
%a: notiert am/um: %U")
("t" "Todo Entry" entry
(file+olp "~/org/grfz.org" "Sonstiges")
"* %? %^{}G
%I
%^{wann fällig?}T
%a: notiert am/um: %U"))))
...
Thanks for looking into this, Gregor
Re: [O] Bug: master: "Capture abort: (error Format specifier doesn’t match argument type)", Gregor Zattler, 2018/04/05