Testing with Org Mode

10 September 2018

Using org-mode with nikola is a blast, writing everything down in org-mode then just building it afterwards couldn't really be easier.

Code blocks

using code-blocks is easy as well...

def f(x):
    """ because docstrings is pissing me off """
    return x * x

print("Test" + str(f(5)))

Note taking

Using org-mode is such a blast, that even note-taking can be easy and fun. Just open up a org-file, call it something like... "notes.org" then in your org config file, you can add this:

(custom-set-variables
 '(org-directory "Where your default org-directory is...")
 '(org-default-notes-file (concat org-directory "/notes.org")))
2020 © Dreamo --- Starter created by panr