emacs-orgmode
[Top][All Lists]
Advanced

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

BUG? unable to surround subtrees with html tag


From: Matt Price
Subject: BUG? unable to surround subtrees with html tag
Date: Mon, 21 Jun 2021 15:07:51 -0400

I'm using the most recent wip-cite-new branch of org, with a recent emacs git (28.0.50).

I would like to be able to surround some portion of a subtree with a tag, e.g.:

* parent
  some text
#+HTML: <div class="box">
** child 2
  some boxed content
** child 2
   more boxed content
 #+HTML:</div>
** child 3
  unboxed content

However, org seems to close the div for me before the ~** child 2~ headline.

Is this the intended behaviour? And if so is there any way for me to do this?

reply via email to

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