A first entry written in org
This is a premiere.
So this i smy first attempt of utilizing my automate dblogging workflow. I just updat emy org file, export it, and then push to git. This should result in a new page on my blog.
Stefan Marx |This is my blog. There are many like it, but this one is mine.
I stole this shameless from Kris.
So this i smy first attempt of utilizing my automate dblogging workflow. I just updat emy org file, export it, and then push to git. This should result in a new page on my blog.
Stefan Marx |and we are creating the most awesome bullshit
Let us add a piece of code in here:
# Solve the quadratic equation ax**2 + bx + c = 0
# import complex math module
import cmath
a = 1
b = 5
c = 6
# calculate the discriminant
d = (b**2) - (4*a*c)
# find two solutions
sol1 = (-b-cmath.sqrt(d))/(2*a)
sol2 = (-b+cmath.sqrt(d))/(2*a)
print('The solution are {0} and {1}'.format(sol1,sol2))
Now this should render as a fine code block…
Stefan Marx |Now lets try to embed a picture here:
and see if this looks good And another one, this time some more panoramic
Now this is awesome, I can open this on my iPad in 1Writer via Working copy.
Stefan Marx |