[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Bug: Capture prepend checkbox doesn't handle scheduled [9.2.3 (9
From: |
Nicolas Goaziou |
Subject: |
Re: [O] Bug: Capture prepend checkbox doesn't handle scheduled [9.2.3 (9.2.3-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20190402/)] |
Date: |
Tue, 09 Apr 2019 09:25:22 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hello,
Allen Li <address@hidden> writes:
> Make file /tmp/tmp.org containing:
>
> * TODO Foo
> SCHEDULED: <2019-04-08 Mon>
>
> 1. emacs -Q
> 2. Eval
>
> (add-to-list 'load-path (expand-file-name
> "~/.emacs.d/elpa/org-plus-contrib-20190402/"))
> (setq org-capture-templates '(("c" "Capture" checkitem (file+headline
> "/tmp/tmp.org" "Foo") "" :prepend t)))
>
> 3. M-x org-capture RET c
> 4. foo C-c C-c
>
> Contents of tmp.org:
>
> * TODO Foo
> - [ ] foo
> SCHEDULED: <2019-04-08 Mon>
>
> Expected:
>
> * TODO Foo
> SCHEDULED: <2019-04-08 Mon>
> - [ ] foo
Fixed. Thank you.
Regards,
--
Nicolas Goaziou