From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Somelauw ." Subject: Small error in documentation in org-element Date: Mon, 12 Jun 2017 00:31:40 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dKBOa-0002Gv-Ug for emacs-orgmode@gnu.org; Sun, 11 Jun 2017 18:31:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dKBOa-0001Ci-Cv for emacs-orgmode@gnu.org; Sun, 11 Jun 2017 18:31:44 -0400 Received: from mail-wr0-x230.google.com ([2a00:1450:400c:c0c::230]:33588) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dKBOa-0001CD-58 for emacs-orgmode@gnu.org; Sun, 11 Jun 2017 18:31:44 -0400 Received: by mail-wr0-x230.google.com with SMTP id v104so78363462wrb.0 for ; Sun, 11 Jun 2017 15:31:42 -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" To: emacs-orgmode@gnu.org Hello I found a small error in the documentary in org-element.el On line 32, it says "An element always starts and ends at the beginning of a line." This is not completely accurate. Take the following example - foe Here we have an item list containing an item containing a paragraph. A paragraph is an org element, but in this case it does not start at the beginning of a line. Somelauw