Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-06-11 Thread Ihor Radchenko
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

Re: Bug: org-capture does not work if called from minibuffer (Org mode version 9.6.10 (9.6.10-n/a-g902975)

2024-06-11 Thread Ihor Radchenko
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 %^

Re: Bug: org-capture does not work if called from minibuffer (Org mode version 9.6.10 (9.6.10-n/a-g902975)

2024-06-11 Thread Clément Payard
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

[BUG] org-export: incorrect assignment of bind keywords [9.7.3 (9.7.3-2f1844 @ /home/user/.emacs.d/elpa/org-9.7.3/)]

2024-06-11 Thread Suhail Singh
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. -