You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the Org Manual[1], one can preserve line breaks, indentation and blank lines while keeping everything else the same using the #+BEGIN_VERSE/#+END_VERSE blocks. When I try to use this with org-ruby, it seems to completely ignore the block. This is on latest master.
> require'org-ruby'=>false
> p=Orgmode::Parser.new(<<~ORG)" #+BEGIN_VERSE" Great clouds overhead" Tiny black birds rise and fall" Snow covers Emacs"" ---AlexSchroeder" #+END_VERSE" ORG> > p.to_html=> "\n"> p.to_textile=> ""> p.to_markdown=> ""
As per the Org Manual[1], one can preserve line breaks, indentation and blank lines while keeping everything else the same using the
#+BEGIN_VERSE
/#+END_VERSE
blocks. When I try to use this withorg-ruby
, it seems to completely ignore the block. This is on latestmaster
.[1] https://orgmode.org/manual/Paragraphs.html
The text was updated successfully, but these errors were encountered: