Built-in table editor - The Org Manual: "C-c ^ (org-table-sort-lines)
Sort the table lines in the region. The position of point indicates the column to be used for sorting, and the range of lines is the range between the nearest horizontal separator lines, or the entire table. If point is before the first column, you will be prompted for the sorting column. If there is an active region, the mark specifies the first line and the sorting column, while point should be in the last line to be included into the sorting. The command prompts for the sorting type (alphabetically, numerically, or by time). When called with a prefix argument, alphabetic sorting will be case-sensitive.
"
Friday, March 22, 2013
Tuesday, February 19, 2013
GNU Emacs Calc Manual
GNU Emacs Calc Manual: "To make a long story short, Emacs Lisp turned out to be a distressingly solid implementation of Lisp, and the humble task of calculating turned out to be more open-ended than one might have expected."
'via Blog this'
'via Blog this'
Thursday, January 31, 2013
Queen
Queen: "A platform for running scripts on many browsers
Let's say you want to play a game where you write down a number and others try to guess it. You gather some friends and tell them to start giving numbers at you. Your friends keep giving you random numbers until one of them gets it right.
Now imagine your friends are browsers, and the game is a script which tells browsers how to play, and waits for the right number to be guessed. This makes you the Queen Server. The Queen Servers allows you to perform distributed tasks on many browsers -- a platform for running scripts on many browsers.
Let's run the example:"
'via Blog this'
Let's say you want to play a game where you write down a number and others try to guess it. You gather some friends and tell them to start giving numbers at you. Your friends keep giving you random numbers until one of them gets it right.
Now imagine your friends are browsers, and the game is a script which tells browsers how to play, and waits for the right number to be guessed. This makes you the Queen Server. The Queen Servers allows you to perform distributed tasks on many browsers -- a platform for running scripts on many browsers.
Let's run the example:"
'via Blog this'
Tuesday, January 29, 2013
Emacs – select entire buffer macro « Arg and gah and ap and pa
Emacs – select entire buffer macro « Arg and gah and ap and pa: "
You can use the mark-whole-buffer. This is bound to C-x h by default."
'via Blog this'
You can use the mark-whole-buffer. This is bound to C-x h by default."
'via Blog this'
Sunday, January 27, 2013
Installing mustache-mode.el
Installing mustache-mode.el: "curl -O https://github.com/mustache/emacs/raw/master/mustache-mode.el"
'via Blog this'
'via Blog this'
Friday, January 18, 2013
purcell/less-css-mode · GitHub
purcell/less-css-mode · GitHub: "This package contains less-css-mode.el, which provides an Emacs mode for LESS CSS (lesscss.org), complete with optional support for flymake and compile-on-save.
Please see documentation in less-css-mode.el"
'via Blog this'
Please see documentation in less-css-mode.el"
'via Blog this'
Wednesday, March 21, 2012
How to disable bold (font weight) globally in emacs? - Stack Overflow
How to disable bold (font weight) globally in emacs? - Stack Overflow: "Another possibility, which also deals with underlines, would be to evaluate the following snippet in a running Emacs session:
(mapc
(lambda (face)
(set-face-attribute face nil :weight 'normal :underline nil))
(face-list))
"
'via Blog this'
(mapc
(lambda (face)
(set-face-attribute face nil :weight 'normal :underline nil))
(face-list))
"
'via Blog this'
Subscribe to:
Posts (Atom)