Skip to content

Instantly share code, notes, and snippets.

def headers
{
:'Authorization' => "Bearer tokenString"
}
end
def create_page(section_id)
html_part = <<-eos
<!DOCTYPE html>
<html>
def headers
{
:'Authorization' => "Bearer tokenString"
}
end
def create_page(section_id)
html_part = <<-eos
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<title data-tag="to-do:completed">Notetags Examples</title>
<meta name="created" content="2014-10-17T00:00Z">
</head>
<body>
<h1 data-tag="important">Paragraphs with predefined Notetag</h1>
<p data-tag="to-do">Paragraph with Notetag to-do (data-tag="to-do")</p>
<p data-tag="important">Paragraph with Notetag important (data-tag="important")</p>
<p data-tag="question">Paragraph with Notetag question (data-tag="question")</p>
v3

Have fun.

Seriously. We’re bringing people together. It’s meant to be enjoyable. Experiment. Make mistakes. Own our actions. Reflect. Grow. Reflect. Grow. Reflect. Grow. Repeat.

Put others first.

We know that if we have others’ backs first, others will have ours when we need it, so we keep the perspective long term and practice generosity, always.

Do it together.

We achieve more, grow more from perspective, remain more humble, come up with more creative ideas, and have more fun together than we do alone.

function postMessageAndHashbang(obj) {
var msg = "";
if(typeof obj === "object" && obj.smsupsell.postmessagevalue != null) {
msg = obj.smsupsell.postmessagevalue;
} else {
msg = obj;
};
parent.postMessage(JSON.stringify({smsupsell: {postmessagevalue: msg}}), "*");
history.pushState({}, "", "#!"+msg);
window.location = window.location; //Don't ask…
#+BEGIN_SRC emacs-lisp :results output silent :exports none
(setq
org-latex-minted-options '(("breaklines" "true"))
org-latex-listings 'minted
org-latex-packages-alist '(("" "minted" "parskip" "hypersetup"))
org-latex-to-pdf-process
'("pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f"
"pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f"
"pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f")
org-latex-pdf-process org-latex-to-pdf-process)