Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BEGIN_VERSE/END_VERSE not working #82

Open
satyanash opened this issue Aug 8, 2020 · 0 comments
Open

BEGIN_VERSE/END_VERSE not working #82

satyanash opened this issue Aug 8, 2020 · 0 comments

Comments

@satyanash
Copy link

satyanash commented Aug 8, 2020

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
=> ""

[1] https://orgmode.org/manual/Paragraphs.html

@satyanash satyanash changed the title Support verses BEGIN_VERSE/END_VERSE not working Aug 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant