Cletip Cletip <clement020...@gmail.com> writes:

> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=558db89e4
>
> I don't really understand what mean that : what should I do to have this ?
> Update org-mode ? Another things ?

Yes, it will be enough to update Org mode.
Either to main (experimental) branch or to bugfix (stable release
candidate) branch.

AFAIU, you are using Elpaca, so it should be easy for you to update.
You will need to specify the branch in Org repository. See
https://github.com/progfolio/elpaca/blob/master/doc/manual.md#recipe-keyword-branch

  (elpaca
;; or the version you like
      (org :type git :host github :repo "bzg/org-mode" :branch "bugfix")
    (setq org-agenda-files '("/home/.../test.org"))
    )

Note that you are using Org mode mirror, not the official git repo (so,
it may or may not be up-to-date). Our main repository is in
https://git.savannah.gnu.org/cgit/emacs/org-mode.git

-- 
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