Hello,

Thorsten Jolitz <tjol...@gmail.com> writes:

> 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?

It is. You include a `section' in an `item', which is syntactically
wrong. Only headlines can contain sections.

> PS
> and checkbox is ignored, no matter if I give 'on, 'off and 'trans as
> symbols or strings.

You should not provide 'on, 'off or 'trans, and even less strings, but
on, off or trans since your expression is already quoted.


Regards,

-- 
Nicolas Goaziou

Reply via email to