Text

narrow and widen in org-mode

Just discovered org-narrow-to-subtree.

C-x n s     (org-narrow-to-subtree)
Narrow buffer to current subtree. 

Read More

Text

reference: swank-js

swank-js provides SLIME REPL and other development tools for in-browser JavaScript and Node.JS.

Setup: follow instructions of README.

Daily work:

Start swank server:

node swank.js

Connect Emacs:

M-x slime-connect

Connect Browser:

http://localhost:8009/

Select remote in slime:

,select-remote

Optionally make it sticky:

,sticky-select-remote

Select target

,target-url

And refresh page you want to work on.

Text

Dream Agenda View

One day I’ll have Org Mode Agenda View configured to display like that.

  • Context name #1
    • Project name #1 | Next item #1 in project #1
    • Project name #1 | Next item #1 in project #2
    • Project name #2 | Next item #1 in project #1
  • Context name #2
    • Project name #3 | Next item #1 in project #3