User: Jorgejbe/Notes

From LibrePlanet
Jump to: navigation, search
(Created page with '== Emacs == Open a remote file C-x C-f /ssh:user@host:file Open a file as root C-x C-f /sudo::/file')
 
 
Line 6: Line 6:
 
Open a file as root
 
Open a file as root
 
  C-x C-f /sudo::/file
 
  C-x C-f /sudo::/file
 +
 +
Org-mode spreadsheet template
 +
 +
|  | Item | Units | Cost | Subtotal |
 +
|---+------+-------+------+----------|
 +
| # | foo  |    4 |  20 |      80 |
 +
| # | bar  |    3 |  40 |      120 |
 +
| # | gnu  |    6 |  30 |      180 |
 +
|---+------+-------+------+----------|
 +
| # |      |      |      |      380 |
 +
| ^ |      |      |      |    TOTAL |
 +
#+TBLFM: $5=$3*$4::$TOTAL=vsum(@-I..I) 
 +
 +
[http://orgmode.org/org.html Org manual]

Latest revision as of 09:04, 17 December 2009

Emacs

Open a remote file

C-x C-f /ssh:user@host:file

Open a file as root

C-x C-f /sudo::/file

Org-mode spreadsheet template

|   | Item | Units | Cost | Subtotal |
|---+------+-------+------+----------|
| # | foo  |     4 |   20 |       80 |
| # | bar  |     3 |   40 |      120 |
| # | gnu  |     6 |   30 |      180 |
|---+------+-------+------+----------|
| # |      |       |      |      380 |
| ^ |      |       |      |    TOTAL |
#+TBLFM: $5=$3*$4::$TOTAL=vsum(@-I..I)  

Org manual