Changeset 3988 for vendor/emacs-CVS_HEAD/etc/orgcard.tex
- Timestamp:
- 11/26/05 08:33:26 (3 years ago)
- Files:
-
- vendor/emacs-CVS_HEAD/etc/orgcard.tex (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
vendor/emacs-CVS_HEAD/etc/orgcard.tex
r3939 r3988 1 % Reference Card for Org Mode 3. 181 % Reference Card for Org Mode 3.21 2 2 % 3 3 %**start of header … … 59 59 % for their many good ideas. 60 60 61 \def\orgversionnumber{3. 18}61 \def\orgversionnumber{3.21} 62 62 \def\year{2005} 63 63 … … 314 314 \key{demote current subtree down one level}{M-S-RIGHT} 315 315 316 \key{move subtree up}{M-S-UP}317 \key{move subtree down}{M-S-DOWN}316 \key{move subtree/list item up}{M-S-UP} 317 \key{move subtree/list item down}{M-S-DOWN} 318 318 \key{kill subtree}{C-c C-x C-w} 319 319 \key{copy subtree}{C-c C-x M-w} … … 333 333 \key{create sparse tree with all deadlines due}{C-c C-w} 334 334 \key{time sorted view of current org file}{C-c C-r} 335 \key{agenda for the week}{C-c a$ 1$}335 \key{agenda for the week}{C-c a$2$} 336 336 \key{agenda for date at cursor}{C-c C-o} 337 337 … … 450 450 \key{kill the current row or horizontal line}{M-S-UP} 451 451 \key{insert new row above the current row}{M-S-DOWN} 452 453 452 \key{insert horizontal line below the current row}{C-c -} 454 453 \key{insert horizontal line above the current row}{C-u C-c -} 454 \key{sort lines in region}{C-c \^{}} 455 455 456 456 {\bf Regions} … … 463 463 {\bf Calculations} 464 464 465 Except for the summation commands, these need the Emacs calc package 466 installed. 465 These need the Emacs calc package installed. 467 466 468 467 \key{set and eval column formula}{C-c =} … … 513 512 \key{... include past dates}{C-u C-c C-r} 514 513 515 \key{add current file to youragenda}{C-c [}514 \key{add/move current file to front of agenda}{C-c [} 516 515 \key{remove current file from your agenda}{C-c ]} 516 \key{cycle through agenda file list}{C-,} 517 517 \key{compile agenda for the current week}{C-c a$^2$} 518 518 \key{agenda for date at cursor}{C-c C-o} … … 593 593 \key{export as iCalendar file}{C-c C-x i} 594 594 \key{export all agenda files as iCalendar files}{C-c C-x C-i} 595 \key{com pine all agenda files to single iCal file}{C-c C-x C-c}595 \key{combine all agenda files to single iCal file}{C-c C-x C-c} 596 596 597 597 \key{insert template of export options}{C-c C-x t}
