diff options
| author | Carsten Dominik | 2006-06-23 19:03:41 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2006-06-23 19:03:41 +0000 |
| commit | b74e371c91b1787946c3003f8034f34fb39939a7 (patch) | |
| tree | fa3c5cc73fdf0f3e9e5bbe65f8a1b7711f600586 | |
| parent | 353694fdeabe08a8b94b7cfeaad316df0dfd8a4c (diff) | |
| download | emacs-b74e371c91b1787946c3003f8034f34fb39939a7.tar.gz emacs-b74e371c91b1787946c3003f8034f34fb39939a7.zip | |
(section{LaTeX and cdlatex-mode}): New section.
| -rw-r--r-- | etc/orgcard.tex | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/etc/orgcard.tex b/etc/orgcard.tex index 95e810e5ed5..39a4d80b17a 100644 --- a/etc/orgcard.tex +++ b/etc/orgcard.tex | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | % Reference Card for Org Mode | 1 | % Reference Card for Org Mode |
| 2 | \def\orgversionnumber{4.38} | 2 | \def\orgversionnumber{4.39} |
| 3 | \def\year{2006} | 3 | \def\year{2006} |
| 4 | % | 4 | % |
| 5 | %**start of header | 5 | %**start of header |
| @@ -310,8 +310,12 @@ are preserved on all copies. | |||
| 310 | \key{yank subtree}{C-c C-x C-y} | 310 | \key{yank subtree}{C-c C-x C-y} |
| 311 | \key{narrow buffer to current subtree}{C-x n s} | 311 | \key{narrow buffer to current subtree}{C-x n s} |
| 312 | 312 | ||
| 313 | \key{archive subtree}{C-c \$} | 313 | \section{Archiving} |
| 314 | \key{archive all fully done children}{C-u C-c \$} | 314 | |
| 315 | \key{toggle ARCHIVE tag}{C-c C-x C-a} | ||
| 316 | \metax{mark fully dine children}{C-u C-c C-x C-a} | ||
| 317 | \key{move subtree to achive file}{C-c \$} | ||
| 318 | \key{move all fully done children}{C-u C-c \$} | ||
| 315 | To set archive location for current file, add a line like$^2$: | 319 | To set archive location for current file, add a line like$^2$: |
| 316 | \vskip -1mm | 320 | \vskip -1mm |
| 317 | \beginexample% | 321 | \beginexample% |
| @@ -328,11 +332,6 @@ To set archive location for current file, add a line like$^2$: | |||
| 328 | %\key{agenda for the week}{C-c a$^1$} | 332 | %\key{agenda for the week}{C-c a$^1$} |
| 329 | %\key{agenda for date at cursor}{C-c C-o} | 333 | %\key{agenda for date at cursor}{C-c C-o} |
| 330 | 334 | ||
| 331 | \section{Dynamic Blocks} | ||
| 332 | |||
| 333 | \key{update dynamic block at point}{C-c C-x C-u} | ||
| 334 | \metax{update all dynamic blocks}{C-u C-c C-x C-u} | ||
| 335 | |||
| 336 | \section{Tables} | 335 | \section{Tables} |
| 337 | 336 | ||
| 338 | {\bf Creating a table} | 337 | {\bf Creating a table} |
| @@ -546,6 +545,17 @@ after ``{\tt :}'', and dictionary words elsewhere. | |||
| 546 | \key{remove displayed times}{C-c C-c} | 545 | \key{remove displayed times}{C-c C-c} |
| 547 | \key{insert/update table with clock report}{C-c C-x C-r} | 546 | \key{insert/update table with clock report}{C-c C-x C-r} |
| 548 | 547 | ||
| 548 | \section{Dynamic Blocks} | ||
| 549 | |||
| 550 | \key{update dynamic block at point}{C-c C-x C-u} | ||
| 551 | \metax{update all dynamic blocks}{C-u C-c C-x C-u} | ||
| 552 | |||
| 553 | \section{LaTeX and cdlatex-mode} | ||
| 554 | |||
| 555 | \key{preview LaTeX fragment}{C-c C-x C-l} | ||
| 556 | \key{Expand abbreviation (cdlatex-mode)}{TAB} | ||
| 557 | \key{Insert/modify math symbol (cdlatex-mode)}{` / '} | ||
| 558 | |||
| 549 | \section{Agenda Views} | 559 | \section{Agenda Views} |
| 550 | 560 | ||
| 551 | \key{add/move current file to front of agenda}{C-c [} | 561 | \key{add/move current file to front of agenda}{C-c [} |
| @@ -596,6 +606,7 @@ To set categories, add lines like$^2$: | |||
| 596 | \key{change state of current TODO item}{t} | 606 | \key{change state of current TODO item}{t} |
| 597 | \key{show tags of current headline}{T} | 607 | \key{show tags of current headline}{T} |
| 598 | \key{set tags for current headline}{:} | 608 | \key{set tags for current headline}{:} |
| 609 | \key{toggle ARCHIVE tag}{a} | ||
| 599 | \key{set priority of current item}{p} | 610 | \key{set priority of current item}{p} |
| 600 | \key{raise/lower priority of current item}{S-UP/DOWN$^3$} | 611 | \key{raise/lower priority of current item}{S-UP/DOWN$^3$} |
| 601 | \key{display weighted priority of current item}{P} | 612 | \key{display weighted priority of current item}{P} |