nvim-orgmode / orgmode

Orgmode clone written in Lua for Neovim 0.9+.
https://nvim-orgmode.github.io/
MIT License
3.03k stars 134 forks source link

...plugged/orgmode.nvim/lua/orgmode/agenda/views/agenda.lua:13: invalid order function for sorting #179

Closed steigerth closed 2 years ago

steigerth commented 2 years ago

Describe the bug

If I open the agenda with leader oa the following error is displayed: [orgmode] ...r/start/orgmode.nvim/lua/orgmode/agenda/views/agenda.lua:13: invalid order function for sorting

Steps to reproduce

  1. open agenda with leader oa
  2. press key 'a'

The org file is here attached: work.txt

Expected behavior

agenda view should open

Emacs functionality

No response

Minimal init.lua

I could reproduce the error with the provided minimal init.lua file. I only added org_agenda_files init.zip

Screenshots and recordings

No response

OS / Distro

Debian bullseye

Neovim version/commit

NVIM v0.6.0-dev+461-g88e16a7f3

Additional context

No response

jmrussell commented 2 years ago

I get the same issue on the latest release.

kristijanhusak commented 2 years ago

Reproduced. Looking at it.

kristijanhusak commented 2 years ago

I pushed a fix. Shouldn't be happening any more. Let me know if everything is ok.

steigerth commented 2 years ago

I can confirm, that it works again. Thank you very much for your hard work on moving on with this project. Looking forward for further improvements!