emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Exzessive newlines in org-element item interpreter?


From: Thorsten Jolitz
Subject: [O] Exzessive newlines in org-element item interpreter?
Date: Sat, 18 Oct 2014 22:57:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

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. address@hidden 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




reply via email to

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