From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Price Subject: adding #+ATTR_XXX to list items? Date: Wed, 3 Dec 2014 17:33:02 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c3358a2efc190509576db8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwITp-00066N-1n for emacs-orgmode@gnu.org; Wed, 03 Dec 2014 17:33:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwITo-0005rj-0Z for emacs-orgmode@gnu.org; Wed, 03 Dec 2014 17:33:04 -0500 Received: from mail-la0-x235.google.com ([2a00:1450:4010:c03::235]:49588) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwITn-0005qv-M4 for emacs-orgmode@gnu.org; Wed, 03 Dec 2014 17:33:03 -0500 Received: by mail-la0-f53.google.com with SMTP id gm9so13605301lab.12 for ; Wed, 03 Dec 2014 14:33:02 -0800 (PST) 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: Org Mode --001a11c3358a2efc190509576db8 Content-Type: text/plain; charset=UTF-8 I came across this bug for ox-reveal.el (which is not supported), but it seems to originate in ox-html.el. When I try something like this: - show bullet-points - show more bullet-points #+ATTR_REVEAL: :frag roll-in - one - by - one the HTML that is generated gives: ul class="org-ul">
  • show bullet-points
  • show more bullet-points
    • one
    • by
    • one
    Looking more closely, it appears that org itself regards this as two lists. I think most users writing something like this would intend to generate one single list, with an attribute applied to a single list item. Is there a way to get that effect? Should there be? Thanks, Matt PS, there is a bug report against org-reveal at: https://github.com/yjwen/org-reveal/issues/42 --001a11c3358a2efc190509576db8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
    I came across this bug for ox-reveal.el (which is not supp= orted), but it seems to originate in ox-html.el.=C2=A0 When I try something= like this:

    - show bullet-points
    - show more bullet-points
    #+ATTR_REVEAL: :frag roll-in
    - one
    - by
    - one
    the HTML that is generated gives:

    ul class=3D"org-ul">
    <li>=
    show bullet-points
    </li>=
    ;
    <li>=
    show more bullet-points
    </li>=
    ;
    </ul>=
    ;
    <ul class=3D"org-ul">
    <li>=
    one
    </li>=
    ;
    <li>=
    by
    </li>=
    ;
    <li>=
    one
    </li>=
    ;
    </ul>=
    ;

    Looking more closely, it appears that o= rg itself regards this as two lists.=C2=A0 I think most users writing somet= hing like this would intend to generate one single list, with an attribute = applied to a single list item.=C2=A0 Is there a way to get that effect?=C2= =A0 Should there be?=C2=A0

    Thanks,

    Matt

    PS, there is a bug report against org-reveal at:

    https://github.com/yjwen/or= g-reveal/issues/42


    --001a11c3358a2efc190509576db8--