Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • I had a similar problem, it seems to have been caused by a bug in one of the December releases of org-mode 9.15. I re-installed org-mode with the latest patches. M-x list-packages find org 20180102 and try installing that version. In my case at least, it was the bug from one of the recent version that has been fixed, apparently. Commented Jan 2, 2018 at 23:14
  • Drew: I hope you are happy now :) - not being sarcastic. Commented Jan 3, 2018 at 0:42
  • Fixed it for me! FWIW I had to add (add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t) to my init.el to see the new version. Commented Jan 3, 2018 at 7:40