From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: org-elements: list in drawer Date: Mon, 6 Aug 2012 15:36:25 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyNTz-0000qf-Hb for emacs-orgmode@gnu.org; Mon, 06 Aug 2012 09:36:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SyNTv-0004b9-FJ for emacs-orgmode@gnu.org; Mon, 06 Aug 2012 09:36:31 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:59949) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyNTv-0004Xt-7M for emacs-orgmode@gnu.org; Mon, 06 Aug 2012 09:36:27 -0400 Received: by weys10 with SMTP id s10so2246027wey.0 for ; Mon, 06 Aug 2012 06:36:26 -0700 (PDT) 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: Org Mode Hi all M-q on the list item in this example does not try to fill: #+BEGIN_SRC org ,#+DRAWERS: MYDRAWER ,:MYDRAWER: ,- a paragraph longer than one line, a paragraph longer than one line, a paragraph longer than one line ,:END: #+END_SRC org-fill-paragraph recognizes a plain list but I think it should be a paragraph, like when without the drawer. org-element-parse-buffer looks to me as I would expect, org-element-at-point on the list item looks wrong to me. Today's release_7.8.11-374-g7791d40 on 24.1, emacs -Q. Michael