Feng Shu <tuma...@163.com> writes:

>> Do you see the warning frequently? If so, would you be able to bisect
>> your config and find out which part is causing the issue?
>
> emacs -Q
>
> ----------------------
> (global-set-key (kbd "C-c c") 'org-capture)
> (setq org-adapt-indentation 'headline-data)
>
> (setq org-capture-templates
>       (let ((file (concat "~/1.org")))
>         `(("s" "Schedule" entry (file+headline ,file "待整理")
>            "* TODO %?
>   SCHEDULED: %t
>   :PROPERTIES:
>   :created: %U
>   :END:
>
> %i"))))

Thanks! I can reproduce now. (got thrown off by the second warning)
Fixed on bugfix.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=7e6b55b8f

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>

Reply via email to