Matt Price <mopto...@gmail.com> writes:

> inside a drawer, when I try to make a lit, org-meta-return doesn't
> seem to create a new ist item, but instead just indents the next line
> without also inserting a "- ".  Is this a bug? THanks,

I think it is a bug, indeed.

There's this condition in `org-meta-return', but I'm not sure why it is
here. Probably historical reasons.

  (cond
   ...
   ((or (org-at-drawer-p) (org-in-drawer-p) (org-at-property-p))
    (newline-and-indent))
   ...)


Regards,

-- 
Nicolas Goaziou

Reply via email to