danielmagnussons / orgmode

orgmode is for keeping notes, maintaining TODO lists, planning projects, and authoring documents with a fast and effective plain-text system.
MIT License
753 stars 70 forks source link

Org mode org-schedule (C-c C-s) error #77

Closed BuddhiLW closed 3 years ago

BuddhiLW commented 3 years ago

Expected behavior

I press C-c C-s and expected to prompt the calendar to chose a date.

Actual behavior

But, actually, for a split second the calendar appears, and then emacs returns me the message:

version-to-list: Invalid version syntax: ‘’ (must start with a number)

Steps to reproduce the problem

Create a TODO item, press C-c C-s on top of it.

Environment & Version information

All my org related packages are up to date.

Emacs version

GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.22, cairo version 1.17.3) of 2020-08-29

Operating system

Artix Linux (Arch with runit et el.)

pic-selected-210102-1025-56

BuddhiLW commented 3 years ago

https://user-images.githubusercontent.com/59554283/103458396-4ba18e00-4ce6-11eb-81b8-4e79cf486f95.mp4

MCSH commented 3 years ago

I'm getting the exact same error, I'm not well versed with emacs debugging, if there are anythings I can provide, please let me know. This is the content of the Warnings buffer:

Error (use-package): org-journal/:catch: Invalid version syntax: ‘’ (must start with a number)

And this is the MEssages:

version-to-list: Invalid version syntax: ‘’ (must start with a number)

localauthor commented 3 years ago

This error is described here and here. Installing org-mode 9.4.4 from Elpa and restarting Emacs resolved the issue for me.

MCSH commented 3 years ago

Thank you, that fixed the problem.