emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Nicolas Goaziou
Subject: Re: [O] Exzessive newlines in org-element item interpreter?
Date: Sun, 19 Oct 2014 08:45:49 +0200

Hello,

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

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