"Scott Jaderholm" writes: > As of 5.13 I am unable to schedule or set deadlines other than > tomorrow. I thought this must be something in my settings but running > emacs with -q and loading org without any special settings yields the > same bug. Is anyone else having this problem? Same here -- fixed in the patch below. This was a problem with the new function: `org-read-date-get-relative' I didn't manage to fix the problem with inserting relative dates like "++2d" though. It looks like Org doesn't default to the date at point anymore. > A more minor bug: if I create a file and add a heading without entering > a newline and then try to schedule or set a deadline it will just say > End of buffer and not set anything, except it does add a newline. Then > if I try again the command will work. Fixed in the patch below.