emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org structuresin a drawer? (or some other presentation soution)


From: Nicolas Goaziou
Subject: Re: [O] org structuresin a drawer? (or some other presentation soution)
Date: Thu, 12 Sep 2013 19:49:31 +0200

Matt Price <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]