From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Exzessive newlines in org-element item interpreter? Date: Sat, 18 Oct 2014 22:57:47 +0200 Message-ID: <87tx312j04.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xfb4j-0005af-3N for emacs-orgmode@gnu.org; Sat, 18 Oct 2014 16:58:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xfb4b-00036b-KS for emacs-orgmode@gnu.org; Sat, 18 Oct 2014 16:58:09 -0400 Received: from plane.gmane.org ([80.91.229.3]:55476) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xfb4b-00036X-Es for emacs-orgmode@gnu.org; Sat, 18 Oct 2014 16:58:01 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Xfb4Z-00056k-5h for emacs-orgmode@gnu.org; Sat, 18 Oct 2014 22:57:59 +0200 Received: from g231224029.adsl.alicedsl.de ([92.231.224.29]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 Oct 2014 22:57:59 +0200 Received: from tjolitz by g231224029.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 Oct 2014 22:57:59 +0200 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: emacs-orgmode@gnu.org Hi List, evaluating this #+BEGIN_SRC emacs-lisp (org-element-interpret-data '(item (:bullet "1" :tag "hello" :checkbox "trans" :counter 2) (section nil "world"))) #+END_SRC #+results: : 1. [@2] hello :: : world the content is always placed on a newline, which looks strange in my eyes. Is that intended? PS and checkbox is ignored, no matter if I give 'on, 'off and 'trans as symbols or strings. -- cheers, Thorsten