From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org structuresin a drawer? (or some other presentation soution) Date: Thu, 12 Sep 2013 19:49:31 +0200 Message-ID: <87sixaorpw.fsf@gmail.com> References: <871u4uq7c4.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKB1D-0001BZ-Dk for emacs-orgmode@gnu.org; Thu, 12 Sep 2013 13:49:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKB15-0003u7-16 for emacs-orgmode@gnu.org; Thu, 12 Sep 2013 13:49:27 -0400 Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:62197) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKB14-0003tx-QE for emacs-orgmode@gnu.org; Thu, 12 Sep 2013 13:49:18 -0400 Received: by mail-wi0-f171.google.com with SMTP id hm2so3913176wib.16 for ; Thu, 12 Sep 2013 10:49:17 -0700 (PDT) In-Reply-To: (Matt Price's message of "Thu, 12 Sep 2013 13:30:57 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matt Price Cc: Org Mode Matt Price 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