emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [BUG] warn when use org-capture [9.6 (release_9.6-3-ga4d38e @ /home/


From: Ihor Radchenko
Subject: Re: [BUG] warn when use org-capture [9.6 (release_9.6-3-ga4d38e @ /home/feng/emacs/emacs29/lisp/org/)]
Date: Sun, 04 Dec 2022 13:22:33 +0000

Feng Shu <tumashu@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

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