Great! Thanks,
I think you missed Node Properties - they are still located under
Elements on Syntax page
https://orgmode.org/worg/dev/org-syntax.html#Elements
https://orgmode.org/worg/dev/org-syntax.html#Node_Properties
I think it should be moved to Greater Elements section
And it is also l
Hello,
ihor writes:
> So these are things that I have discovered so far:
[...]
I think I fixed the issues you pointed out. Thank you.
Regards,
--
Nicolas Goaziou
A similar approach as the last one should work, the problem I was having is
that to print the binary string from python you have to decode it, and
latin-1 seems close to right, but it puts a bunch of extra bytes in it that
lead to a bad png file. I feel like this worked in Python2 with StringIO,
bu
Hello John,
John Kitchin writes:
> you probably figured out the "import io" and "f = io..." line are not
> necessary here.
Indeed.
> I couldn't figure out a reasonable way to use :results graphics link
> that didn't result in repeating the filename more than desired. These
> also both work, bu