wallyqs / org-ruby

An Org mode parser written in Ruby.
218 stars 51 forks source link

Are some #+RESULTS blocks not being rendered? #70

Open togakangaroo opened 4 years ago

togakangaroo commented 4 years ago

Entirely possible that I don't know the right option, but I notice when my org files are rendered by github Some of the results blocks are missing (the ones under the Utilities heading for example) while others show up (the shell block RESULTS at the very end).

I think this is the project that is using for rendering org in github, right?

On a side note, my noweb references are not exapanded. Is there a header arg or something for this?

maker2413 commented 3 years ago

I have been noticing similar issues when trying to display results blocks on GitHub.

ddoherty03 commented 2 years ago

Ditto here. Identical #+HEADER lines:

#+HEADER: :colnames no :session readme :hlines yes :wrap EXAMPLE :exports both

In one place it renders the output, but not in another. Can't figure out why. The README I'm working on is at my "fat_table" repo:

https://github.com/ddoherty03/fat_table

ddoherty03 commented 2 years ago

OK. After adding the above chime-in, I noticed issue #62 and tried manually deleting the #+RESULTS tag placed before the result block in my README. With those deleted, the results show up just fine in Github. This seems like a bug that could be easily fixed, so I just wanted to flag it here.