cl-org-mode icon indicating copy to clipboard operation
cl-org-mode copied to clipboard

Instantiate org-drawer instead of org-basic-drawer.

Open aartaka opened this issue 2 years ago • 0 comments

This replaces the non-existent org-basic-drawer class name with the existing org-drawer.

Backstory: I tried to parse a file with drawers and a debugger shouted this at me:

There is no class named CL-ORG-MODE::ORG-BASIC-DRAWER.
   [Condition of type SB-PCL:CLASS-NOT-FOUND-ERROR]

org-basic-drawer is not mentioned anywhere but in the patched piece of code and in doc/raw-parser.org, so no hurt in replacing it with an existing class. @deepfire, was it a plan for future to subclass org-basic-drawer from org-drawer?

aartaka avatar Oct 16 '21 16:10 aartaka