Bastien Guerry writes:
> Ihor Radchenko writes:
>
>> Attaching tentative patch that makes Org mode throw an error when a
>> prompt is requested for an external URI.
>
> LGTM! Thanks.
Applied, onto main.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=ea4a690c1
--
Ihor Radchen
Clément Payard writes:
> init.el configuration :
> -
> (add-to-list 'load-path “/home/.../org-mode/lisp”)
>
> (require 'org-capture)
>
> (setq org-capture-templates
> '((“t” “Todo” entry (file+headline
> “/home/user/Testdedossier/src/.emacs.d/test.org” “Tasks”)
> “* TODO %^
Thank you very much !
Le mar. 11 juin 2024 à 07:28, Ihor Radchenko a écrit :
> Clément Payard writes:
>
> > init.el configuration :
> > -
> > (add-to-list 'load-path “/home/.../org-mode/lisp”)
> >
> > (require 'org-capture)
> >
> > (setq org-capture-templates
> > '((“t” “Todo” ent
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
-