digraph graphviz {
subgraph cluster {
ayh [label="Happy with things?", shape=ellipse];
no [label="No.", shape=Mdiamond];
yes [label="Yes.", shape=Mdiamond];
ayh -> no;
ayh -> yes;
no -> ayh [label="Change them."];
yes -> ayh [label="Keep doing them."];
}
labelloc="t";
label="Life is simple:\nAttribution: @tgtext";
}
Tag: philosophy
Org-Mode Release 8.3
Addendum: 2015-08-16
Interesting:
- org-show-context-detail
- Markdown export supports switches in source blocks
- ASCII export additions
- Export inline source blocks
- ascii plot
- date macro parms
- mathjax cdn
- viewport for html mobile
- remotely edit footnote definition
- texinfo image support
- Removed option org-koma-letter-use-title
- Three slash URI links
- Footnotes in included files are now local to the file
- When exporting, throw an error on unresolved id/fuzzy links and code refs
(use-package smartparens-config :ensure smartparens)
Here is the correct way to load it:
(use-package smartparens :ensure t :config (setq sp-show-pair-from-inside nil) (require 'smartparens-config) :diminish smartparens-mode)
Easily Go To and Return From Headlines in Org-Mode
Quit using goto-line
and isearch
to navigate in your Org-Mode document. I didn’t want to use Helm or Imenu to do it and Org-Mode has a built in solution with org-goto
. Be sure to bind the “pop” key very close-by to make it symmetrical and fast.
(define-key org-mode-map (kbd "s-u") #'org-goto)
(define-key org-mode-map (kbd "s-U") #'org-mark-ring-goto)
VIM is a Perfect Configuration of EMACS
VIM is a perfect configuration of EMACS that has replaced Elisp with Vimscript and heavily utilizes transient keymaps and/or Hydras.
Mastery, Questions, Hardware, Software, LISP, Forth, TI-99/4A
Over the last two years a few questions and ideas have visited me and the following is my attempt to piece them together…
Continue reading “Mastery, Questions, Hardware, Software, LISP, Forth, TI-99/4A”
The Purpose of EMACS
The purpose of EMACS is to provide an environment for the unlimited expression of your creativity in which you can revel in the definition of as many boundaries as you wish, and then exceed them, repeatedly.
Sharing a Smile
Under the right circumstances a smile can illuminate this entire universe and even the entirety of this reality.
Don’t hesitate to share one.
What to do when great ideas appear during meditation?
Meditation brings silence. Silence provides space for new ideas to appear. It makes sense to record them. Keep a voice recorder near by and capture them and get back to your practice.
It is at your discretion as to whether or not it is your mind providing that great idea or not!
What are you passionate about?
I filled out a registration form today. It asked “What are you passionate about?”.
I answered:
Community and collaboration.
“If You Want To Go Fast, Go Alone. If You Want To Go Far, Go Together”
— African proverb.
What is your answer?