Here is the best Occur configuration that I’ve ever had on my machine.
Tag: Programming Language
Org Mode EPUB Export
ox-epub let’s you export Org-Mode documents to EPUB.
Link via Org-Mode mailing list.
(Screencast) Move The Buffer Contents And Cursor Up Or Down By One Line
Move the buffer contents and cursor up or down by one line
(global-set-key (kbd "M-p") (kbd "C-u 1 C-v")) (global-set-key (kbd "M-n") (kbd "C-u 1 M-v"))
The System That Inspired All Of Us Through Emacs
They say that Emacs was inspired by real LISP machines from Symbolics and more. Here are two of those Symbolics machines for sale on eBay:
- Symbolics XL1201 no FPA, 4 MW memory, 18 GB SCSI disk, 19 in. monochrome console
- Symbolics MacIvory model 2 workstation in an Apple Quadra 650 with Mac O/S 8.0
A Mac with a LISP machine inside of it is pretty cool.
Asynchronous src_block Execution For Org-Babel
Easily Allowing and Forbidding Distractions on OS X macOS
Facebook and Instagram are better than television and like any good thing it is nice to have a break. Real televisions have an on/off switch but computers don’t really. Technical folks: here is one way to make it easy to give your OS X macOS box an on/off switch for your social sites:
#!/usr/bin/env bash # -*- mode: sh; -*- if [ $# -eq 0 ]; then sudo cp /etc/hosts.distractions /etc/hosts printf "...forbidding distractions.\n" else sudo cp /etc/hosts.org /etc/hosts printf "...allowing distractions.\n" fi
Dyalog Version 15.0 Announcement Notes
- Faster
- Easier development for 3rd party editors
- Like Emacs
- First-class Unicode file support
- First-class file-based code support
- Instead of living inside of a binary environment
A Hydra For Country Business Marks
(defhydra help/trademark (:color blue :hint nil) " American _R_egistered Trademark American _U_nregistered Trademark American _S_ervice Mark _J_apanese Industrial Standard _K_orean Standard " ("R" (lambda () (interactive) (insert "®"))) ("U" (lambda () (interactive) (insert "™"))) ("S" (lambda () (interactive) (insert "℠"))) ("J" (lambda () (interactive) (insert "〄"))) ("K" (lambda () (interactive) (insert "㉿"))))
50 Years of APL
Via LinkedIn APL Group via Dyalog via Jsoftware:
APL’s birthday was fifty years ago:
)load 1 cleanspace SAVED 1966-11-27 15.53.59 (GMT-7)
Happy belated birthday APL.
Org Mode 9.0 is Released
- Interesting additions (that you may have already seen in development)
- Linter
- Choose latex compiler keyword
- PlantUML convenience